From 3bcafe95c4dda839607dd0087bbd3c7a899b6bdf Mon Sep 17 00:00:00 2001 From: Peter Baumann Date: Fri, 10 Dec 2010 04:50:27 +0100 Subject: LGPL header --- applications/rasql/Makefile.am | 6 +++--- applications/rasql/Makefile.in | 6 +++--- applications/rasql/rasql.cc | 9 ++++----- applications/rasql/rasql_error.cc | 9 ++++----- applications/rasql/rasql_error.hh | 9 ++++----- applications/rasql/rasql_signal.cc | 9 ++++----- applications/rasql/rasql_signal.hh | 9 ++++----- 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 . # # 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 . # # 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 . * -* 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 * or contact Peter Baumann via . 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 . * -* 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 * or contact Peter Baumann via . 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 . * -* 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 * or contact Peter Baumann via . 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 . * -* 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 * or contact Peter Baumann via . 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 . * -* 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 * or contact Peter Baumann via . -- cgit