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 17:20:01 UTC

svn commit: r528559 [2/6] - in /incubator/triplesoup/donations/TRIPLES-3-RDFStore: ./ dbms/ dbms/client/ dbms/client/t/ dbms/dbmsproxy/ dbms/deamon/ dbms/doc/ dbms/include/ dbms/libdbms/ dbms/utils/ doc/ include/ lib/ lib/DBD/ lib/RDFStore/ lib/RDFStor...

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/33.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/33.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/33.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/33.t Fri Apr 13 10:19:54 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.
+
 $childs=6;
 
 $|=1;

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/40.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/40.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/40.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/40.t Fri Apr 13 10:19:54 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.
+
 print "1..300\n";
 use DBMS;
 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/50.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/50.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/50.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/50.t Fri Apr 13 10:19:54 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.
+
 print "1..2\n";
 
 use DBMS;

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/Makefile
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/Makefile?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/Makefile (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/Makefile Fri Apr 13 10:19:54 2007
@@ -1,6 +1,17 @@
-# *
-# *     Copyright (c) 2005 Asemantics S.R.L., All Rights Reserved.
-# *
+# 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 ../arch.conf
 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/dbmsget.c
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/dbmsget.c?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/dbmsget.c (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/dbmsget.c Fri Apr 13 10:19:54 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.
+ */
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/un.h>

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/dbmsproxy.c
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/dbmsproxy.c?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/dbmsproxy.c (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/dbmsproxy.c Fri Apr 13 10:19:54 2007
@@ -1,8 +1,18 @@
-/* DBMS Proxy
+/* 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
  *
- * Copyright (c) 2005 Asemantics S.R.L., All Rights Reserved.
+ *     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 <sys/types.h>
 #include <sys/socket.h>
 #include <sys/un.h>

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/dbmsproxy.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/dbmsproxy.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/dbmsproxy.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/dbmsproxy.h Fri Apr 13 10:19:54 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.
+ */
 
 #ifndef VERSION
 #define VERSION "1.00"

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/test.pl
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/test.pl?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/test.pl (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/test.pl Fri Apr 13 10:19:54 2007
@@ -1,4 +1,19 @@
 #!/usr/bin/perl
+#
+# 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.
 
 die "$0 <dbms-uri>"
         unless $#ARGV == 0;

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/test2.pl
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/test2.pl?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/test2.pl (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/test2.pl Fri Apr 13 10:19:54 2007
@@ -1,4 +1,19 @@
 #!/usr/bin/perl
+#
+# 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.
 
 die "$0 <dbms-uri>"
 	unless $#ARGV == 0;

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/Makefile
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/Makefile?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/Makefile (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/Makefile Fri Apr 13 10:19:54 2007
@@ -1,15 +1,18 @@
-# *
-# *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
-# *     		   Dirk-Willem van Gulik <di...@webweaving.org>
-# *
-# * NOTICE
-# *
-# * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
-# * file you should have received together with this source code. If you did not get a
-# * a copy of such a license agreement you can pick up one at:
-# *
-# *     http://rdfstore.sourceforge.net/LICENSE
-# *
+# 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.
+
 INSTDIR=/RDFStore
 
 include ../arch.conf

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/children.c
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/children.c?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/children.c (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/children.c Fri Apr 13 10:19:54 2007
@@ -1,50 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
- *
- * NOTICE
- *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
- * DBMS Server
- *
- * Dealing with birth(control) of children, handing of
- * tasks and subsequent reaping of accidentally terminal
- * cases. 
- *
- * Strategy/Design/Bumpf
- *
- * 	The idea here is that each time a new/init comes
- *	in from a client; we check if we already have the database
- *	requested open (note; we assume a strict one socket
- *	per database relation). If one of our children already
- *	has the database openened; hand off the connection to
- * 	that child and forget about the connection.
- *
- *	This way we do not have to worry about locks; as each
- * 	dbm has just one process handling it.
- *
- *	If no child is currently handing the requested database
- *	we check how many we have running, and either spawn a
- *	new child; or ask an existing one to take the additional
- *	load. The assumtion here is that forking processis are
- *	able to handle RQ's more independently; thus allowing
- *	better utilizition of the bus to the disk; as we have
- *	decoupled the H function.
- *
- *	For now we changed to a fork(); rather than pull from a 
- *	thread pool as in the UKDCils. The main reasons are that
- *	we are worried about one DB blowing up another, and that
- *	some of the older FreeBSD production boxes give the same
- *	problems we had with the IMS user land hangs. But really
- *	treading would be better; and just require a few mutexi-es.
- *
- * $Id: children.c,v 1.20 2006/06/19 10:10:22 areggiori Exp $
- */                                   
+/* 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.
+ */
+                               
 #ifdef FORKING
 
 #include "dbms.h"

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/children.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/children.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/children.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/children.h Fri Apr 13 10:19:54 2007
@@ -1,16 +1,17 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
- *
- * $Id: children.h,v 1.4 2006/06/19 10:10:22 areggiori Exp $
+ * 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.
  */
+
 extern int child_counter;

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/conf.c
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/conf.c?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/conf.c (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/conf.c Fri Apr 13 10:19:54 2007
@@ -1,18 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
- *
- * $Id: conf.c,v 1.16 2006/06/19 10:10:22 areggiori Exp $
+ * 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 "dbms.h"
 #include "dbmsd.h"

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/conf.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/conf.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/conf.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/conf.h Fri Apr 13 10:19:54 2007
@@ -1,18 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
- *
- * $Id: conf.h,v 1.6 2006/06/19 10:10:22 areggiori Exp $
+ * 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.
  */
+
 #ifndef _H_CONF
 #define _H_CONF
 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbms-allow-all.conf
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbms-allow-all.conf?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbms-allow-all.conf (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbms-allow-all.conf Fri Apr 13 10:19:54 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.
+
 # Baseline reject
 <dbase _>
 	order allow,deny

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbms.conf
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbms.conf?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbms.conf (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbms.conf Fri Apr 13 10:19:54 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.
+
 # This is a comment, I love comments.
 #
 # BNF:

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbmsd.8
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbmsd.8?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbmsd.8 (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbmsd.8 Fri Apr 13 10:19:54 2007
@@ -1,20 +1,17 @@
-.\"\*
-.\"\*     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
-.\"\*			     Dirk-Willem van Gulik <di...@webweaving.org>	
-.\"\*
-.\"\* NOTICE
-.\"\*
-.\"\* This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
-.\"\* file you should have received together with this source code. If you did not get a
-.\"\* a copy of such a license agreement you can pick up one at:
-.\"\*
-.\"\*     http://rdfstore.sourceforge.net/LICENSE
-.\"\*
-.\"\* Perl 'tie' interface to a socket connection. Possibly to
-.\"\* the a server which runs a thin feneer to the Berkely DB.
-.\"\*
-.\"\* Based on DB_File, which came with perl and UKD which
-.\"\* came with CILS.
+.\"\* 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.
 .\"\*/
 .\"
 .Dd November, 2000

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbmsd.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbmsd.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbmsd.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbmsd.h Fri Apr 13 10:19:54 2007
@@ -1,18 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
- *
- * $Id: dbmsd.h,v 1.13 2006/06/19 10:10:22 areggiori Exp $
+ * 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.
  */
+
 #ifndef _H_DBMSD
 #define _H_DBMSD
 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/deamon.c
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/deamon.c?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/deamon.c (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/deamon.c Fri Apr 13 10:19:54 2007
@@ -1,18 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
- *
- * $Id: deamon.c,v 1.26 2006/06/19 10:10:22 areggiori Exp $
- */ 
+ * 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 "dbms.h"
 #include "dbms_compat.h"

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/deamon.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/deamon.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/deamon.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/deamon.h Fri Apr 13 10:19:54 2007
@@ -1,18 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
- *
- * $Id: deamon.h,v 1.14 2006/06/19 10:10:22 areggiori Exp $
- */ 
+ * 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.
+ */
+
 #ifndef _H_DEAMON
 #define _H_DEAMON
 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/handler.c
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/handler.c?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/handler.c (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/handler.c Fri Apr 13 10:19:54 2007
@@ -1,18 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
- *
- * $Id: handler.c,v 1.48 2006/06/19 10:10:22 areggiori Exp $
- */ 
+ * 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 "dbms.h"
 #include "dbms_comms.h"

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/handler.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/handler.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/handler.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/handler.h Fri Apr 13 10:19:54 2007
@@ -1,18 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
- *
- * $Id: handler.h,v 1.4 2006/06/19 10:10:22 areggiori Exp $
- */ 
+ * 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.
+ */
+
 
 void close_all_dbps();
 void parse_request( connection * r);

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/loop.c
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/loop.c?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/loop.c (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/loop.c Fri Apr 13 10:19:54 2007
@@ -1,18 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
- *
- * $Id: loop.c,v 1.18 2006/06/19 10:10:22 areggiori Exp $
- */ 
+ * 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 "dbms.h"
 #include "dbms_compat.h"
 #include "dbms_comms.h"

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/main.c
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/main.c?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/main.c (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/main.c Fri Apr 13 10:19:54 2007
@@ -1,18 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
- *
- * $Id: main.c,v 1.22 2006/06/19 10:10:22 areggiori Exp $
- */ 
+ * 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 "dbms.h"
 #include "dbms_compat.h"
 #include "dbms_comms.h"

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/mymalloc.c
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/mymalloc.c?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/mymalloc.c (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/mymalloc.c Fri Apr 13 10:19:54 2007
@@ -1,19 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
- * Simple debugging malloc, when/if needed 
- *
- * $Id: mymalloc.c,v 1.11 2006/06/19 10:10:22 areggiori Exp $
+ * 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 "dbms.h"
 #include "dbms_compat.h"
 #include "dbms_comms.h"

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/mymalloc.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/mymalloc.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/mymalloc.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/mymalloc.h Fri Apr 13 10:19:54 2007
@@ -1,18 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
- *
- * $Id: mymalloc.h,v 1.6 2006/06/19 10:10:22 areggiori Exp $
- */ 
+ * 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.
+ */
+
 char * memdup( void * data, size_t size );
 
 #ifdef RDFSTORE_DBMS_DEBUG_MALLOC

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/pathmake.c
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/pathmake.c?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/pathmake.c (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/pathmake.c Fri Apr 13 10:19:54 2007
@@ -1,18 +1,18 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
- *
- * $Id: pathmake.c,v 1.9 2006/06/19 10:10:22 areggiori Exp $
- */ 
+ * 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 "dbms.h"
 #include "dbms_compat.h"

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/pathmake.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/pathmake.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/pathmake.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/pathmake.h Fri Apr 13 10:19:54 2007
@@ -1,18 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
- *
- * $Id: pathmake.h,v 1.4 2006/06/19 10:10:23 areggiori Exp $
- */ 
+ * 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.
+ */
+
 #ifndef _PATH_MAKE_H
 #define _PATH_MAKE_H
 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/version.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/version.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/version.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/version.h Fri Apr 13 10:19:54 2007
@@ -1,17 +1,18 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
- *
- * $Id: version.h,v 1.4 2006/06/19 10:10:23 areggiori Exp $
- */ 
+ * 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.
+ */
+
 int get_version(void);
 char * get_full(void);

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/version.pl
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/version.pl?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/version.pl (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/version.pl Fri Apr 13 10:19:54 2007
@@ -1,16 +1,20 @@
 #!/usr/bin/perl
-# *
-# *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
-# *                        Dirk-Willem van Gulik <di...@webweaving.org>
-# *
-# * NOTICE
-# *
-# * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
-# * file you should have received together with this source code. If you did not get a
-# * a copy of such a license agreement you can pick up one at:
-# *
-# *     http://rdfstore.sourceforge.net/LICENSE
-# *
+#
+# 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.
+
 $rcsid='$Id: version.pl,v 1.8 2006/06/19 10:10:23 areggiori Exp $';
 #
 $h=`hostname`;

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/doc/dbms.html
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/doc/dbms.html?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/doc/dbms.html (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/doc/dbms.html Fri Apr 13 10:19:54 2007
@@ -1,16 +1,19 @@
 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
 <!--
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
- *
- * NOTICE
- *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
+    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.
 -->
 
 <html>

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/include/dbms.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/include/dbms.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/include/dbms.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/include/dbms.h Fri Apr 13 10:19:54 2007
@@ -1,16 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/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.
+ */
+
 
 /*
  *

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/include/dbms_comms.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/include/dbms_comms.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/include/dbms_comms.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/include/dbms_comms.h Fri Apr 13 10:19:54 2007
@@ -1,16 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/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.
+ */
+
 
 #ifndef _H_DBMS_COMMS
 #define _H_DBMS_COMMS

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/include/dbms_compat.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/include/dbms_compat.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/include/dbms_compat.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/include/dbms_compat.h Fri Apr 13 10:19:54 2007
@@ -1,16 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/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.
+ */
+
 
 #ifndef _DBMS_COMPAT_H
 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/Makefile
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/Makefile?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/Makefile (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/Makefile Fri Apr 13 10:19:54 2007
@@ -1,15 +1,17 @@
-# *
-# *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
-# *     		   Dirk-Willem van Gulik <di...@webweaving.org>
-# *
-# * NOTICE
-# *
-# * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
-# * file you should have received together with this source code. If you did not get a
-# * a copy of such a license agreement you can pick up one at:
-# *
-# *     http://rdfstore.sourceforge.net/LICENSE
-# *
+# 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.
 
 # external dbmsd to use for the make test functionality.
 #

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/dump.c
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/dump.c?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/dump.c (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/dump.c Fri Apr 13 10:19:54 2007
@@ -1,16 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/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.
+ */
+
 
 #include "dbms.h"
 #include "dbms_comms.h"

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/libdbms.3
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/libdbms.3?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/libdbms.3 (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/libdbms.3 Fri Apr 13 10:19:54 2007
@@ -1,16 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/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.
+ */
+
 
 Call back hanlder
 	(void)hanlder( dbms_cause_t event, int counter)

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/libdbms.c
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/libdbms.c?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/libdbms.c (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/libdbms.c Fri Apr 13 10:19:54 2007
@@ -1,19 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
- *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/LICENSE
- *
- * Perl 'tie' interface to a socket connection. Possibly to
- * the a server which runs a thin feneer to the Berkely DB.
+ *     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 "dbms.h"
 #include "dbms_comms.h"

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/test.c
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/test.c?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/test.c (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/test.c Fri Apr 13 10:19:54 2007
@@ -1,16 +1,19 @@
-/*
- *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- *                        Dirk-Willem van Gulik <di...@webweaving.org>
+/* 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
  *
- * NOTICE
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- * file you should have received together with this source code. If you did not get a
- * a copy of such a license agreement you can pick up one at:
- *
- *     http://rdfstore.sourceforge.net/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.
+ */
+
 
 #include "dbms.h"
 #include "dbms_comms.h"

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbcat_raw
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbcat_raw?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbcat_raw (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbcat_raw Fri Apr 13 10:19:54 2007
@@ -1,67 +1,20 @@
 #!/usr/local/bin/perl -I ../../lib
-##############################################################################
-# 	Copyright (c) 2000-2006 All rights reserved
-# 	Alberto Reggiori <ar...@webweaving.org>
-#	Dirk-Willem van Gulik <di...@webweaving.org>
 #
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. Redistributions in binary form must reproduce the above copyright
-#    notice, this list of conditions and the following disclaimer in
-#    the documentation and/or other materials provided with the
-#    distribution.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-# FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
-# OF THE POSSIBILITY OF SUCH DAMAGE.
-#
-# ====================================================================
-#
-# This software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
+# 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.
+
 use DBMS;
 use Fcntl;
 my $host= shift or 'localhost';

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbms_mirror.pl
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbms_mirror.pl?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbms_mirror.pl (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbms_mirror.pl Fri Apr 13 10:19:54 2007
@@ -1,67 +1,19 @@
 #!/usr/bin/perl
-##############################################################################
-# 	Copyright (c) 2000-2006 All rights reserved
-# 	Alberto Reggiori <ar...@webweaving.org>
-#	Dirk-Willem van Gulik <di...@webweaving.org>
 #
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. Redistributions in binary form must reproduce the above copyright
-#    notice, this list of conditions and the following disclaimer in
-#    the documentation and/or other materials provided with the
-#    distribution.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-# FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
-# OF THE POSSIBILITY OF SUCH DAMAGE.
-#
-# ====================================================================
-#
-# This software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
+# 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.
 
 use DBMS;
 use strict;

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbmsd.sh
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbmsd.sh?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbmsd.sh (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbmsd.sh Fri Apr 13 10:19:54 2007
@@ -1,67 +1,20 @@
 #!/bin/sh
-##############################################################################
-#       Copyright (c) 2000-2006 All rights reserved
-#       Alberto Reggiori <ar...@webweaving.org>
-#       Dirk-Willem van Gulik <di...@webweaving.org>
 #
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. Redistributions in binary form must reproduce the above copyright
-#    notice, this list of conditions and the following disclaimer in
-#    the documentation and/or other materials provided with the
-#    distribution.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-# FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
-# OF THE POSSIBILITY OF SUCH DAMAGE.
-#
-# ====================================================================
-#
-# This software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
+# 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.
+
 DIR=/RDFStore
 
 #

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbmsd.sh.sample
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbmsd.sh.sample?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbmsd.sh.sample (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbmsd.sh.sample Fri Apr 13 10:19:54 2007
@@ -1,67 +1,20 @@
 #!/bin/sh
-##############################################################################
-#       Copyright (c) 2000-2006 All rights reserved
-#       Alberto Reggiori <ar...@webweaving.org>
-#       Dirk-Willem van Gulik <di...@webweaving.org>
 #
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. Redistributions in binary form must reproduce the above copyright
-#    notice, this list of conditions and the following disclaimer in
-#    the documentation and/or other materials provided with the
-#    distribution.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-# FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
-# OF THE POSSIBILITY OF SUCH DAMAGE.
-#
-# ====================================================================
-#
-# This software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
+# 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.
+
 DIR=/RDFStore
 
 #