You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ka...@apache.org on 2012/01/11 03:21:24 UTC

[lucy-commits] svn commit: r1229867 - in /incubator/lucy/trunk/c: liblucy-config.in liblucy.pc.in src/liblucy.c src/lucy-test.c t/000-sanity-check.t.c t/test.sh

Author: karpet
Date: Wed Jan 11 02:21:23 2012
New Revision: 1229867

URL: http://svn.apache.org/viewvc?rev=1229867&view=rev
Log:
add missing AL boilerplate

Modified:
    incubator/lucy/trunk/c/liblucy-config.in
    incubator/lucy/trunk/c/liblucy.pc.in
    incubator/lucy/trunk/c/src/liblucy.c
    incubator/lucy/trunk/c/src/lucy-test.c
    incubator/lucy/trunk/c/t/000-sanity-check.t.c
    incubator/lucy/trunk/c/t/test.sh

Modified: incubator/lucy/trunk/c/liblucy-config.in
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/c/liblucy-config.in?rev=1229867&r1=1229866&r2=1229867&view=diff
==============================================================================
--- incubator/lucy/trunk/c/liblucy-config.in (original)
+++ incubator/lucy/trunk/c/liblucy-config.in Wed Jan 11 02:21:23 2012
@@ -1,5 +1,20 @@
 #!/bin/sh
 
+# 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.
+
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 includedir=@includedir@

Modified: incubator/lucy/trunk/c/liblucy.pc.in
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/c/liblucy.pc.in?rev=1229867&r1=1229866&r2=1229867&view=diff
==============================================================================
--- incubator/lucy/trunk/c/liblucy.pc.in (original)
+++ incubator/lucy/trunk/c/liblucy.pc.in Wed Jan 11 02:21:23 2012
@@ -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.
+
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@

Modified: incubator/lucy/trunk/c/src/liblucy.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/c/src/liblucy.c?rev=1229867&r1=1229866&r2=1229867&view=diff
==============================================================================
--- incubator/lucy/trunk/c/src/liblucy.c (original)
+++ incubator/lucy/trunk/c/src/liblucy.c Wed Jan 11 02:21:23 2012
@@ -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 "charmony.h"
 #include <stdio.h>
 

Modified: incubator/lucy/trunk/c/src/lucy-test.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/c/src/lucy-test.c?rev=1229867&r1=1229866&r2=1229867&view=diff
==============================================================================
--- incubator/lucy/trunk/c/src/lucy-test.c (original)
+++ incubator/lucy/trunk/c/src/lucy-test.c Wed Jan 11 02:21:23 2012
@@ -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 <stdarg.h>
 #include <stdio.h>
 

Modified: incubator/lucy/trunk/c/t/000-sanity-check.t.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/c/t/000-sanity-check.t.c?rev=1229867&r1=1229866&r2=1229867&view=diff
==============================================================================
--- incubator/lucy/trunk/c/t/000-sanity-check.t.c (original)
+++ incubator/lucy/trunk/c/t/000-sanity-check.t.c Wed Jan 11 02:21:23 2012
@@ -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.
+ */
+
 #define CHAZ_USE_SHORT_NAMES
 
 #include <stdarg.h>

Modified: incubator/lucy/trunk/c/t/test.sh
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/c/t/test.sh?rev=1229867&r1=1229866&r2=1229867&view=diff
==============================================================================
--- incubator/lucy/trunk/c/t/test.sh (original)
+++ incubator/lucy/trunk/c/t/test.sh Wed Jan 11 02:21:23 2012
@@ -1,3 +1,18 @@
 #!/bin/sh
 
+# 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.
+
 prove *t