Changeset: f2c8b9264166 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f2c8b9264166
Modified Files:
        sql/backends/monet5/datacell/actuator.c
        sql/backends/monet5/datacell/basket.c
        sql/backends/monet5/datacell/datacell.c
        sql/backends/monet5/datacell/dcoperator.c
        sql/backends/monet5/datacell/dcsocket.c
        sql/backends/monet5/datacell/emitter.c
        sql/backends/monet5/datacell/petrinet.c
        sql/backends/monet5/datacell/receptor.c
Branch: Aug2011
Log Message:

Remove double licences


diffs (208 lines):

diff --git a/sql/backends/monet5/datacell/actuator.c 
b/sql/backends/monet5/datacell/actuator.c
--- a/sql/backends/monet5/datacell/actuator.c
+++ b/sql/backends/monet5/datacell/actuator.c
@@ -18,22 +18,6 @@
  */
 
 /*
- * @' The contents of this file are subject to the MonetDB Public License
- * @' Version 1.1 (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.monetdb.org/Legal/MonetDBLicense
- * @'
- * @' Software distributed under the License is distributed on an "AS IS"
- * @' basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- * @' License for the specific language governing rights and limitations
- * @' under the License.
- * @'
- * @' The Original Code is the MonetDB Database System.
- * @'
- * @' The Initial Developer of the Original Code is CWI.
- * @' Portions created by CWI are Copyright (C) 1997-2008 CWI.
- * @' All Rights Reserved.
- *
  * @a M. Kersten, E. Liarou, R. Goncalves
  * @* The Actuator Simulation program
  * This program listens to an event stream on a particular port.
diff --git a/sql/backends/monet5/datacell/basket.c 
b/sql/backends/monet5/datacell/basket.c
--- a/sql/backends/monet5/datacell/basket.c
+++ b/sql/backends/monet5/datacell/basket.c
@@ -18,22 +18,6 @@
  */
 
 /*
- * # The contents of this file are subject to the MonetDB Public License
- * # Version 1.1 (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.monetdb.org/Legal/MonetDBLicense
- * #
- * # Software distributed under the License is distributed on an "AS IS"
- * # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- * # License for the specific language governing rights and limitations
- * # under the License.
- * #
- * # The Original Code is the MonetDB Database System.
- * #
- * # The Initial Developer of the Original Code is CWI.
- * # Portions created by CWI are Copyright (C) 1997-2008 CWI.
- * # All Rights Reserved.
- *
  * @f basket
  * @- Event baskets
  * Continuous query processing relies on event baskets
diff --git a/sql/backends/monet5/datacell/datacell.c 
b/sql/backends/monet5/datacell/datacell.c
--- a/sql/backends/monet5/datacell/datacell.c
+++ b/sql/backends/monet5/datacell/datacell.c
@@ -18,22 +18,6 @@
  */
 
 /*
- * # The contents of this file are subject to the MonetDB Public License
- * # Version 1.1 (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.monetdb.org/Legal/MonetDBLicense
- * #
- * # Software distributed under the License is distributed on an "AS IS"
- * # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- * # License for the specific language governing rights and limitations
- * # under the License.
- * #
- * # The Original Code is the MonetDB Database System.
- * #
- * # The Initial Developer of the Original Code is CWI.
- * # Portions created by CWI are Copyright (C) 1997-2008 CWI.
- * # All Rights Reserved.
- *
  * @f datacell
  * The interface from SQL passes through here.
  *
diff --git a/sql/backends/monet5/datacell/dcoperator.c 
b/sql/backends/monet5/datacell/dcoperator.c
--- a/sql/backends/monet5/datacell/dcoperator.c
+++ b/sql/backends/monet5/datacell/dcoperator.c
@@ -18,22 +18,6 @@
  */
 
 /*
- * @' The contents of this file are subject to the MonetDB Public License
- * @' Version 1.1 (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.monetdb.org/Legal/MonetDBLicense
- * @'
- * @' Software distributed under the License is distributed on an "AS IS"
- * @' basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- * @' License for the specific language governing rights and limitations
- * @' under the License.
- * @'
- * @' The Original Code is the MonetDB Database System.
- * @'
- * @' The Initial Developer of the Original Code is CWI.
- * @' Portions created by CWI are Copyright (C) 1997-2007 CWI.
- * @' All Rights Reserved.
- *
  * @f dcoperator
  * @a Martin Kersten
  * @v 1
diff --git a/sql/backends/monet5/datacell/dcsocket.c 
b/sql/backends/monet5/datacell/dcsocket.c
--- a/sql/backends/monet5/datacell/dcsocket.c
+++ b/sql/backends/monet5/datacell/dcsocket.c
@@ -18,22 +18,6 @@
  */
 
 /*
- * @' The contents of this file are subject to the MonetDB Public License
- * @' Version 1.1 (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.monetdb.org/Legal/MonetDBLicense
- * @'
- * @' Software distributed under the License is distributed on an "AS IS"
- * @' basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- * @' License for the specific language governing rights and limitations
- * @' under the License.
- * @'
- * @' The Original Code is the MonetDB Database System.
- * @'
- * @' The Initial Developer of the Original Code is CWI.
- * @' Portions created by CWI are Copyright (C) 1997-2008 CWI.
- * @' All Rights Reserved.
- *
  * @f dcsocket
  * @a Romulo Goncalves, Erietta Liarou, Martin Kersten
  * @v 1
diff --git a/sql/backends/monet5/datacell/emitter.c 
b/sql/backends/monet5/datacell/emitter.c
--- a/sql/backends/monet5/datacell/emitter.c
+++ b/sql/backends/monet5/datacell/emitter.c
@@ -18,22 +18,6 @@
  */
 
 /*
- * @' The contents of this file are subject to the MonetDB Public License
- * @' Version 1.1 (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.monetdb.org/Legal/MonetDBLicense
- * @'
- * @' Software distributed under the License is distributed on an "AS IS"
- * @' basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- * @' License for the specific language governing rights and limitations
- * @' under the License.
- * @'
- * @' The Original Code is the MonetDB Database System.
- * @'
- * @' The Initial Developer of the Original Code is CWI.
- * @' Portions created by CWI are Copyright (C) 1997-2008 CWI.
- * @' All Rights Reserved.
- *
  * @f emitter
  * @a Martin Kersten
  * @v 1
diff --git a/sql/backends/monet5/datacell/petrinet.c 
b/sql/backends/monet5/datacell/petrinet.c
--- a/sql/backends/monet5/datacell/petrinet.c
+++ b/sql/backends/monet5/datacell/petrinet.c
@@ -18,22 +18,6 @@
  */
 
 /*
- * @' The contents of this file are subject to the MonetDB Public License
- * @' Version 1.1 (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.monetdb.org/Legal/MonetDBLicense
- * @'
- * @' Software distributed under the License is distributed on an "AS IS"
- * @' basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- * @' License for the specific language governing rights and limitations
- * @' under the License.
- * @'
- * @' The Original Code is the MonetDB Database System.
- * @'
- * @' The Initial Developer of the Original Code is CWI.
- * @' Portions created by CWI are Copyright (C) 1997-2008 CWI.
- * @' All Rights Reserved.
- *
  * @f petrinet
  * @a Martin Kersten
  * @v 1
diff --git a/sql/backends/monet5/datacell/receptor.c 
b/sql/backends/monet5/datacell/receptor.c
--- a/sql/backends/monet5/datacell/receptor.c
+++ b/sql/backends/monet5/datacell/receptor.c
@@ -18,22 +18,6 @@
  */
 
 /*
- * @' The contents of this file are subject to the MonetDB Public License
- * @' Version 1.1 (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.monetdb.org/Legal/MonetDBLicense
- * @'
- * @' Software distributed under the License is distributed on an "AS IS"
- * @' basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- * @' License for the specific language governing rights and limitations
- * @' under the License.
- * @'
- * @' The Original Code is the MonetDB Database System.
- * @'
- * @' The Initial Developer of the Original Code is CWI.
- * @' Portions created by CWI are Copyright (C) 1997-2008 CWI.
- * @' All Rights Reserved.
- *
  * @f receptor
  * @a Martin Kersten
  * @v 1
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to