You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/08/23 05:00:35 UTC

[lucy-commits] svn commit: r1160532 - in /incubator/lucy/trunk/tcl: Makefile src/tcllucy.c src/tcllucy.h

Author: marvin
Date: Tue Aug 23 03:00:35 2011
New Revision: 1160532

URL: http://svn.apache.org/viewvc?rev=1160532&view=rev
Log:
Add ALv2 license headers.

Modified:
    incubator/lucy/trunk/tcl/Makefile
    incubator/lucy/trunk/tcl/src/tcllucy.c
    incubator/lucy/trunk/tcl/src/tcllucy.h

Modified: incubator/lucy/trunk/tcl/Makefile
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/tcl/Makefile?rev=1160532&r1=1160531&r2=1160532&view=diff
==============================================================================
--- incubator/lucy/trunk/tcl/Makefile (original)
+++ incubator/lucy/trunk/tcl/Makefile Tue Aug 23 03:00:35 2011
@@ -1,2 +1,17 @@
+# 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.
+
 libtcllucy.so: ./src/tcllucy.c ./src/tcllucy.h
 	cc -shared -fpic -o libtcllucy.so -I/usr/pkg/include -L/usr/pkg/library -Wl,-R/usr/pkg/library ./src/tcllucy.c

Modified: incubator/lucy/trunk/tcl/src/tcllucy.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/tcl/src/tcllucy.c?rev=1160532&r1=1160531&r2=1160532&view=diff
==============================================================================
--- incubator/lucy/trunk/tcl/src/tcllucy.c (original)
+++ incubator/lucy/trunk/tcl/src/tcllucy.c Tue Aug 23 03:00:35 2011
@@ -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.
+ */
+
 #include "tcllucy.h"
 
 void delete_termqueryCmd(ClientData clientData){

Modified: incubator/lucy/trunk/tcl/src/tcllucy.h
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/tcl/src/tcllucy.h?rev=1160532&r1=1160531&r2=1160532&view=diff
==============================================================================
--- incubator/lucy/trunk/tcl/src/tcllucy.h (original)
+++ incubator/lucy/trunk/tcl/src/tcllucy.h Tue Aug 23 03:00:35 2011
@@ -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.
+ */
+
 #include <tcl.h>
 // #include <lucy.h>
 #include <assert.h>