summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f3aa145)
raw | patch | inline | side by side (parent: f3aa145)
author | Florian Forster <octo@huhu.verplant.org> | |
Wed, 16 Dec 2009 11:50:41 +0000 (12:50 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 16 Dec 2009 11:50:41 +0000 (12:50 +0100) |
This is done with Amit Gupta's consent. He did write changes for later versions
of the plugin.
of the plugin.
src/network.c | patch | blob | history |
diff --git a/src/network.c b/src/network.c
index cf67c2bd20c5e9bd2b58938eb1565be2476402ad..a00955133fb3e951cd318f9597acb3ccfca13b86 100644 (file)
--- a/src/network.c
+++ b/src/network.c
* Copyright (C) 2005-2009 Florian octo Forster
*
* This program 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; only version 2 of the License is applicable.
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; only version 2.1 of the License is
+ * applicable.
*
* This program 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.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Authors:
* Florian octo Forster <octo at verplant.org>