diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-01-20 15:30:30 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-01-20 15:33:22 +0100 |
commit | 3a9ee442c1d82e692d2476286692240a28ac4edc (patch) | |
tree | 3c33dcf2b0ed8078a8c8980c6fdb4a3810b20523 /doc/scripts | |
parent | e5c0a4a557104fa88b2677a1406f95f40a1c6db9 (diff) | |
download | gnutls-3a9ee442c1d82e692d2476286692240a28ac4edc.tar.gz |
Add/fix copyright headers.
Diffstat (limited to 'doc/scripts')
-rw-r--r-- | doc/scripts/Makefile.am | 19 | ||||
-rwxr-xr-x | doc/scripts/getfuncs.pl | 18 | ||||
-rwxr-xr-x | doc/scripts/mytexi2latex | 18 | ||||
-rwxr-xr-x | doc/scripts/sort1.pl | 18 | ||||
-rwxr-xr-x | doc/scripts/sort2.pl | 18 | ||||
-rwxr-xr-x | doc/scripts/split-texi.pl | 18 | ||||
-rwxr-xr-x | doc/scripts/split.pl | 18 |
7 files changed, 127 insertions, 0 deletions
diff --git a/doc/scripts/Makefile.am b/doc/scripts/Makefile.am index 3eeb1dda23..e2b734e343 100644 --- a/doc/scripts/Makefile.am +++ b/doc/scripts/Makefile.am @@ -1 +1,20 @@ +## Process this file with automake to produce Makefile.in +# Copyright (C) 2001-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. + EXTRA_DIST = gdoc sort2.pl split-texi.pl 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; diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex index b2d1d5a2e9..3638043186 100755 --- a/doc/scripts/mytexi2latex +++ b/doc/scripts/mytexi2latex @@ -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. + use constant NORMAL => 0; use constant SKIP => 1; use constant ITEMIZE => 2; diff --git a/doc/scripts/sort1.pl b/doc/scripts/sort1.pl index 0de818248b..c84315cc95 100755 --- a/doc/scripts/sort1.pl +++ b/doc/scripts/sort1.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) 2002-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. + sub key_of_record { local($record) = @_; diff --git a/doc/scripts/sort2.pl b/doc/scripts/sort2.pl index 485c20f708..89b031e61f 100755 --- a/doc/scripts/sort2.pl +++ b/doc/scripts/sort2.pl @@ -2,6 +2,24 @@ eval '(exit $?0)' && eval 'exec perl -wS "$0" ${1+"$@"}' & eval 'exec perl -wS "$0" $argv:q' if 0; +# Copyright (C) 2004-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. + sub key_of_record { local($record) = @_; diff --git a/doc/scripts/split-texi.pl b/doc/scripts/split-texi.pl index 325afaffb4..63c2f765c0 100755 --- a/doc/scripts/split-texi.pl +++ b/doc/scripts/split-texi.pl @@ -2,6 +2,24 @@ eval '(exit $?0)' && eval 'exec perl -wS "$0" ${1+"$@"}' & eval 'exec perl -wS "$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. + $dir = shift; $param2 = shift; diff --git a/doc/scripts/split.pl b/doc/scripts/split.pl index f6e900c438..fa8669a60d 100755 --- a/doc/scripts/split.pl +++ b/doc/scripts/split.pl @@ -2,6 +2,24 @@ eval '(exit $?0)' && eval 'exec perl -wS "$0" ${1+"$@"}' & eval 'exec perl -wS "$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. + $dir = shift; $param2 = shift; |