You are viewing a plain text version of this content. The canonical link for it is here.
Posted to triplesoup-commits@incubator.apache.org by le...@apache.org on 2007/04/13 16:23:35 UTC

svn commit: r528547 - in /incubator/triplesoup/code/trunk: ./ build/ libraries/ modules/pysoup/pysoup/ modules/pysoup/scripts/ modules/sparql/ tests/ tests/01-basic-self-test/

Author: leosimons
Date: Fri Apr 13 09:23:34 2007
New Revision: 528547

URL: http://svn.apache.org/viewvc?view=rev&rev=528547
Log:
Fun with licensing.

  * normalize all existing license headers to use the same formatting.
  * add or change license headers for the build system David made.
  * add or change license headers for the mod_sparql module.
  * note mod_sparql origins in the NOTICE file.


Modified:
    incubator/triplesoup/code/trunk/Makefile
    incubator/triplesoup/code/trunk/NOTICE.txt
    incubator/triplesoup/code/trunk/build/apache2.m4
    incubator/triplesoup/code/trunk/build/buildcheck.sh
    incubator/triplesoup/code/trunk/build/redland.m4
    incubator/triplesoup/code/trunk/buildconf
    incubator/triplesoup/code/trunk/configure.ac
    incubator/triplesoup/code/trunk/libraries/Makefile
    incubator/triplesoup/code/trunk/modules/pysoup/pysoup/client.py
    incubator/triplesoup/code/trunk/modules/pysoup/pysoup/parser.py
    incubator/triplesoup/code/trunk/modules/pysoup/scripts/admin.cgi
    incubator/triplesoup/code/trunk/modules/pysoup/scripts/edit.cgi
    incubator/triplesoup/code/trunk/modules/pysoup/scripts/get.cgi
    incubator/triplesoup/code/trunk/modules/sparql/Makefile.in
    incubator/triplesoup/code/trunk/modules/sparql/mod_sparql.c
    incubator/triplesoup/code/trunk/modules/sparql/mod_sparql.h
    incubator/triplesoup/code/trunk/release-settings.sh
    incubator/triplesoup/code/trunk/release.sh
    incubator/triplesoup/code/trunk/tests/01-basic-self-test/run.sh
    incubator/triplesoup/code/trunk/tests/run.sh

Modified: incubator/triplesoup/code/trunk/Makefile
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/Makefile?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/Makefile (original)
+++ incubator/triplesoup/code/trunk/Makefile Fri Apr 13 09:23:34 2007
@@ -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.
+
 DIRS=libraries modules
 
 all:	

Modified: incubator/triplesoup/code/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/NOTICE.txt?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/NOTICE.txt (original)
+++ incubator/triplesoup/code/trunk/NOTICE.txt Fri Apr 13 09:23:34 2007
@@ -12,12 +12,17 @@
 
 Portions of TripleSoup were originally developed by Joost Technologies
 B.V. (formerly Satis Superque Merce B.V.) and are licensed to the Apache
-Software Fondation under the terms of a Software Grant and a Corporate
+Software Foundation under the terms of a Software Grant and a Corporate
 Contribution License Agreement.
 
+Portions of TripleSoup were originally developed by David Reid and are
+licensed to the Apache Software Foundation under the terms of a Software
+Grant a Contributor License Agreement.
+
 The following copyright notice(s) were affixed to portions of the code
-with which this file is now or was at one time distributed
-and are placed here unaltered.
+with which this file is now or was at one time distributed and are placed
+here unaltered:
 
   (c) 2006 Satis Superque Merce B.V. All rights reserved.
   (c) 2007 Satis Superque Merce B.V. All rights reserved.
+  Copyright 2006 david reid <ma...@david-reid.com>

Modified: incubator/triplesoup/code/trunk/build/apache2.m4
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/build/apache2.m4?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/build/apache2.m4 (original)
+++ incubator/triplesoup/code/trunk/build/apache2.m4 Fri Apr 13 09:23:34 2007
@@ -1,3 +1,18 @@
+dnl Licensed to the Apache Software Foundation (ASF) under one or more
+dnl contributor license agreements.  See the NOTICE file distributed with
+dnl this work for additional information regarding copyright ownership.
+dnl The ASF licenses this file to You under the Apache License, Version 2.0
+dnl (the "License"); you may not use this file except in compliance with
+dnl the License.  You may obtain a copy of the License at
+dnl
+dnl     http://www.apache.org/licenses/LICENSE-2.0
+dnl
+dnl Unless required by applicable law or agreed to in writing, software
+dnl distributed under the License is distributed on an "AS IS" BASIS,
+dnl WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+dnl See the License for the specific language governing permissions and
+dnl limitations under the License.
+
 dnl
 dnl TS_CHECK_APACHE2()
 dnl

Modified: incubator/triplesoup/code/trunk/build/buildcheck.sh
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/build/buildcheck.sh?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/build/buildcheck.sh (original)
+++ incubator/triplesoup/code/trunk/build/buildcheck.sh Fri Apr 13 09:23:34 2007
@@ -1,4 +1,19 @@
 #! /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.
 
 echo "buildconf: checking installation..."
 

Modified: incubator/triplesoup/code/trunk/build/redland.m4
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/build/redland.m4?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/build/redland.m4 (original)
+++ incubator/triplesoup/code/trunk/build/redland.m4 Fri Apr 13 09:23:34 2007
@@ -1,3 +1,18 @@
+dnl Licensed to the Apache Software Foundation (ASF) under one or more
+dnl contributor license agreements.  See the NOTICE file distributed with
+dnl this work for additional information regarding copyright ownership.
+dnl The ASF licenses this file to You under the Apache License, Version 2.0
+dnl (the "License"); you may not use this file except in compliance with
+dnl the License.  You may obtain a copy of the License at
+dnl
+dnl     http://www.apache.org/licenses/LICENSE-2.0
+dnl
+dnl Unless required by applicable law or agreed to in writing, software
+dnl distributed under the License is distributed on an "AS IS" BASIS,
+dnl WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+dnl See the License for the specific language governing permissions and
+dnl limitations under the License.
+
 dnl
 dnl TS_CHECK_REDLAND()
 dnl

Modified: incubator/triplesoup/code/trunk/buildconf
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/buildconf?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/buildconf (original)
+++ incubator/triplesoup/code/trunk/buildconf Fri Apr 13 09:23:34 2007
@@ -1,11 +1,11 @@
 #!/bin/sh
 #
-# Copyright 1999-2005 The Apache Software Foundation or its licensors, as
-# applicable.
-#
-# Licensed 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
+# 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
 #

Modified: incubator/triplesoup/code/trunk/configure.ac
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/configure.ac?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/configure.ac (original)
+++ incubator/triplesoup/code/trunk/configure.ac Fri Apr 13 09:23:34 2007
@@ -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.
+#
 # configure.ac
 #
 # This file is processed by autoconf to generate a configure script.

Modified: incubator/triplesoup/code/trunk/libraries/Makefile
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/libraries/Makefile?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/libraries/Makefile (original)
+++ incubator/triplesoup/code/trunk/libraries/Makefile Fri Apr 13 09:23:34 2007
@@ -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.
+
 DIRS=b
 
 all:	

Modified: incubator/triplesoup/code/trunk/modules/pysoup/pysoup/client.py
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/modules/pysoup/pysoup/client.py?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/modules/pysoup/pysoup/client.py (original)
+++ incubator/triplesoup/code/trunk/modules/pysoup/pysoup/client.py Fri Apr 13 09:23:34 2007
@@ -1,20 +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
+# 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
+#     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.
-
+# 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 httplib
 from pysoup import parser
 from HTMLParser import HTMLParser

Modified: incubator/triplesoup/code/trunk/modules/pysoup/pysoup/parser.py
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/modules/pysoup/pysoup/parser.py?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/modules/pysoup/pysoup/parser.py (original)
+++ incubator/triplesoup/code/trunk/modules/pysoup/pysoup/parser.py Fri Apr 13 09:23:34 2007
@@ -1,19 +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
+# 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
+#     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.
+# 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.
 
 """
 Silly example parser for a limited version of SQL-like RDF manipulation statements.

Modified: incubator/triplesoup/code/trunk/modules/pysoup/scripts/admin.cgi
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/modules/pysoup/scripts/admin.cgi?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/modules/pysoup/scripts/admin.cgi (original)
+++ incubator/triplesoup/code/trunk/modules/pysoup/scripts/admin.cgi Fri Apr 13 09:23:34 2007
@@ -1,21 +1,19 @@
 #!/usr/bin/env python
-
-# 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
+# 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
 #
-# 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.
+#     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 cgi
 import cgitb; cgitb.enable()

Modified: incubator/triplesoup/code/trunk/modules/pysoup/scripts/edit.cgi
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/modules/pysoup/scripts/edit.cgi?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/modules/pysoup/scripts/edit.cgi (original)
+++ incubator/triplesoup/code/trunk/modules/pysoup/scripts/edit.cgi Fri Apr 13 09:23:34 2007
@@ -1,21 +1,19 @@
 #!/usr/bin/env python
-
-# 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
+# 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
 #
-# 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.
+#     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 cgi
 import cgitb; cgitb.enable()

Modified: incubator/triplesoup/code/trunk/modules/pysoup/scripts/get.cgi
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/modules/pysoup/scripts/get.cgi?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/modules/pysoup/scripts/get.cgi (original)
+++ incubator/triplesoup/code/trunk/modules/pysoup/scripts/get.cgi Fri Apr 13 09:23:34 2007
@@ -1,21 +1,19 @@
 #!/usr/bin/env python
-
-# 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
+# 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
 #
-# 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.
+#     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 cgi
 import cgitb; cgitb.enable()

Modified: incubator/triplesoup/code/trunk/modules/sparql/Makefile.in
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/modules/sparql/Makefile.in?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/modules/sparql/Makefile.in (original)
+++ incubator/triplesoup/code/trunk/modules/sparql/Makefile.in Fri Apr 13 09:23:34 2007
@@ -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.
+
 topsrcdir	= @top_srcdir@
 
 include $(topsrcdir)/build/rules.mk

Modified: incubator/triplesoup/code/trunk/modules/sparql/mod_sparql.c
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/modules/sparql/mod_sparql.c?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/modules/sparql/mod_sparql.c (original)
+++ incubator/triplesoup/code/trunk/modules/sparql/mod_sparql.c Fri Apr 13 09:23:34 2007
@@ -1,8 +1,9 @@
-/* Copyright 2006 david reid <ma...@david-reid.com>
- *
- * Licensed 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
+/* 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
  *

Modified: incubator/triplesoup/code/trunk/modules/sparql/mod_sparql.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/modules/sparql/mod_sparql.h?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/modules/sparql/mod_sparql.h (original)
+++ incubator/triplesoup/code/trunk/modules/sparql/mod_sparql.h Fri Apr 13 09:23:34 2007
@@ -1,10 +1,9 @@
-/* mod_sparql.h
- *
- * Copyright 2006 david reid <ma...@david-reid.com>
- *
- * Licensed 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
+/* 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
  *

Modified: incubator/triplesoup/code/trunk/release-settings.sh
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/release-settings.sh?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/release-settings.sh (original)
+++ incubator/triplesoup/code/trunk/release-settings.sh Fri Apr 13 09:23:34 2007
@@ -1,21 +1,19 @@
 #!/usr/bin/env bash
 
-# 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
+# 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
+#     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.
+# 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.
 
 #
 # Configuration for release.sh

Modified: incubator/triplesoup/code/trunk/release.sh
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/release.sh?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/release.sh (original)
+++ incubator/triplesoup/code/trunk/release.sh Fri Apr 13 09:23:34 2007
@@ -1,21 +1,19 @@
 #!/usr/bin/env bash
 
-# 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
+# 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
+#     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.
+# 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.
 
 #
 # Script for creating and tagging a source distribution

Modified: incubator/triplesoup/code/trunk/tests/01-basic-self-test/run.sh
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/tests/01-basic-self-test/run.sh?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/tests/01-basic-self-test/run.sh (original)
+++ incubator/triplesoup/code/trunk/tests/01-basic-self-test/run.sh Fri Apr 13 09:23:34 2007
@@ -1,19 +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
+# 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
+#     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.
+# 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.
 
 PYTHONPATH=`pwd`/../../modules/pysoup
 PYTHONPATH=$PYTHONPATH python $PYTHONPATH/pysoup/client.py create-drop-load.tsql || exit 1

Modified: incubator/triplesoup/code/trunk/tests/run.sh
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/tests/run.sh?view=diff&rev=528547&r1=528546&r2=528547
==============================================================================
--- incubator/triplesoup/code/trunk/tests/run.sh (original)
+++ incubator/triplesoup/code/trunk/tests/run.sh Fri Apr 13 09:23:34 2007
@@ -1,21 +1,19 @@
 #!/usr/bin/env bash
 
-# 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
+# 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
+#     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.
+# 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.
 
 tests=`find . -type d -mindepth 1 -maxdepth 1 -not -name '_*' -not -name '.svn' | sort`