mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update remaining copyright dates
Update copyright years that are not handled by scripts/update-copyright.
This commit is contained in:
26
ChangeLog
26
ChangeLog
@ -1,5 +1,31 @@
|
|||||||
2014-01-01 Allan McRae <allan@archlinux.org>
|
2014-01-01 Allan McRae <allan@archlinux.org>
|
||||||
|
|
||||||
|
* NEWS: Update copyright year.
|
||||||
|
* catgets/gencat.c: Likewise.
|
||||||
|
* csu/version.c: Likewise.
|
||||||
|
* debug/catchsegv.sh: Likewise.
|
||||||
|
* debug/pcprofiledump.c: Likewise.
|
||||||
|
* debug/xtrace.sh: Likewise.
|
||||||
|
* elf/ldconfig.c: Likewise.
|
||||||
|
* elf/ldd.bash.in: Likewise.
|
||||||
|
* elf/pldd.c: Likewise.
|
||||||
|
* elf/sotruss.ksh: Likewise.
|
||||||
|
* elf/sprof.c: Likewise.
|
||||||
|
* iconv/iconv_prog.c: Likewise.
|
||||||
|
* iconv/iconvconfig.c: Likewise.
|
||||||
|
* locale/programs/locale.c: Likewise.
|
||||||
|
* locale/programs/localedef.c: Likewise.
|
||||||
|
* login/programs/pt_chown.c: Likewise.
|
||||||
|
* malloc/memusage.sh: Likewise.
|
||||||
|
* malloc/memusagestat.c: Likewise.
|
||||||
|
* malloc/mtrace.pl: Likewise.
|
||||||
|
* manual/libc.texinfo: Likewise.
|
||||||
|
* nscd/nscd.c: Likewise.
|
||||||
|
* nss/getent.c: Likewise.
|
||||||
|
* nss/makedb.c: Likewise.
|
||||||
|
* posix/getconf.c: Likewise.
|
||||||
|
* scripts/test-installation.pl: Likewise.
|
||||||
|
|
||||||
* All files with FSF copyright notices: Update copyright dates
|
* All files with FSF copyright notices: Update copyright dates
|
||||||
using scripts/update-copyrights.
|
using scripts/update-copyrights.
|
||||||
* intl/plural.c: Regenerated.
|
* intl/plural.c: Regenerated.
|
||||||
|
2
NEWS
2
NEWS
@ -2379,7 +2379,7 @@ Version 1.04
|
|||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
Copyright information:
|
Copyright information:
|
||||||
|
|
||||||
Copyright (C) 1992-2013 Free Software Foundation, Inc.
|
Copyright (C) 1992-2014 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Permission is granted to anyone to make or distribute verbatim copies
|
Permission is granted to anyone to make or distribute verbatim copies
|
||||||
of this document as received, in any medium, provided that the
|
of this document as received, in any medium, provided that the
|
||||||
|
@ -246,7 +246,7 @@ print_version (FILE *stream, struct argp_state *state)
|
|||||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||||
This is free software; see the source for copying conditions. There is NO\n\
|
This is free software; see the source for copying conditions. There is NO\n\
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
"), "2013");
|
"), "2014");
|
||||||
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ static const char __libc_version[] = VERSION;
|
|||||||
|
|
||||||
static const char banner[] =
|
static const char banner[] =
|
||||||
"GNU C Library "PKGVERSION RELEASE" release version "VERSION", by Roland McGrath et al.\n\
|
"GNU C Library "PKGVERSION RELEASE" release version "VERSION", by Roland McGrath et al.\n\
|
||||||
Copyright (C) 2013 Free Software Foundation, Inc.\n\
|
Copyright (C) 2014 Free Software Foundation, Inc.\n\
|
||||||
This is free software; see the source for copying conditions.\n\
|
This is free software; see the source for copying conditions.\n\
|
||||||
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
|
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
|
||||||
PARTICULAR PURPOSE.\n\
|
PARTICULAR PURPOSE.\n\
|
||||||
|
@ -40,7 +40,7 @@ EOF
|
|||||||
;;
|
;;
|
||||||
--v | --ve | --ver | --vers | --versi | --versio | --version)
|
--v | --ve | --ver | --vers | --versi | --versio | --version)
|
||||||
echo 'catchsegv @PKGVERSION@@VERSION@'
|
echo 'catchsegv @PKGVERSION@@VERSION@'
|
||||||
echo 'Copyright (C) 2013 Free Software Foundation, Inc.
|
echo 'Copyright (C) 2014 Free Software Foundation, Inc.
|
||||||
This is free software; see the source for copying conditions. There is NO
|
This is free software; see the source for copying conditions. There is NO
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
Written by Ulrich Drepper.'
|
Written by Ulrich Drepper.'
|
||||||
|
@ -226,6 +226,6 @@ print_version (FILE *stream, struct argp_state *state)
|
|||||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||||
This is free software; see the source for copying conditions. There is NO\n\
|
This is free software; see the source for copying conditions. There is NO\n\
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
"), "2013");
|
"), "2014");
|
||||||
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
||||||
}
|
}
|
||||||
|
@ -64,7 +64,7 @@ do_version() {
|
|||||||
printf $"Copyright (C) %s Free Software Foundation, Inc.
|
printf $"Copyright (C) %s Free Software Foundation, Inc.
|
||||||
This is free software; see the source for copying conditions. There is NO
|
This is free software; see the source for copying conditions. There is NO
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
" "2013"
|
" "2014"
|
||||||
printf $"Written by %s.
|
printf $"Written by %s.
|
||||||
" "Ulrich Drepper"
|
" "Ulrich Drepper"
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -324,7 +324,7 @@ print_version (FILE *stream, struct argp_state *state)
|
|||||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||||
This is free software; see the source for copying conditions. There is NO\n\
|
This is free software; see the source for copying conditions. There is NO\n\
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
"), "2013");
|
"), "2014");
|
||||||
fprintf (stream, gettext ("Written by %s.\n"),
|
fprintf (stream, gettext ("Written by %s.\n"),
|
||||||
"Andreas Jaeger");
|
"Andreas Jaeger");
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,7 @@ while test $# -gt 0; do
|
|||||||
printf $"Copyright (C) %s Free Software Foundation, Inc.
|
printf $"Copyright (C) %s Free Software Foundation, Inc.
|
||||||
This is free software; see the source for copying conditions. There is NO
|
This is free software; see the source for copying conditions. There is NO
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
" "2013"
|
" "2014"
|
||||||
printf $"Written by %s and %s.
|
printf $"Written by %s and %s.
|
||||||
" "Roland McGrath" "Ulrich Drepper"
|
" "Roland McGrath" "Ulrich Drepper"
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -236,7 +236,7 @@ print_version (FILE *stream, struct argp_state *state)
|
|||||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||||
This is free software; see the source for copying conditions. There is NO\n\
|
This is free software; see the source for copying conditions. There is NO\n\
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
"), "2013");
|
"), "2014");
|
||||||
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ while test $# -gt 0; do
|
|||||||
printf $"Copyright (C) %s Free Software Foundation, Inc.
|
printf $"Copyright (C) %s Free Software Foundation, Inc.
|
||||||
This is free software; see the source for copying conditions. There is NO
|
This is free software; see the source for copying conditions. There is NO
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
" "2013"
|
" "2014"
|
||||||
printf $"Written by %s.\n" "Ulrich Drepper"
|
printf $"Written by %s.\n" "Ulrich Drepper"
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
@ -391,7 +391,7 @@ Copyright (C) %s Free Software Foundation, Inc.\n\
|
|||||||
This is free software; see the source for copying conditions. There is NO\n\
|
This is free software; see the source for copying conditions. There is NO\n\
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
"),
|
"),
|
||||||
"2013");
|
"2014");
|
||||||
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -426,7 +426,7 @@ print_version (FILE *stream, struct argp_state *state)
|
|||||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||||
This is free software; see the source for copying conditions. There is NO\n\
|
This is free software; see the source for copying conditions. There is NO\n\
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
"), "2013");
|
"), "2014");
|
||||||
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -397,7 +397,7 @@ print_version (FILE *stream, struct argp_state *state)
|
|||||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||||
This is free software; see the source for copying conditions. There is NO\n\
|
This is free software; see the source for copying conditions. There is NO\n\
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
"), "2013");
|
"), "2014");
|
||||||
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -295,7 +295,7 @@ print_version (FILE *stream, struct argp_state *state)
|
|||||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||||
This is free software; see the source for copying conditions. There is NO\n\
|
This is free software; see the source for copying conditions. There is NO\n\
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
"), "2013");
|
"), "2014");
|
||||||
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -403,7 +403,7 @@ print_version (FILE *stream, struct argp_state *state)
|
|||||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||||
This is free software; see the source for copying conditions. There is NO\n\
|
This is free software; see the source for copying conditions. There is NO\n\
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
"), "2013");
|
"), "2014");
|
||||||
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ print_version (FILE *stream, struct argp_state *state)
|
|||||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||||
This is free software; see the source for copying conditions. There is NO\n\
|
This is free software; see the source for copying conditions. There is NO\n\
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
"), "2013");
|
"), "2014");
|
||||||
}
|
}
|
||||||
|
|
||||||
static char *
|
static char *
|
||||||
|
@ -71,7 +71,7 @@ do_version() {
|
|||||||
printf $"Copyright (C) %s Free Software Foundation, Inc.
|
printf $"Copyright (C) %s Free Software Foundation, Inc.
|
||||||
This is free software; see the source for copying conditions. There is NO
|
This is free software; see the source for copying conditions. There is NO
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
" "2013"
|
" "2014"
|
||||||
printf $"Written by %s.
|
printf $"Written by %s.
|
||||||
" "Ulrich Drepper"
|
" "Ulrich Drepper"
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -580,6 +580,6 @@ print_version (FILE *stream, struct argp_state *state)
|
|||||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||||
This is free software; see the source for copying conditions. There is NO\n\
|
This is free software; see the source for copying conditions. There is NO\n\
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
"), "2013");
|
"), "2014");
|
||||||
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
||||||
}
|
}
|
||||||
|
@ -45,7 +45,7 @@ arglist: while (@ARGV) {
|
|||||||
$ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" ||
|
$ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" ||
|
||||||
$ARGV[0] eq "--versio" || $ARGV[0] eq "--version") {
|
$ARGV[0] eq "--versio" || $ARGV[0] eq "--version") {
|
||||||
print "mtrace $PKGVERSION$VERSION\n";
|
print "mtrace $PKGVERSION$VERSION\n";
|
||||||
print "Copyright (C) 2013 Free Software Foundation, Inc.\n";
|
print "Copyright (C) 2014 Free Software Foundation, Inc.\n";
|
||||||
print "This is free software; see the source for copying conditions. There is NO\n";
|
print "This is free software; see the source for copying conditions. There is NO\n";
|
||||||
print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
|
print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
|
||||||
print "Written by Ulrich Drepper <drepper\@gnu.org>\n";
|
print "Written by Ulrich Drepper <drepper\@gnu.org>\n";
|
||||||
|
@ -46,7 +46,7 @@ This is
|
|||||||
@value{VERSION} @value{PKGVERSION}.
|
@value{VERSION} @value{PKGVERSION}.
|
||||||
@end ifclear
|
@end ifclear
|
||||||
|
|
||||||
Copyright @copyright{} 1993--2013 Free Software Foundation, Inc.
|
Copyright @copyright{} 1993--2014 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
under the terms of the GNU Free Documentation License, Version
|
under the terms of the GNU Free Documentation License, Version
|
||||||
|
@ -467,7 +467,7 @@ print_version (FILE *stream, struct argp_state *state)
|
|||||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||||
This is free software; see the source for copying conditions. There is NO\n\
|
This is free software; see the source for copying conditions. There is NO\n\
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
"), "2013");
|
"), "2014");
|
||||||
fprintf (stream, gettext ("Written by %s.\n"),
|
fprintf (stream, gettext ("Written by %s.\n"),
|
||||||
"Thorsten Kukuk and Ulrich Drepper");
|
"Thorsten Kukuk and Ulrich Drepper");
|
||||||
}
|
}
|
||||||
|
@ -87,7 +87,7 @@ print_version (FILE *stream, struct argp_state *state)
|
|||||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||||
This is free software; see the source for copying conditions. There is NO\n\
|
This is free software; see the source for copying conditions. There is NO\n\
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
"), "2013");
|
"), "2014");
|
||||||
fprintf (stream, gettext ("Written by %s.\n"), "Thorsten Kukuk");
|
fprintf (stream, gettext ("Written by %s.\n"), "Thorsten Kukuk");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -386,7 +386,7 @@ print_version (FILE *stream, struct argp_state *state)
|
|||||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||||
This is free software; see the source for copying conditions. There is NO\n\
|
This is free software; see the source for copying conditions. There is NO\n\
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
"), "2013");
|
"), "2014");
|
||||||
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1104,7 +1104,7 @@ main (int argc, char *argv[])
|
|||||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||||
This is free software; see the source for copying conditions. There is NO\n\
|
This is free software; see the source for copying conditions. There is NO\n\
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
"), "2013");
|
"), "2014");
|
||||||
printf (gettext ("Written by %s.\n"), "Roland McGrath");
|
printf (gettext ("Written by %s.\n"), "Roland McGrath");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -59,7 +59,7 @@ arglist: while (@ARGV) {
|
|||||||
$ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" ||
|
$ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" ||
|
||||||
$ARGV[0] eq "--versio" || $ARGV[0] eq "--version") {
|
$ARGV[0] eq "--versio" || $ARGV[0] eq "--version") {
|
||||||
print "test-installation (GNU $PACKAGE)\n";
|
print "test-installation (GNU $PACKAGE)\n";
|
||||||
print "Copyright (C) 2013 Free Software Foundation, Inc.\n";
|
print "Copyright (C) 2014 Free Software Foundation, Inc.\n";
|
||||||
print "This is free software; see the source for copying conditions. There is NO\n";
|
print "This is free software; see the source for copying conditions. There is NO\n";
|
||||||
print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
|
print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
|
||||||
print "Written by Andreas Jaeger <aj\@arthur.rhein-neckar.de>\n";
|
print "Written by Andreas Jaeger <aj\@arthur.rhein-neckar.de>\n";
|
||||||
|
Reference in New Issue
Block a user