Updated Branches:
  refs/heads/master 150be45b1 -> 21a1347bf

Add ASL license headers to lua examples


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/21a1347b
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/21a1347b
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/21a1347b

Branch: refs/heads/master
Commit: 21a1347bf770a4eae74edef0fb8e046e6f25c735
Parents: 150be45
Author: James Peach <[email protected]>
Authored: Sat Sep 8 14:00:44 2012 -0700
Committer: James Peach <[email protected]>
Committed: Sat Sep 8 14:00:44 2012 -0700

----------------------------------------------------------------------
 plugins/experimental/lua/examples/remap.lua |    1 +
 plugins/experimental/lua/examples/test.lua  |   16 ++++++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/21a1347b/plugins/experimental/lua/examples/remap.lua
----------------------------------------------------------------------
diff --git a/plugins/experimental/lua/examples/remap.lua 
b/plugins/experimental/lua/examples/remap.lua
index 135b55c..e360c76 100644
--- a/plugins/experimental/lua/examples/remap.lua
+++ b/plugins/experimental/lua/examples/remap.lua
@@ -1,3 +1,4 @@
+--  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

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/21a1347b/plugins/experimental/lua/examples/test.lua
----------------------------------------------------------------------
diff --git a/plugins/experimental/lua/examples/test.lua 
b/plugins/experimental/lua/examples/test.lua
index 8693e98..3f9f450 100644
--- a/plugins/experimental/lua/examples/test.lua
+++ b/plugins/experimental/lua/examples/test.lua
@@ -1,3 +1,19 @@
+--  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.
+
 require 'string'
 require 'debug'
 ts = require 'ts'

Reply via email to