summaryrefslogtreecommitdiff
path: root/src/common.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-09-01 19:53:27 +0200
committerSimon Josefsson <simon@josefsson.org>2008-09-01 19:53:27 +0200
commite5685d75846024659d67c5f6ac40cafea88c744f (patch)
treeba75a080d6198ce6715a8e99c52bba24bd4e71d2 /src/common.c
parent48d6f25b48a4d42b4f2ac4017ff2cb0a1a2daf77 (diff)
downloadgnutls-e5685d75846024659d67c5f6ac40cafea88c744f.tar.gz
Drop --copyright.
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c22
1 files changed, 2 insertions, 20 deletions
diff --git a/src/common.c b/src/common.c
index 8a70c37441..cc50888154 100644
--- a/src/common.c
+++ b/src/common.c
@@ -8,12 +8,12 @@
* 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.
- *
+ *
* 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, see <http://www.gnu.org/licenses/>.
*/
@@ -786,24 +786,6 @@ print_list (int verbose)
}
}
-void
-print_license (void)
-{
- fputs ("\nCopyright (C) 2004,2005,2006,2007 Free Software Foundation\n"
- "This program is free software; you can redistribute it and/or modify \n"
- "it under the terms of the GNU General Public License as published by \n"
- "the Free Software Foundation; either version 3 of the License, or \n"
- "(at your option) any later version. \n" "\n"
- "This program is distributed in the hope that it will be useful, \n"
- "but WITHOUT ANY WARRANTY; without even the implied warranty of \n"
- "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \n"
- "GNU General Public License for more details. \n" "\n"
- "You should have received a copy of the GNU General Public License \n"
- "along with this program; if not, write to the Free Software \n"
- "Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n\n",
- stdout);
-}
-
static int depr_printed = 0;
#define DEPRECATED if (depr_printed==0) { \
fprintf(stderr, "This method of specifying algorithms is deprecated. Please use the --priority option.\n"); \