You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2016/03/04 15:15:45 UTC

[4/4] lucy-clownfish git commit: Add missing license header

Add missing license header


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/05d3caa6
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/05d3caa6
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/05d3caa6

Branch: refs/heads/master
Commit: 05d3caa62020e72aa8cd94a211f68207f35ff19f
Parents: 94e81ca
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Fri Mar 4 14:33:09 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Fri Mar 4 14:33:09 2016 +0100

----------------------------------------------------------------------
 compiler/python/test/test_cfc.py | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/05d3caa6/compiler/python/test/test_cfc.py
----------------------------------------------------------------------
diff --git a/compiler/python/test/test_cfc.py b/compiler/python/test/test_cfc.py
index 5ac2b8f..d3025dd 100644
--- a/compiler/python/test/test_cfc.py
+++ b/compiler/python/test/test_cfc.py
@@ -1,3 +1,18 @@
+# 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.
+
 import unittest
 import cfc