summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSystem User <nmav@crystal.(none)>2007-12-07 21:47:27 +0200
committerSystem User <nmav@crystal.(none)>2007-12-07 21:47:27 +0200
commitde5cc9fd0e4cecba61802803a1b73978c3329e5e (patch)
treee39cffaf76317a8e7443b0e74903c9359bfb3d48 /src
parente473a5a27e26ae09eb70ce695a6d057c1460bd3c (diff)
downloadgnutls-de5cc9fd0e4cecba61802803a1b73978c3329e5e.tar.gz
GPL parts under GPLv3
Diffstat (limited to 'src')
-rw-r--r--src/certtool-cfg.c11
-rw-r--r--src/certtool.c11
-rw-r--r--src/cli.c11
-rw-r--r--src/common.c11
-rw-r--r--src/crypt.c11
-rw-r--r--src/prime.c11
-rw-r--r--src/psk.c11
-rw-r--r--src/serv.c11
-rw-r--r--src/tests.c11
-rw-r--r--src/tls_test.c11
10 files changed, 50 insertions, 60 deletions
diff --git a/src/certtool-cfg.c b/src/certtool-cfg.c
index cc12816306..bdb61b9a83 100644
--- a/src/certtool-cfg.c
+++ b/src/certtool-cfg.c
@@ -3,19 +3,18 @@
*
* This file is part of GNUTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify
+ * GNUTLS 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 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* GNUTLS 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.
- *
+ *
* 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 Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/certtool.c b/src/certtool.c
index 057ea20535..3426936464 100644
--- a/src/certtool.c
+++ b/src/certtool.c
@@ -3,19 +3,18 @@
*
* This file is part of GNUTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify
+ * GNUTLS 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 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* GNUTLS 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.
- *
+ *
* 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 Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/cli.c b/src/cli.c
index 04e9e4ec3a..1136d9d0e3 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -4,19 +4,18 @@
*
* This file is part of GNUTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify
+ * GNUTLS 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 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* GNUTLS 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.
- *
+ *
* 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 Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/common.c b/src/common.c
index 12eed9957a..276dc2c93e 100644
--- a/src/common.c
+++ b/src/common.c
@@ -4,19 +4,18 @@
*
* This file is part of GNUTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify
+ * GNUTLS 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 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* GNUTLS 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.
- *
+ *
* 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 Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/crypt.c b/src/crypt.c
index c298c7fa82..9058381c47 100644
--- a/src/crypt.c
+++ b/src/crypt.c
@@ -5,19 +5,18 @@
*
* This file is part of GNUTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify
+ * GNUTLS 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 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* GNUTLS 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.
- *
+ *
* 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 Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/prime.c b/src/prime.c
index ed448c3798..f38d0aaf1a 100644
--- a/src/prime.c
+++ b/src/prime.c
@@ -4,19 +4,18 @@
*
* This file is part of GNUTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify
+ * GNUTLS 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 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* GNUTLS 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.
- *
+ *
* 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 Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/psk.c b/src/psk.c
index 640c07b70c..1602e6e146 100644
--- a/src/psk.c
+++ b/src/psk.c
@@ -3,19 +3,18 @@
*
* This file is part of GNUTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify
+ * GNUTLS 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 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* GNUTLS 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.
- *
+ *
* 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 Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/serv.c b/src/serv.c
index aa97911b58..a5a2f24598 100644
--- a/src/serv.c
+++ b/src/serv.c
@@ -5,19 +5,18 @@
*
* This file is part of GNUTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify
+ * GNUTLS 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 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* GNUTLS 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.
- *
+ *
* 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 Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* This server is heavily modified for GNUTLS by Nikos Mavrogiannopoulos
diff --git a/src/tests.c b/src/tests.c
index 77e873c791..130b5e16e0 100644
--- a/src/tests.c
+++ b/src/tests.c
@@ -4,19 +4,18 @@
*
* This file is part of GNUTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify
+ * GNUTLS 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 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* GNUTLS 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.
- *
+ *
* 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 Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/tls_test.c b/src/tls_test.c
index d34eec4a56..fcb0bba9bb 100644
--- a/src/tls_test.c
+++ b/src/tls_test.c
@@ -4,19 +4,18 @@
*
* This file is part of GNUTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify
+ * GNUTLS 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 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* GNUTLS 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.
- *
+ *
* 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 Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>