Repository: trafficserver Updated Branches: refs/heads/master cbda239c4 -> c20098393
TS-1611: Add missing license info Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c2009839 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c2009839 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c2009839 Branch: refs/heads/master Commit: c20098393fc91cc5c3557e2ab9aae7151053f411 Parents: cbda239 Author: Kit Chan <[email protected]> Authored: Tue Apr 14 05:34:38 2015 +0000 Committer: Kit Chan <[email protected]> Committed: Tue Apr 14 05:34:38 2015 +0000 ---------------------------------------------------------------------- plugins/experimental/ts_lua/ts_lua_io.c | 17 +++++++++++++++++ plugins/experimental/ts_lua/ts_lua_io.h | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c2009839/plugins/experimental/ts_lua/ts_lua_io.c ---------------------------------------------------------------------- diff --git a/plugins/experimental/ts_lua/ts_lua_io.c b/plugins/experimental/ts_lua/ts_lua_io.c index 39a0c01..f8aed66 100644 --- a/plugins/experimental/ts_lua/ts_lua_io.c +++ b/plugins/experimental/ts_lua/ts_lua_io.c @@ -1,3 +1,20 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ #include "ts_lua_io.h" http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c2009839/plugins/experimental/ts_lua/ts_lua_io.h ---------------------------------------------------------------------- diff --git a/plugins/experimental/ts_lua/ts_lua_io.h b/plugins/experimental/ts_lua/ts_lua_io.h index ef65a60..c40bdc0 100644 --- a/plugins/experimental/ts_lua/ts_lua_io.h +++ b/plugins/experimental/ts_lua/ts_lua_io.h @@ -1,3 +1,20 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ #ifndef _TS_LUA_IO_H #define _TS_LUA_IO_H
