summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Baumann <p.baumann@jacobs-university.de>2010-12-10 04:50:27 +0100
committerwww-data <www-data@ubuntu.localdomain>2010-12-10 04:51:56 +0100
commit3bcafe95c4dda839607dd0087bbd3c7a899b6bdf (patch)
tree76d7832c89f6fd994af7c80f50f50db1b8489e1e
parenta87f1efe07133f85ea5be78dc3bb4d54bf65b5a0 (diff)
downloadrasdaman-upstream-3bcafe95c4dda839607dd0087bbd3c7a899b6bdf.tar.gz
rasdaman-upstream-3bcafe95c4dda839607dd0087bbd3c7a899b6bdf.tar.xz
rasdaman-upstream-3bcafe95c4dda839607dd0087bbd3c7a899b6bdf.zip
LGPL header
-rw-r--r--applications/rasql/Makefile.am6
-rw-r--r--applications/rasql/Makefile.in6
-rw-r--r--applications/rasql/rasql.cc9
-rw-r--r--applications/rasql/rasql_error.cc9
-rw-r--r--applications/rasql/rasql_error.hh9
-rw-r--r--applications/rasql/rasql_signal.cc9
-rw-r--r--applications/rasql/rasql_signal.hh9
7 files changed, 26 insertions, 31 deletions
diff --git a/applications/rasql/Makefile.am b/applications/rasql/Makefile.am
index 9de1d06..521af32 100644
--- a/applications/rasql/Makefile.am
+++ b/applications/rasql/Makefile.am
@@ -2,16 +2,16 @@
# This file is part of rasdaman community.
#
# Rasdaman community is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
+# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Rasdaman community is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# GNU Lesser General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
+# You should have received a copy of the GNU Lesser General Public License
# along with rasdaman community. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann /
diff --git a/applications/rasql/Makefile.in b/applications/rasql/Makefile.in
index 75c56bb..814b0e0 100644
--- a/applications/rasql/Makefile.in
+++ b/applications/rasql/Makefile.in
@@ -18,16 +18,16 @@
# This file is part of rasdaman community.
#
# Rasdaman community is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
+# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Rasdaman community is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# GNU Lesser General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
+# You should have received a copy of the GNU Lesser General Public License
# along with rasdaman community. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann /
diff --git a/applications/rasql/rasql.cc b/applications/rasql/rasql.cc
index 197e9fd..c71dea3 100644
--- a/applications/rasql/rasql.cc
+++ b/applications/rasql/rasql.cc
@@ -2,20 +2,19 @@
* This file is part of rasdaman community.
*
* Rasdaman community is free software: you can redistribute it and/or modify
-* it under the terms of the GNU General Public License as published by
+* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Rasdaman community is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
+* GNU Lesser General Public License for more details.
*
-* You should have received a copy of the GNU General Public License
+* You should have received a copy of the GNU Lesser General Public License
* along with rasdaman community. If not, see <http://www.gnu.org/licenses/>.
*
-* Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann /
-rasdaman GmbH.
+* Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / rasdaman GmbH.
*
* For more information please see <http://www.rasdaman.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
diff --git a/applications/rasql/rasql_error.cc b/applications/rasql/rasql_error.cc
index 2d5f6e0..28cb883 100644
--- a/applications/rasql/rasql_error.cc
+++ b/applications/rasql/rasql_error.cc
@@ -2,20 +2,19 @@
* This file is part of rasdaman community.
*
* Rasdaman community is free software: you can redistribute it and/or modify
-* it under the terms of the GNU General Public License as published by
+* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Rasdaman community is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
+* GNU Lesser General Public License for more details.
*
-* You should have received a copy of the GNU General Public License
+* You should have received a copy of the GNU Lesser General Public License
* along with rasdaman community. If not, see <http://www.gnu.org/licenses/>.
*
-* Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann /
-rasdaman GmbH.
+* Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / rasdaman GmbH.
*
* For more information please see <http://www.rasdaman.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
diff --git a/applications/rasql/rasql_error.hh b/applications/rasql/rasql_error.hh
index cf372ab..e3b35f6 100644
--- a/applications/rasql/rasql_error.hh
+++ b/applications/rasql/rasql_error.hh
@@ -2,20 +2,19 @@
* This file is part of rasdaman community.
*
* Rasdaman community is free software: you can redistribute it and/or modify
-* it under the terms of the GNU General Public License as published by
+* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Rasdaman community is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
+* GNU Lesser General Public License for more details.
*
-* You should have received a copy of the GNU General Public License
+* You should have received a copy of the GNU Lesser General Public License
* along with rasdaman community. If not, see <http://www.gnu.org/licenses/>.
*
-* Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann /
-rasdaman GmbH.
+* Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / rasdaman GmbH.
*
* For more information please see <http://www.rasdaman.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
diff --git a/applications/rasql/rasql_signal.cc b/applications/rasql/rasql_signal.cc
index 49ce7d4..b36f0cb 100644
--- a/applications/rasql/rasql_signal.cc
+++ b/applications/rasql/rasql_signal.cc
@@ -2,20 +2,19 @@
* This file is part of rasdaman community.
*
* Rasdaman community is free software: you can redistribute it and/or modify
-* it under the terms of the GNU General Public License as published by
+* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Rasdaman community is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
+* GNU Lesser General Public License for more details.
*
-* You should have received a copy of the GNU General Public License
+* You should have received a copy of the GNU Lesser General Public License
* along with rasdaman community. If not, see <http://www.gnu.org/licenses/>.
*
-* Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann /
-rasdaman GmbH.
+* Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / rasdaman GmbH.
*
* For more information please see <http://www.rasdaman.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
diff --git a/applications/rasql/rasql_signal.hh b/applications/rasql/rasql_signal.hh
index 82b27c1..40df222 100644
--- a/applications/rasql/rasql_signal.hh
+++ b/applications/rasql/rasql_signal.hh
@@ -2,20 +2,19 @@
* This file is part of rasdaman community.
*
* Rasdaman community is free software: you can redistribute it and/or modify
-* it under the terms of the GNU General Public License as published by
+* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Rasdaman community is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
+* GNU Lesser General Public License for more details.
*
-* You should have received a copy of the GNU General Public License
+* You should have received a copy of the GNU Lesser General Public License
* along with rasdaman community. If not, see <http://www.gnu.org/licenses/>.
*
-* Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann /
-rasdaman GmbH.
+* Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / rasdaman GmbH.
*
* For more information please see <http://www.rasdaman.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.