summaryrefslogtreecommitdiff
path: root/doc/scripts/getfuncs.pl
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-01-20 15:30:30 +0100
committerSimon Josefsson <simon@josefsson.org>2012-01-20 15:33:22 +0100
commit3a9ee442c1d82e692d2476286692240a28ac4edc (patch)
tree3c33dcf2b0ed8078a8c8980c6fdb4a3810b20523 /doc/scripts/getfuncs.pl
parente5c0a4a557104fa88b2677a1406f95f40a1c6db9 (diff)
downloadgnutls-3a9ee442c1d82e692d2476286692240a28ac4edc.tar.gz
Add/fix copyright headers.
Diffstat (limited to 'doc/scripts/getfuncs.pl')
-rwxr-xr-xdoc/scripts/getfuncs.pl18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/scripts/getfuncs.pl b/doc/scripts/getfuncs.pl
index b626ade9e2..59763f33a6 100755
--- a/doc/scripts/getfuncs.pl
+++ b/doc/scripts/getfuncs.pl
@@ -2,6 +2,24 @@ eval '(exit $?0)' && eval 'exec perl -wST "$0" ${1+"$@"}'
& eval 'exec perl -wST "$0" $argv:q'
if 0;
+# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+#
+# This file is part of GnuTLS.
+#
+# This file 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.
+#
+# This file 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 file; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
# given a header file in stdin it will print all functions
my $line;