Skip to content

Commit

Permalink
Switch to LGPL
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Rettenberger committed Dec 13, 2013
1 parent afda31f commit 96e8c31
Show file tree
Hide file tree
Showing 72 changed files with 1,162 additions and 1,531 deletions.
827 changes: 159 additions & 668 deletions COPYING

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ http://www5.in.tum.de/asagi/apidoc/index.xhtml
License
-------

ASAGI is release under GPLv3 (see [COPYING](COPYING))
ASAGI is release under LGPLv3 (see [COPYING](COPYING))
28 changes: 15 additions & 13 deletions allocator/allocator.h
Original file line number Diff line number Diff line change
@@ -1,34 +1,36 @@
/**
* @file
* This file is part of ASAGI
* This file is part of ASAGI.
*
* ASAGI is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* 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.
*
* ASAGI 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
* along with ASAGI. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with ASAGI. If not, see <http://www.gnu.org/licenses/>.
*
* Diese Datei ist Teil von ASAGI.
*
* ASAGI ist Freie Software: Sie koennen es unter den Bedingungen
* der GNU General Public License, wie von der Free Software Foundation,
* Version 3 der Lizenz oder (nach Ihrer Option) jeder spaeteren
* veroeffentlichten Version, weiterverbreiten und/oder modifizieren.
* der GNU Lesser General Public License, wie von der Free Software
* Foundation, Version 3 der Lizenz oder (nach Ihrer Option) jeder
* spaeteren veroeffentlichten Version, weiterverbreiten und/oder
* modifizieren.
*
* ASAGI wird in der Hoffnung, dass es nuetzlich sein wird, aber
* OHNE JEDE GEWAEHELEISTUNG, bereitgestellt; sogar ohne die implizite
* Gewaehrleistung der MARKTFAEHIGKEIT oder EIGNUNG FUER EINEN BESTIMMTEN
* ZWECK. Siehe die GNU General Public License fuer weitere Details.
* ZWECK. Siehe die GNU Lesser General Public License fuer weitere Details.
*
* Sie sollten eine Kopie der GNU General Public License zusammen mit diesem
* Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
* Sie sollten eine Kopie der GNU Lesser General Public License zusammen
* mit diesem Programm erhalten haben. Wenn nicht, siehe
* <http://www.gnu.org/licenses/>.
*
* @copyright 2013 Sebastian Rettenberger <[email protected]>
*/
Expand Down
28 changes: 15 additions & 13 deletions allocator/defaultallocator.h
Original file line number Diff line number Diff line change
@@ -1,34 +1,36 @@
/**
* @file
* This file is part of ASAGI
* This file is part of ASAGI.
*
* ASAGI is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* 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.
*
* ASAGI 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
* along with ASAGI. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with ASAGI. If not, see <http://www.gnu.org/licenses/>.
*
* Diese Datei ist Teil von ASAGI.
*
* ASAGI ist Freie Software: Sie koennen es unter den Bedingungen
* der GNU General Public License, wie von der Free Software Foundation,
* Version 3 der Lizenz oder (nach Ihrer Option) jeder spaeteren
* veroeffentlichten Version, weiterverbreiten und/oder modifizieren.
* der GNU Lesser General Public License, wie von der Free Software
* Foundation, Version 3 der Lizenz oder (nach Ihrer Option) jeder
* spaeteren veroeffentlichten Version, weiterverbreiten und/oder
* modifizieren.
*
* ASAGI wird in der Hoffnung, dass es nuetzlich sein wird, aber
* OHNE JEDE GEWAEHELEISTUNG, bereitgestellt; sogar ohne die implizite
* Gewaehrleistung der MARKTFAEHIGKEIT oder EIGNUNG FUER EINEN BESTIMMTEN
* ZWECK. Siehe die GNU General Public License fuer weitere Details.
* ZWECK. Siehe die GNU Lesser General Public License fuer weitere Details.
*
* Sie sollten eine Kopie der GNU General Public License zusammen mit diesem
* Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
* Sie sollten eine Kopie der GNU Lesser General Public License zusammen
* mit diesem Programm erhalten haben. Wenn nicht, siehe
* <http://www.gnu.org/licenses/>.
*
* @copyright 2013 Sebastian Rettenberger <[email protected]>
*/
Expand Down
28 changes: 15 additions & 13 deletions allocator/mpiallocator.h
Original file line number Diff line number Diff line change
@@ -1,34 +1,36 @@
/**
* @file
* This file is part of ASAGI
* This file is part of ASAGI.
*
* ASAGI is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* 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.
*
* ASAGI 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
* along with ASAGI. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with ASAGI. If not, see <http://www.gnu.org/licenses/>.
*
* Diese Datei ist Teil von ASAGI.
*
* ASAGI ist Freie Software: Sie koennen es unter den Bedingungen
* der GNU General Public License, wie von der Free Software Foundation,
* Version 3 der Lizenz oder (nach Ihrer Option) jeder spaeteren
* veroeffentlichten Version, weiterverbreiten und/oder modifizieren.
* der GNU Lesser General Public License, wie von der Free Software
* Foundation, Version 3 der Lizenz oder (nach Ihrer Option) jeder
* spaeteren veroeffentlichten Version, weiterverbreiten und/oder
* modifizieren.
*
* ASAGI wird in der Hoffnung, dass es nuetzlich sein wird, aber
* OHNE JEDE GEWAEHELEISTUNG, bereitgestellt; sogar ohne die implizite
* Gewaehrleistung der MARKTFAEHIGKEIT oder EIGNUNG FUER EINEN BESTIMMTEN
* ZWECK. Siehe die GNU General Public License fuer weitere Details.
* ZWECK. Siehe die GNU Lesser General Public License fuer weitere Details.
*
* Sie sollten eine Kopie der GNU General Public License zusammen mit diesem
* Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
* Sie sollten eine Kopie der GNU Lesser General Public License zusammen
* mit diesem Programm erhalten haben. Wenn nicht, siehe
* <http://www.gnu.org/licenses/>.
*
* @copyright 2013 Sebastian Rettenberger <[email protected]>
*/
Expand Down
26 changes: 14 additions & 12 deletions asagi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,34 @@
* This file is part of ASAGI.
*
* ASAGI is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* 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.
*
* ASAGI 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
* along with ASAGI. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with ASAGI. If not, see <http://www.gnu.org/licenses/>.
*
* Diese Datei ist Teil von ASAGI.
*
* ASAGI ist Freie Software: Sie koennen es unter den Bedingungen
* der GNU General Public License, wie von der Free Software Foundation,
* Version 3 der Lizenz oder (nach Ihrer Option) jeder spaeteren
* veroeffentlichten Version, weiterverbreiten und/oder modifizieren.
* der GNU Lesser General Public License, wie von der Free Software
* Foundation, Version 3 der Lizenz oder (nach Ihrer Option) jeder
* spaeteren veroeffentlichten Version, weiterverbreiten und/oder
* modifizieren.
*
* ASAGI wird in der Hoffnung, dass es nuetzlich sein wird, aber
* OHNE JEDE GEWAEHELEISTUNG, bereitgestellt; sogar ohne die implizite
* Gewaehrleistung der MARKTFAEHIGKEIT oder EIGNUNG FUER EINEN BESTIMMTEN
* ZWECK. Siehe die GNU General Public License fuer weitere Details.
* ZWECK. Siehe die GNU Lesser General Public License fuer weitere Details.
*
* Sie sollten eine Kopie der GNU General Public License zusammen mit diesem
* Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
* Sie sollten eine Kopie der GNU Lesser General Public License zusammen
* mit diesem Programm erhalten haben. Wenn nicht, siehe
* <http://www.gnu.org/licenses/>.
*
* @copyright 2012-2013 Sebastian Rettenberger <[email protected]>
*/
Expand Down
26 changes: 14 additions & 12 deletions asagi_f90.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,34 @@
* This file is part of ASAGI.
*
* ASAGI is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* 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.
*
* ASAGI 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
* along with ASAGI. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with ASAGI. If not, see <http://www.gnu.org/licenses/>.
*
* Diese Datei ist Teil von ASAGI.
*
* ASAGI ist Freie Software: Sie koennen es unter den Bedingungen
* der GNU General Public License, wie von der Free Software Foundation,
* Version 3 der Lizenz oder (nach Ihrer Option) jeder spaeteren
* veroeffentlichten Version, weiterverbreiten und/oder modifizieren.
* der GNU Lesser General Public License, wie von der Free Software
* Foundation, Version 3 der Lizenz oder (nach Ihrer Option) jeder
* spaeteren veroeffentlichten Version, weiterverbreiten und/oder
* modifizieren.
*
* ASAGI wird in der Hoffnung, dass es nuetzlich sein wird, aber
* OHNE JEDE GEWAEHELEISTUNG, bereitgestellt; sogar ohne die implizite
* Gewaehrleistung der MARKTFAEHIGKEIT oder EIGNUNG FUER EINEN BESTIMMTEN
* ZWECK. Siehe die GNU General Public License fuer weitere Details.
* ZWECK. Siehe die GNU Lesser General Public License fuer weitere Details.
*
* Sie sollten eine Kopie der GNU General Public License zusammen mit diesem
* Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
* Sie sollten eine Kopie der GNU Lesser General Public License zusammen
* mit diesem Programm erhalten haben. Wenn nicht, siehe
* <http://www.gnu.org/licenses/>.
*
* @copyright 2012-2013 Sebastian Rettenberger <[email protected]>
*/
Expand Down
26 changes: 14 additions & 12 deletions asagi_f90.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,34 @@
* This file is part of ASAGI.
*
* ASAGI is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* 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.
*
* ASAGI 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
* along with ASAGI. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with ASAGI. If not, see <http://www.gnu.org/licenses/>.
*
* Diese Datei ist Teil von ASAGI.
*
* ASAGI ist Freie Software: Sie koennen es unter den Bedingungen
* der GNU General Public License, wie von der Free Software Foundation,
* Version 3 der Lizenz oder (nach Ihrer Option) jeder spaeteren
* veroeffentlichten Version, weiterverbreiten und/oder modifizieren.
* der GNU Lesser General Public License, wie von der Free Software
* Foundation, Version 3 der Lizenz oder (nach Ihrer Option) jeder
* spaeteren veroeffentlichten Version, weiterverbreiten und/oder
* modifizieren.
*
* ASAGI wird in der Hoffnung, dass es nuetzlich sein wird, aber
* OHNE JEDE GEWAEHELEISTUNG, bereitgestellt; sogar ohne die implizite
* Gewaehrleistung der MARKTFAEHIGKEIT oder EIGNUNG FUER EINEN BESTIMMTEN
* ZWECK. Siehe die GNU General Public License fuer weitere Details.
* ZWECK. Siehe die GNU Lesser General Public License fuer weitere Details.
*
* Sie sollten eine Kopie der GNU General Public License zusammen mit diesem
* Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
* Sie sollten eine Kopie der GNU Lesser General Public License zusammen
* mit diesem Programm erhalten haben. Wenn nicht, siehe
* <http://www.gnu.org/licenses/>.
*
* @copyright 2012-2013 Sebastian Rettenberger <[email protected]>
*/
Expand Down
26 changes: 14 additions & 12 deletions blocks/blockmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,34 @@
* This file is part of ASAGI.
*
* ASAGI is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* 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.
*
* ASAGI 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
* along with ASAGI. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with ASAGI. If not, see <http://www.gnu.org/licenses/>.
*
* Diese Datei ist Teil von ASAGI.
*
* ASAGI ist Freie Software: Sie koennen es unter den Bedingungen
* der GNU General Public License, wie von der Free Software Foundation,
* Version 3 der Lizenz oder (nach Ihrer Option) jeder spaeteren
* veroeffentlichten Version, weiterverbreiten und/oder modifizieren.
* der GNU Lesser General Public License, wie von der Free Software
* Foundation, Version 3 der Lizenz oder (nach Ihrer Option) jeder
* spaeteren veroeffentlichten Version, weiterverbreiten und/oder
* modifizieren.
*
* ASAGI wird in der Hoffnung, dass es nuetzlich sein wird, aber
* OHNE JEDE GEWAEHELEISTUNG, bereitgestellt; sogar ohne die implizite
* Gewaehrleistung der MARKTFAEHIGKEIT oder EIGNUNG FUER EINEN BESTIMMTEN
* ZWECK. Siehe die GNU General Public License fuer weitere Details.
* ZWECK. Siehe die GNU Lesser General Public License fuer weitere Details.
*
* Sie sollten eine Kopie der GNU General Public License zusammen mit diesem
* Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
* Sie sollten eine Kopie der GNU Lesser General Public License zusammen
* mit diesem Programm erhalten haben. Wenn nicht, siehe
* <http://www.gnu.org/licenses/>.
*
* @copyright 2012 Sebastian Rettenberger <[email protected]>
*/
Expand Down
26 changes: 14 additions & 12 deletions blocks/blockmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,34 @@
* This file is part of ASAGI.
*
* ASAGI is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* 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.
*
* ASAGI 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
* along with ASAGI. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public
* License along with ASAGI. If not, see <http://www.gnu.org/licenses/>.
*
* Diese Datei ist Teil von ASAGI.
*
* ASAGI ist Freie Software: Sie koennen es unter den Bedingungen
* der GNU General Public License, wie von der Free Software Foundation,
* Version 3 der Lizenz oder (nach Ihrer Option) jeder spaeteren
* veroeffentlichten Version, weiterverbreiten und/oder modifizieren.
* der GNU Lesser General Public License, wie von der Free Software
* Foundation, Version 3 der Lizenz oder (nach Ihrer Option) jeder
* spaeteren veroeffentlichten Version, weiterverbreiten und/oder
* modifizieren.
*
* ASAGI wird in der Hoffnung, dass es nuetzlich sein wird, aber
* OHNE JEDE GEWAEHELEISTUNG, bereitgestellt; sogar ohne die implizite
* Gewaehrleistung der MARKTFAEHIGKEIT oder EIGNUNG FUER EINEN BESTIMMTEN
* ZWECK. Siehe die GNU General Public License fuer weitere Details.
* ZWECK. Siehe die GNU Lesser General Public License fuer weitere Details.
*
* Sie sollten eine Kopie der GNU General Public License zusammen mit diesem
* Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
* Sie sollten eine Kopie der GNU Lesser General Public License zusammen
* mit diesem Programm erhalten haben. Wenn nicht, siehe
* <http://www.gnu.org/licenses/>.
*
* @copyright 2012 Sebastian Rettenberger <[email protected]>
*/
Expand Down
Loading

0 comments on commit 96e8c31

Please sign in to comment.