1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-20 11:01:20 +03:00

maint: update almost all copyright ranges to include 2011

Run the new "make update-copyright" rule.
This commit is contained in:
Jim Meyering
2011-01-01 20:17:23 +01:00
parent 897b54c334
commit d60f3b0c6b
2925 changed files with 2963 additions and 3016 deletions

View File

@@ -1,3 +1,8 @@
2011-01-01 Jim Meyering <meyering@redhat.com>
maint: update almost all copyright ranges to include 2011
Run the new "make update-copyright" rule.
2011-01-01 Jim Meyering <meyering@redhat.com> 2011-01-01 Jim Meyering <meyering@redhat.com>
maint: update-copyright: exempt doc/INSTALL* maint: update-copyright: exempt doc/INSTALL*
@@ -73424,7 +73429,7 @@
coding: utf-8 coding: utf-8
End: End:
Copyright (C) 1997-2010 Free Software Foundation, Inc. Copyright (C) 1997-2011 Free Software Foundation, Inc.
Copying and distribution of this file, with or without Copying and distribution of this file, with or without
modification, are permitted provided the copyright notice modification, are permitted provided the copyright notice

View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2002-2010 Free Software Foundation, Inc. # Copyright (C) 2002-2011 Free Software Foundation, Inc.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

3
README
View File

@@ -317,8 +317,7 @@ branches to help promote this.
----- -----
Copyright 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Copyright 2001, 2003-2011 Free Software Foundation, Inc.
Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -9,7 +9,7 @@ my $VERSION = '2010-05-03 20:17'; # UTC
# If you change this file with Emacs, please let the write hook # If you change this file with Emacs, please let the write hook
# do its job. Otherwise, update this string manually. # do its job. Otherwise, update this string manually.
# Copyright (C) 2002-2010 Free Software Foundation, Inc. # Copyright (C) 2002-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* A C macro for declaring that specific arguments must not be NULL. /* A C macro for declaring that specific arguments must not be NULL.
Copyright (C) 2009, 2010 Free Software Foundation, Inc. Copyright (C) 2009-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published

View File

@@ -4,7 +4,7 @@ scriptversion=2010-11-20.03; # UTC
# Bootstrap this package from checked-out sources. # Bootstrap this package from checked-out sources.
# Copyright (C) 2003-2010 Free Software Foundation, Inc. # Copyright (C) 2003-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
# Bootstrap configuration. # Bootstrap configuration.
# Copyright (C) 2006, 2007, 2009, 2010 Free Software Foundation, Inc. # Copyright (C) 2006-2007, 2009-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* C++ compatible function declaration macros. /* C++ compatible function declaration macros.
Copyright (C) 2010 Free Software Foundation, Inc. Copyright (C) 2010-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published

View File

@@ -2,7 +2,7 @@
# Output a system dependent set of variables, describing how to set the # Output a system dependent set of variables, describing how to set the
# run time search path of shared libraries in an executable at run time. # run time search path of shared libraries in an executable at run time.
# #
# Copyright 1996-2010 Free Software Foundation, Inc. # Copyright 1996-2011 Free Software Foundation, Inc.
# Taken from GNU libtool, 2003 # Taken from GNU libtool, 2003
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
# #

View File

@@ -2,7 +2,7 @@
# Output a system dependent set of variables, describing how to set the # Output a system dependent set of variables, describing how to set the
# run time search path of shared libraries in an executable. # run time search path of shared libraries in an executable.
# #
# Copyright 1996-2010 Free Software Foundation, Inc. # Copyright 1996-2011 Free Software Foundation, Inc.
# Taken from GNU libtool, 2001 # Taken from GNU libtool, 2001
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
# #

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Compile a C# program. # Compile a C# program.
# Copyright (C) 2003-2006, 2009-2010 Free Software Foundation, Inc. # Copyright (C) 2003-2006, 2009-2011 Free Software Foundation, Inc.
# Written by Bruno Haible <bruno@clisp.org>, 2003. # Written by Bruno Haible <bruno@clisp.org>, 2003.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Execute a C# program. # Execute a C# program.
# Copyright (C) 2003, 2005, 2009, 2010 Free Software Foundation, Inc. # Copyright (C) 2003, 2005, 2009-2011 Free Software Foundation, Inc.
# Written by Bruno Haible <bruno@clisp.org>, 2003. # Written by Bruno Haible <bruno@clisp.org>, 2003.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify

View File

@@ -7,7 +7,7 @@ VERSION=2010-06-07.07 # UTC
# Note: this is a bash script (could be zsh or dash) # Note: this is a bash script (could be zsh or dash)
# Copyright (C) 2009, 2010 Free Software Foundation, Inc. # Copyright (C) 2009-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -2,7 +2,7 @@
# Print a version string. # Print a version string.
scriptversion=2010-10-13.20; # UTC scriptversion=2010-10-13.20; # UTC
# Copyright (C) 2007-2010 Free Software Foundation, Inc. # Copyright (C) 2007-2011 Free Software Foundation, Inc.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -9,7 +9,7 @@ my $VERSION = '2009-10-30 13:46'; # UTC
# If you change this file with Emacs, please let the write hook # If you change this file with Emacs, please let the write hook
# do its job. Otherwise, update this string manually. # do its job. Otherwise, update this string manually.
# Copyright (C) 2008-2010 Free Software Foundation, Inc. # Copyright (C) 2008-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -9,7 +9,7 @@
VERSION=2009-07-21.16; # UTC VERSION=2009-07-21.16; # UTC
# Copyright (C) 2009, 2010 Free Software Foundation, Inc. # Copyright (C) 2009-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# install-reloc - install a program including a relocating wrapper # install-reloc - install a program including a relocating wrapper
# Copyright (C) 2003, 2005-2007, 2009-2010 Free Software Foundation, Inc. # Copyright (C) 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
# Written by Bruno Haible <bruno@clisp.org>, 2003. # Written by Bruno Haible <bruno@clisp.org>, 2003.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Compile a Java program. # Compile a Java program.
# Copyright (C) 2001-2002, 2006, 2009-2010 Free Software Foundation, Inc. # Copyright (C) 2001-2002, 2006, 2009-2011 Free Software Foundation, Inc.
# Written by Bruno Haible <haible@clisp.cons.org>, 2001. # Written by Bruno Haible <haible@clisp.cons.org>, 2001.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Execute a Java program. # Execute a Java program.
# Copyright (C) 2001, 2006, 2009, 2010 Free Software Foundation, Inc. # Copyright (C) 2001, 2006, 2009-2011 Free Software Foundation, Inc.
# Written by Bruno Haible <haible@clisp.cons.org>, 2001. # Written by Bruno Haible <haible@clisp.cons.org>, 2001.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Determine the dynamically linked dependencies of a program. # Determine the dynamically linked dependencies of a program.
# Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc. # Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
# Written by Bruno Haible <bruno@clisp.org>, 2006. # Written by Bruno Haible <bruno@clisp.org>, 2006.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* A C macro for emitting link time warnings. /* A C macro for emitting link time warnings.
Copyright (C) 1995, 1997, 2000, 2002-2003, 2007, 2009-2010 Free Software Copyright (C) 1995, 1997, 2000, 2002-2003, 2007, 2009-2011 Free Software
Foundation, Inc. Foundation, Inc.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Create a temporary directory, much like mktemp -d does. # Create a temporary directory, much like mktemp -d does.
# Copyright (C) 2007-2010 Free Software Foundation, Inc. # Copyright (C) 2007-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -8,7 +8,7 @@ VERSION='2007-09-28 23:10'; # UTC
# If you change this file with Emacs, please let the write hook # If you change this file with Emacs, please let the write hook
# do its job. Otherwise, update this string manually. # do its job. Otherwise, update this string manually.
# Copyright (C) 2002-2007, 2009-2010 Free Software Foundation, Inc. # Copyright (C) 2002-2007, 2009-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. # Copyright (C) 2008-2011 Free Software Foundation, Inc.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
# pmccabe2html - AWK script to convert pmccabe output to html -*- awk -*- # pmccabe2html - AWK script to convert pmccabe output to html -*- awk -*-
# Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # Copyright (C) 2007-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -2,7 +2,7 @@
# Output a system dependent linker command for putting a relocatable library # Output a system dependent linker command for putting a relocatable library
# search path into an executable. # search path into an executable.
# #
# Copyright 2003, 2009, 2010 Free Software Foundation, Inc. # Copyright 2003, 2009-2011 Free Software Foundation, Inc.
# Written by Bruno Haible <bruno@clisp.org>, 2003. # Written by Bruno Haible <bruno@clisp.org>, 2003.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify

View File

@@ -6,7 +6,7 @@
# package by hand; see doc/relocatable-maint.texi (in Gnulib) for # package by hand; see doc/relocatable-maint.texi (in Gnulib) for
# details. # details.
# #
# Copyright (C) 2003, 2005-2007, 2009-2010 Free Software Foundation, Inc. # Copyright (C) 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* A C macro for declaring that specific function parameters are not used. /* A C macro for declaring that specific function parameters are not used.
Copyright (C) 2008-2010 Free Software Foundation, Inc. Copyright (C) 2008-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published

View File

@@ -5,7 +5,7 @@ eval '(exit $?0)' && eval 'exec perl -wS -0777 -pi "$0" ${1+"$@"}'
my $VERSION = '2009-12-28.11:09'; # UTC my $VERSION = '2009-12-28.11:09'; # UTC
# Copyright (C) 2009-2010 Free Software Foundation, Inc. # Copyright (C) 2009-2011 Free Software Foundation, Inc.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -12,7 +12,7 @@ my $VERSION = '2009-04-16 15:57'; # UTC
# If you change this file with Emacs, please let the write hook # If you change this file with Emacs, please let the write hook
# do its job. Otherwise, update this string manually. # do its job. Otherwise, update this string manually.
# Copyright (C) 2008-2010 Free Software Foundation, Inc. # Copyright (C) 2008-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -4,7 +4,7 @@
# Print a version string. # Print a version string.
scriptversion=2010-04-23.22; # UTC scriptversion=2010-04-23.22; # UTC
# Copyright (C) 2006-2010 Free Software Foundation, Inc. # Copyright (C) 2006-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* A C macro for emitting warnings if a function is used. /* A C macro for emitting warnings if a function is used.
Copyright (C) 2010 Free Software Foundation, Inc. Copyright (C) 2010-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published

View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# #
# Copyright (C) 2001, 2003, 2006, 2009, 2010 Free Software Foundation, Inc. # Copyright (C) 2001, 2003, 2006, 2009-2011 Free Software Foundation, Inc.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
#!/usr/bin/perl -w #!/usr/bin/perl -w
# Check a gnulib module. # Check a gnulib module.
# Copyright (C) 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc. # Copyright (C) 2005-2007, 2009-2011 Free Software Foundation, Inc.
# This file is free software: you can redistribute it and/or modify it # 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 # under the terms of the GNU General Public License as published by

View File

@@ -11,7 +11,7 @@ argz_files = $(patsubst %, $(glibc_dir)/string/argz-%.c, $(argz_names))
define print-header define print-header
printf '%s\n' \ printf '%s\n' \
"/* Functions for dealing with '\0' separated arg vectors." \ "/* Functions for dealing with '\0' separated arg vectors." \
" Copyright (C) 1995-1998, 2000-2002, 2006, 2009-2010 Free Software " Copyright (C) 1995-1998, 2000-2002, 2006, 2009-2011 Free Software
" Foundation, Inc."\ " Foundation, Inc."\
" This file is part of the GNU C Library." \ " This file is part of the GNU C Library." \
"" \ "" \

View File

@@ -2,8 +2,7 @@
# Check for files in directory $1 being up to date, according to the # Check for files in directory $1 being up to date, according to the
# list on stdin. Don't actually make any changes, just show the diffs. # list on stdin. Don't actually make any changes, just show the diffs.
# #
# Copyright (C) 2002, 2003, 2005, 2007, 2008, 2009, 2010 Free Software # Copyright (C) 2002-2003, 2005, 2007-2011 Free Software Foundation, Inc.
# Foundation, Inc.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
# Makefile for gnulib doc. # Makefile for gnulib doc.
# Copyright (C) 2004, 2006-2010 Free Software Foundation, Inc. # Copyright (C) 2004, 2006-2011 Free Software Foundation, Inc.
# #
# Copying and distribution of this file, with or without modification, # Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright # are permitted in any medium without royalty provided the copyright

View File

@@ -1,6 +1,6 @@
@c Documentation of gnulib module 'alloca-opt'. @c Documentation of gnulib module 'alloca-opt'.
@c Copyright (C) 2004, 2007, 2009, 2010 Free Software Foundation, Inc. @c Copyright (C) 2004, 2007, 2009-2011 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -1,6 +1,6 @@
@c Documentation of gnulib module 'alloca'. @c Documentation of gnulib module 'alloca'.
@c Copyright (C) 2004, 2007, 2009, 2010 Free Software Foundation, Inc. @c Copyright (C) 2004, 2007, 2009-2011 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -1,6 +1,6 @@
@c Documentation of gnulib module 'c-ctype'. @c Documentation of gnulib module 'c-ctype'.
@c Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. @c Copyright (C) 2008-2011 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -1,6 +1,6 @@
@c Documentation of gnulib module 'c-strcase'. @c Documentation of gnulib module 'c-strcase'.
@c Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. @c Copyright (C) 2008-2011 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -1,6 +1,6 @@
@c Documentation of gnulib module 'c-strcaseeq'. @c Documentation of gnulib module 'c-strcaseeq'.
@c Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. @c Copyright (C) 2008-2011 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -1,6 +1,6 @@
@c Documentation of gnulib module 'c-strcasestr'. @c Documentation of gnulib module 'c-strcasestr'.
@c Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. @c Copyright (C) 2008-2011 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -1,6 +1,6 @@
@c Documentation of gnulib module 'c-strstr'. @c Documentation of gnulib module 'c-strstr'.
@c Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. @c Copyright (C) 2008-2011 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -1,6 +1,6 @@
@c Documentation of gnulib module 'c-strtod'. @c Documentation of gnulib module 'c-strtod'.
@c Copyright (C) 2008-2010 Free Software Foundation, Inc. @c Copyright (C) 2008-2011 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -1,6 +1,6 @@
@c Documentation of gnulib module 'c-strtold'. @c Documentation of gnulib module 'c-strtold'.
@c Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. @c Copyright (C) 2008-2011 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -2,7 +2,7 @@
@section ctime @section ctime
@findex ctime @findex ctime
@c Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc. @c Copyright (C) 2005, 2009-2011 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -4,7 +4,7 @@
@findex progname @findex progname
@vindex program_name @vindex program_name
@c Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. @c Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -2,7 +2,7 @@
@section gcd: greatest common divisor @section gcd: greatest common divisor
@findex gcd @findex gcd
@c Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc. @c Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -1,7 +1,7 @@
@node Invoking gnulib-tool @node Invoking gnulib-tool
@chapter Invoking gnulib-tool @chapter Invoking gnulib-tool
@c Copyright (C) 2005-2010 Free Software Foundation, Inc. @c Copyright (C) 2005-2011 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -23,7 +23,7 @@ This manual is for GNU Gnulib (updated @value{UPDATED}),
which is a library of common routines intended to be shared at the which is a library of common routines intended to be shared at the
source level. source level.
Copyright @copyright{} 2004-2010 Free Software Foundation, Inc. Copyright @copyright{} 2004-2011 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 1.3 or under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -2,7 +2,7 @@
@section inet_ntoa @section inet_ntoa
@findex inet_ntoa @findex inet_ntoa
@c Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc. @c Copyright (C) 2005, 2009-2011 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -3,7 +3,7 @@
@c Documentation of gnulib module 'lib-symbol-visibility'. @c Documentation of gnulib module 'lib-symbol-visibility'.
@c Copyright (C) 2005-2006, 2009-2010 Free Software Foundation, Inc. @c Copyright (C) 2005-2006, 2009-2011 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -1,7 +1,6 @@
@c GNU date syntax documentation @c GNU date syntax documentation
@c Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, @c Copyright (C) 1994-2006, 2009-2011 Free Software Foundation, Inc.
@c 2004, 2005, 2006, 2009, 2010 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -1,7 +1,7 @@
@node Quoting @node Quoting
@section Quoting @section Quoting
@c Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc. @c Copyright (C) 2005, 2009-2011 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -1,5 +1,5 @@
@c Copyright (C) 1994, 1996, 1998, 2000, 2001, 2003, 2004, 2005, 2006, 2007, @c Copyright (C) 1994, 1996, 1998, 2000-2001, 2003-2007, 2009-2011 Free
@c 2009, 2010 Free Software Foundation, Inc. @c Software Foundation, Inc.
@c @c
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -53,7 +53,7 @@ practical porting concern for GNU applications. For the current list, see
----- -----
Copyright (C) 2003, 2005, 2006, 2009, 2010 Free Software Foundation, Inc. Copyright (C) 2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification, Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright are permitted in any medium without royalty provided the copyright

View File

@@ -1,6 +1,6 @@
@c GNU verify module documentation @c GNU verify module documentation
@c Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc. @c Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 @c under the terms of the GNU Free Documentation License, Version 1.3

View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# #
# Copyright (C) 2002-2010 Free Software Foundation, Inc. # Copyright (C) 2002-2011 Free Software Foundation, Inc.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2010 Free Software Foundation, Inc. /* Copyright (C) 2010-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* accept.c --- wrappers for Windows accept function /* accept.c --- wrappers for Windows accept function
Copyright (C) 2008-2010 Free Software Foundation, Inc. Copyright (C) 2008-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Accept a connection on a socket, with specific opening flags. /* Accept a connection on a socket, with specific opening flags.
Copyright (C) 2009, 2010 Free Software Foundation, Inc. Copyright (C) 2009-2011 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Internal implementation of access control lists. /* Internal implementation of access control lists.
Copyright (C) 2002-2003, 2005-2010 Free Software Foundation, Inc. Copyright (C) 2002-2003, 2005-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* acl.c - access control lists /* acl.c - access control lists
Copyright (C) 2002, 2008-2010 Free Software Foundation, Inc. Copyright (C) 2002, 2008-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Return the number of entries in an ACL. /* Return the number of entries in an ACL.
Copyright (C) 2002-2003, 2005-2010 Free Software Foundation, Inc. Copyright (C) 2002-2003, 2005-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Determine alignment of types. /* Determine alignment of types.
Copyright (C) 2003-2004, 2006, 2009-2010 Free Software Foundation, Inc. Copyright (C) 2003-2004, 2006, 2009-2011 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Memory allocation on the stack. /* Memory allocation on the stack.
Copyright (C) 1995, 1999, 2001-2004, 2006-2010 Free Software Foundation, Copyright (C) 1995, 1999, 2001-2004, 2006-2011 Free Software Foundation,
Inc. Inc.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it

View File

@@ -1,4 +1,4 @@
/* Copyright (C) 1992, 1997, 1998, 2009, 2010 Free Software Foundation, Inc. /* Copyright (C) 1992, 1997-1998, 2009-2011 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it

View File

@@ -1,5 +1,5 @@
/* Locale dependent memory area transformation for comparison. /* Locale dependent memory area transformation for comparison.
Copyright (C) 2009, 2010 Free Software Foundation, Inc. Copyright (C) 2009-2011 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009. Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it

View File

@@ -1,5 +1,5 @@
/* Locale dependent memory area transformation for comparison. /* Locale dependent memory area transformation for comparison.
Copyright (C) 2009-2010 Free Software Foundation, Inc. Copyright (C) 2009-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published

View File

@@ -1,6 +1,6 @@
/* anytostr.c -- convert integers to printable strings /* anytostr.c -- convert integers to printable strings
Copyright (C) 2001, 2006, 2008, 2009, 2010 Free Software Foundation, Inc. Copyright (C) 2001, 2006, 2008-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,5 @@
/* arcfour.c --- The arcfour stream cipher /* arcfour.c --- The arcfour stream cipher
* Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2009, 2010 Free Software * Copyright (C) 2000-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
* Foundation, Inc.
* *
* This file is free software; you can redistribute it and/or modify * This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published * it under the terms of the GNU General Public License as published

View File

@@ -1,6 +1,5 @@
/* arcfour.h --- The arcfour stream cipher /* arcfour.h --- The arcfour stream cipher
* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010 Free Software * Copyright (C) 2000-2005, 2009-2011 Free Software Foundation, Inc.
* Foundation, Inc.
* *
* This file is free software; you can redistribute it and/or modify * This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published * it under the terms of the GNU General Public License as published

View File

@@ -1,6 +1,5 @@
/* arctwo.c --- The RC2 cipher as described in RFC 2268. /* arctwo.c --- The RC2 cipher as described in RFC 2268.
* Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010 Free Software * Copyright (C) 2003-2006, 2008-2011 Free Software Foundation, Inc.
* Foundation, Inc.
* *
* This file is free software; you can redistribute it and/or modify * This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published * it under the terms of the GNU General Public License as published

View File

@@ -1,6 +1,5 @@
/* arctwo.h --- The arctwo block cipher /* arctwo.h --- The arctwo block cipher
* Copyright (C) 2000, 2001, 2002, 2003, 2005, 2009, 2010 Free Software * Copyright (C) 2000-2003, 2005, 2009-2011 Free Software Foundation, Inc.
* Foundation, Inc.
* *
* This file is free software; you can redistribute it and/or modify * This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published * it under the terms of the GNU General Public License as published

View File

@@ -1,7 +1,7 @@
/* readlink wrapper to return the link name in malloc'd storage. /* readlink wrapper to return the link name in malloc'd storage.
Unlike xreadlink and xreadlink_with_size, don't ever call exit. Unlike xreadlink and xreadlink_with_size, don't ever call exit.
Copyright (C) 2001, 2003-2007, 2009-2010 Free Software Foundation, Inc. Copyright (C) 2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/* areadlink.c -- readlink wrapper to return the link name in malloc'd storage /* areadlink.c -- readlink wrapper to return the link name in malloc'd storage
Unlike xreadlink and xreadlink_with_size, don't ever call exit. Unlike xreadlink and xreadlink_with_size, don't ever call exit.
Copyright (C) 2001, 2003-2007, 2009-2010 Free Software Foundation, Inc. Copyright (C) 2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Read symbolic links without size limitation. /* Read symbolic links without size limitation.
Copyright (C) 2001, 2003-2004, 2007, 2009-2010 Free Software Foundation, Copyright (C) 2001, 2003-2004, 2007, 2009-2011 Free Software Foundation,
Inc. Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@@ -1,7 +1,7 @@
/* readlinkat wrapper to return the link name in malloc'd storage. /* readlinkat wrapper to return the link name in malloc'd storage.
Unlike xreadlinkat, only call exit on failure to change directory. Unlike xreadlinkat, only call exit on failure to change directory.
Copyright (C) 2001, 2003-2007, 2009-2010 Free Software Foundation, Inc. Copyright (C) 2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/* areadlinkat.c -- readlinkat wrapper to return malloc'd link name /* areadlinkat.c -- readlinkat wrapper to return malloc'd link name
Unlike xreadlinkat, only call exit on failure to change directory. Unlike xreadlinkat, only call exit on failure to change directory.
Copyright (C) 2001, 2003-2007, 2009-2010 Free Software Foundation, Inc. Copyright (C) 2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/* argmatch.c -- find a match for a string in an array /* argmatch.c -- find a match for a string in an array
Copyright (C) 1990, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, Copyright (C) 1990, 1998-1999, 2001-2007, 2009-2011 Free Software
2009, 2010 Free Software Foundation, Inc. Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/* argmatch.h -- definitions and prototypes for argmatch.c /* argmatch.h -- definitions and prototypes for argmatch.c
Copyright (C) 1990, 1998, 1999, 2001, 2002, 2004, 2005, 2009, 2010 Free Copyright (C) 1990, 1998-1999, 2001-2002, 2004-2005, 2009-2011 Free Software
Software Foundation, Inc. Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Default definition for ARGP_PROGRAM_BUG_ADDRESS. /* Default definition for ARGP_PROGRAM_BUG_ADDRESS.
Copyright (C) 1996, 1997, 1999, 2009, 2010 Free Software Foundation, Inc. Copyright (C) 1996-1997, 1999, 2009-2011 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>. Written by Miles Bader <miles@gnu.ai.mit.edu>.

View File

@@ -1,5 +1,5 @@
/* Default definition for ARGP_ERR_EXIT_STATUS /* Default definition for ARGP_ERR_EXIT_STATUS
Copyright (C) 1997, 2009, 2010 Free Software Foundation, Inc. Copyright (C) 1997, 2009-2011 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>. Written by Miles Bader <miles@gnu.ai.mit.edu>.

View File

@@ -1,5 +1,5 @@
/* Word-wrapping and line-truncating streams /* Word-wrapping and line-truncating streams
Copyright (C) 1997-1999, 2001-2003, 2005, 2009-2010 Free Software Copyright (C) 1997-1999, 2001-2003, 2005, 2009-2011 Free Software
Foundation, Inc. Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>. Written by Miles Bader <miles@gnu.ai.mit.edu>.

View File

@@ -1,5 +1,5 @@
/* Word-wrapping and line-truncating streams. /* Word-wrapping and line-truncating streams.
Copyright (C) 1997, 2006-2010 Free Software Foundation, Inc. Copyright (C) 1997, 2006-2011 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>. Written by Miles Bader <miles@gnu.ai.mit.edu>.

View File

@@ -1,5 +1,5 @@
/* Real definitions for extern inline functions in argp-fmtstream.h /* Real definitions for extern inline functions in argp-fmtstream.h
Copyright (C) 1997, 2003, 2004, 2009, 2010 Free Software Foundation, Inc. Copyright (C) 1997, 2003-2004, 2009-2011 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>. Written by Miles Bader <miles@gnu.ai.mit.edu>.

View File

@@ -1,5 +1,5 @@
/* Hierarchial argument parsing help output /* Hierarchial argument parsing help output
Copyright (C) 1995-2005, 2007, 2009-2010 Free Software Foundation, Inc. Copyright (C) 1995-2005, 2007, 2009-2011 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>. Written by Miles Bader <miles@gnu.ai.mit.edu>.

View File

@@ -1,5 +1,5 @@
/* Name frobnication for compiling argp outside of glibc /* Name frobnication for compiling argp outside of glibc
Copyright (C) 1997, 2003, 2007, 2009, 2010 Free Software Foundation, Inc. Copyright (C) 1997, 2003, 2007, 2009-2011 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>. Written by Miles Bader <miles@gnu.ai.mit.edu>.

View File

@@ -1,5 +1,5 @@
/* Hierarchial argument parsing, layered over getopt /* Hierarchial argument parsing, layered over getopt
Copyright (C) 1995-2000, 2002-2004, 2009-2010 Free Software Foundation, Inc. Copyright (C) 1995-2000, 2002-2004, 2009-2011 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>. Written by Miles Bader <miles@gnu.ai.mit.edu>.

View File

@@ -1,5 +1,5 @@
/* Full and short program names for argp module /* Full and short program names for argp module
Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc. Copyright (C) 2005, 2009-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Default definition for ARGP_PROGRAM_VERSION. /* Default definition for ARGP_PROGRAM_VERSION.
Copyright (C) 1996, 1997, 1999, 2006, 2009, 2010 Free Software Foundation, Copyright (C) 1996-1997, 1999, 2006, 2009-2011 Free Software Foundation,
Inc. Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>. Written by Miles Bader <miles@gnu.ai.mit.edu>.

View File

@@ -1,5 +1,5 @@
/* Default definition for ARGP_PROGRAM_VERSION_HOOK. /* Default definition for ARGP_PROGRAM_VERSION_HOOK.
Copyright (C) 1996, 1997, 1999, 2004, 2009, 2010 Free Software Foundation, Copyright (C) 1996-1997, 1999, 2004, 2009-2011 Free Software Foundation,
Inc. Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>. Written by Miles Bader <miles@gnu.ai.mit.edu>.

View File

@@ -1,5 +1,5 @@
/* Version hook for Argp. /* Version hook for Argp.
Copyright (C) 2009, 2010 Free Software Foundation, Inc. Copyright (C) 2009-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Version hook for Argp. /* Version hook for Argp.
Copyright (C) 2009, 2010 Free Software Foundation, Inc. Copyright (C) 2009-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Real definitions for extern inline functions in argp.h /* Real definitions for extern inline functions in argp.h
Copyright (C) 1997, 1998, 2004, 2009, 2010 Free Software Foundation, Inc. Copyright (C) 1997-1998, 2004, 2009-2011 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>. Written by Miles Bader <miles@gnu.ai.mit.edu>.

View File

@@ -1,5 +1,5 @@
/* Hierarchial argument parsing, layered over getopt. /* Hierarchial argument parsing, layered over getopt.
Copyright (C) 1995-1999, 2003-2010 Free Software Foundation, Inc. Copyright (C) 1995-1999, 2003-2011 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>. Written by Miles Bader <miles@gnu.ai.mit.edu>.

View File

@@ -1,5 +1,5 @@
/* Iterate over arguments from argv or --files0-from=FILE /* Iterate over arguments from argv or --files0-from=FILE
Copyright (C) 2008-2010 Free Software Foundation, Inc. Copyright (C) 2008-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Iterate over arguments from argv or --files0-from=FILE /* Iterate over arguments from argv or --files0-from=FILE
Copyright (C) 2008-2010 Free Software Foundation, Inc. Copyright (C) 2008-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Functions for dealing with '\0' separated arg vectors. /* Functions for dealing with '\0' separated arg vectors.
Copyright (C) 1995-1998, 2000-2002, 2006, 2008-2010 Free Software Copyright (C) 1995-1998, 2000-2002, 2006, 2008-2011 Free Software
Foundation, Inc. Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.

Some files were not shown because too many files have changed in this diff Show More