mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-08-07 07:22:55 +03:00
maint: update all copyright year number ranges
Run "make update-copyright".
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Suppress valgrind diagnostics we don't care about.
|
# Suppress valgrind diagnostics we don't care about.
|
||||||
|
|
||||||
# Copyright (C) 2003-2004, 2006-2011 Free Software Foundation, Inc.
|
# Copyright (C) 2003-2004, 2006-2012 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
|
||||||
|
@@ -11609,7 +11609,7 @@
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 2002-2005, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 2002-2005, 2009-2012 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
|
||||||
|
@@ -4033,7 +4033,7 @@
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 2006, 2009-2012 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
|
||||||
|
@@ -4015,7 +4015,7 @@
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 2007, 2009-2012 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
|
||||||
|
@@ -372,7 +372,7 @@
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 2008-2011 Free Software Foundation, Inc.
|
Copyright (C) 2008-2012 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
|
||||||
|
2
HACKING
2
HACKING
@@ -603,7 +603,7 @@ Then just open the index.html file (in the generated lcov-html directory)
|
|||||||
in your favorite web browser.
|
in your favorite web browser.
|
||||||
|
|
||||||
========================================================================
|
========================================================================
|
||||||
Copyright (C) 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 2009-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# Make coreutils. -*-Makefile-*-
|
# Make coreutils. -*-Makefile-*-
|
||||||
|
|
||||||
# Copyright (C) 1990, 1993-2011 Free Software Foundation, Inc.
|
# Copyright (C) 1990, 1993-2012 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
|
||||||
|
2
NEWS
2
NEWS
@@ -3453,7 +3453,7 @@ packages, see ./old/*/NEWS.
|
|||||||
|
|
||||||
========================================================================
|
========================================================================
|
||||||
|
|
||||||
Copyright (C) 2001-2011 Free Software Foundation, Inc.
|
Copyright (C) 2001-2012 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
|
||||||
|
2
README
2
README
@@ -232,7 +232,7 @@ the address on the last line of --help output.
|
|||||||
|
|
||||||
========================================================================
|
========================================================================
|
||||||
|
|
||||||
Copyright (C) 1998, 2002-2011 Free Software Foundation, Inc.
|
Copyright (C) 1998, 2002-2012 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
|
||||||
|
@@ -94,7 +94,7 @@ each program. One way to do this is to use vc-dwim
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 2002-2011 Free Software Foundation, Inc.
|
Copyright (C) 2002-2012 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
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
# Convert this package for use with valgrind.
|
# Convert this package for use with valgrind.
|
||||||
|
|
||||||
# Copyright (C) 2002-2006, 2009-2011 Free Software Foundation, Inc.
|
# Copyright (C) 2002-2006, 2009-2012 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
|
||||||
|
2
TODO
2
TODO
@@ -168,7 +168,7 @@ pr's use of nstrftime can make it malloc a very large (up to SIZE_MAX) buffer
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 2002-2011 Free Software Foundation, Inc.
|
Copyright (C) 2002-2012 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
|
||||||
|
@@ -4,7 +4,7 @@ scriptversion=2011-12-17.15; # UTC
|
|||||||
|
|
||||||
# Bootstrap this package from checked-out sources.
|
# Bootstrap this package from checked-out sources.
|
||||||
|
|
||||||
# Copyright (C) 2003-2011 Free Software Foundation, Inc.
|
# Copyright (C) 2003-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# Bootstrap configuration.
|
# Bootstrap configuration.
|
||||||
|
|
||||||
# Copyright (C) 2006-2011 Free Software Foundation, Inc.
|
# Copyright (C) 2006-2012 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
|
||||||
|
@@ -234,7 +234,7 @@
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 2002-2011 Free Software Foundation, Inc.
|
Copyright (C) 2002-2012 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
|
||||||
|
2
cfg.mk
2
cfg.mk
@@ -1,5 +1,5 @@
|
|||||||
# Customize maint.mk -*- makefile -*-
|
# Customize maint.mk -*- makefile -*-
|
||||||
# Copyright (C) 2003-2011 Free Software Foundation, Inc.
|
# Copyright (C) 2003-2012 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
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# -*- autoconf -*-
|
# -*- autoconf -*-
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
# Copyright (C) 1991, 1993-2011 Free Software Foundation, Inc.
|
# Copyright (C) 1991, 1993-2012 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
|
||||||
|
@@ -2002,7 +2002,7 @@
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 2001-2011 Free Software Foundation, Inc.
|
Copyright (C) 2001-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# Make coreutils documentation. -*-Makefile-*-
|
# Make coreutils documentation. -*-Makefile-*-
|
||||||
|
|
||||||
# Copyright (C) 1995-1998, 2001-2011 Free Software Foundation, Inc.
|
# Copyright (C) 1995-1998, 2001-2012 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
|
||||||
|
@@ -139,7 +139,7 @@
|
|||||||
This manual documents version @value{VERSION} of the @sc{gnu} core
|
This manual documents version @value{VERSION} of the @sc{gnu} core
|
||||||
utilities, including the standard programs for text and file manipulation.
|
utilities, including the standard programs for text and file manipulation.
|
||||||
|
|
||||||
Copyright @copyright{} 1994-1996, 2000-2011 Free Software Foundation, Inc.
|
Copyright @copyright{} 1994-1996, 2000-2012 Free Software Foundation, Inc.
|
||||||
|
|
||||||
@quotation
|
@quotation
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
@c File mode bits
|
@c File mode bits
|
||||||
|
|
||||||
@c Copyright (C) 1994, 1996, 1999-2001, 2003-2006, 2008-2011 Free Software
|
@c Copyright (C) 1994, 1996, 1999-2001, 2003-2006, 2008-2012 Free Software
|
||||||
@c Foundation, Inc.
|
@c 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* Declare an access pattern hint for files.
|
/* Declare an access pattern hint for files.
|
||||||
Copyright (C) 2010-2011 Free Software Foundation, Inc.
|
Copyright (C) 2010-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* Declare an access pattern hint for files.
|
/* Declare an access pattern hint for files.
|
||||||
Copyright (C) 2010-2011 Free Software Foundation, Inc.
|
Copyright (C) 2010-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* Barebones heap implementation supporting only insert and pop.
|
/* Barebones heap implementation supporting only insert and pop.
|
||||||
|
|
||||||
Copyright (C) 2010-2011 Free Software Foundation, Inc.
|
Copyright (C) 2010-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* Barebones heap implementation supporting only insert and pop.
|
/* Barebones heap implementation supporting only insert and pop.
|
||||||
|
|
||||||
Copyright (C) 2010-2011 Free Software Foundation, Inc.
|
Copyright (C) 2010-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* Align/Truncate a string in a given screen width
|
/* Align/Truncate a string in a given screen width
|
||||||
Copyright (C) 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 2009-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* Align/Truncate a string in a given screen width
|
/* Align/Truncate a string in a given screen width
|
||||||
Copyright (C) 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 2009-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* Bob Jenkins's cryptographic random number generators, ISAAC and ISAAC64.
|
/* Bob Jenkins's cryptographic random number generators, ISAAC and ISAAC64.
|
||||||
|
|
||||||
Copyright (C) 1999-2006, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 1999-2006, 2009-2012 Free Software Foundation, Inc.
|
||||||
Copyright (C) 1997, 1998, 1999 Colin Plumb.
|
Copyright (C) 1997, 1998, 1999 Colin Plumb.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* Bob Jenkins's cryptographic random number generators, ISAAC and ISAAC64.
|
/* Bob Jenkins's cryptographic random number generators, ISAAC and ISAAC64.
|
||||||
|
|
||||||
Copyright (C) 1999-2005, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 1999-2005, 2009-2012 Free Software Foundation, Inc.
|
||||||
Copyright (C) 1997, 1998, 1999 Colin Plumb.
|
Copyright (C) 1997, 1998, 1999 Colin Plumb.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* Generate random integers.
|
/* Generate random integers.
|
||||||
|
|
||||||
Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 2006, 2009-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* Generate random integers.
|
/* Generate random integers.
|
||||||
|
|
||||||
Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 2006, 2009-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* Generate random permutations.
|
/* Generate random permutations.
|
||||||
|
|
||||||
Copyright (C) 2006-2007, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 2006-2007, 2009-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* Generate buffers of random data.
|
/* Generate buffers of random data.
|
||||||
|
|
||||||
Copyright (C) 2006, 2008-2011 Free Software Foundation, Inc.
|
Copyright (C) 2006, 2008-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* Generate buffers of random data.
|
/* Generate buffers of random data.
|
||||||
|
|
||||||
Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 2006, 2009-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* root-dev-ino.c -- get the device and inode numbers for `/'.
|
/* root-dev-ino.c -- get the device and inode numbers for `/'.
|
||||||
Copyright (C) 2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 2003, 2005-2006, 2009-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* Root device and inode number checking.
|
/* Root device and inode number checking.
|
||||||
|
|
||||||
Copyright (C) 2003, 2006, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 2003, 2006, 2009-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#serial 3
|
#serial 3
|
||||||
dnl Copyright (C) 2005-2006, 2009-2011 Free Software Foundation, Inc.
|
dnl Copyright (C) 2005-2006, 2009-2012 Free Software Foundation, Inc.
|
||||||
dnl This file is free software; the Free Software Foundation
|
dnl This file is free software; the Free Software Foundation
|
||||||
dnl gives unlimited permission to copy and/or distribute it,
|
dnl gives unlimited permission to copy and/or distribute it,
|
||||||
dnl with or without modifications, as long as this notice is preserved.
|
dnl with or without modifications, as long as this notice is preserved.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* Test that fadvise works as advertised.
|
/* Test that fadvise works as advertised.
|
||||||
Copyright (C) 2010-2011 Free Software Foundation, Inc.
|
Copyright (C) 2010-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* Test that mbsalign works as advertised.
|
/* Test that mbsalign works as advertised.
|
||||||
Copyright (C) 2010-2011 Free Software Foundation, Inc.
|
Copyright (C) 2010-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* Test the ISAAC or ISAAC64 pseudorandom number generator.
|
/* Test the ISAAC or ISAAC64 pseudorandom number generator.
|
||||||
|
|
||||||
Copyright (C) 2010-2011 Free Software Foundation, Inc.
|
Copyright (C) 2010-2012 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
|
||||||
|
@@ -8746,7 +8746,7 @@
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 2000-2011 Free Software Foundation, Inc.
|
Copyright (C) 2000-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
## Makefile for gnulib/lib -*-Makefile-*-
|
## Makefile for gnulib/lib -*-Makefile-*-
|
||||||
|
|
||||||
# Copyright (C) 1995-2007, 2009-2011 Free Software Foundation, Inc.
|
# Copyright (C) 1995-2007, 2009-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* buffer-lcm.c - compute a good buffer size for dealing with two files
|
/* buffer-lcm.c - compute a good buffer size for dealing with two files
|
||||||
|
|
||||||
Copyright (C) 2002, 2005, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 2002, 2005, 2009-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* Invoke open, but return either a desired file descriptor or -1.
|
/* Invoke open, but return either a desired file descriptor or -1.
|
||||||
|
|
||||||
Copyright (C) 2005-2006, 2008-2011 Free Software Foundation, Inc.
|
Copyright (C) 2005-2006, 2008-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* Invoke open, but return either a desired file descriptor or -1.
|
/* Invoke open, but return either a desired file descriptor or -1.
|
||||||
|
|
||||||
Copyright (C) 2005, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 2005, 2009-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* Compare integer strings.
|
/* Compare integer strings.
|
||||||
|
|
||||||
Copyright (C) 2005-2006, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 2005-2006, 2009-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* Compare numeric strings. This is an internal include file.
|
/* Compare numeric strings. This is an internal include file.
|
||||||
|
|
||||||
Copyright (C) 1988, 1991-1993, 1995-1996, 1998-2000, 2003-2006, 2009-2011
|
Copyright (C) 1988, 1991-1993, 1995-1996, 1998-2000, 2003-2006, 2009-2012
|
||||||
Free Software Foundation, Inc.
|
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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* Compare numeric strings.
|
/* Compare numeric strings.
|
||||||
|
|
||||||
Copyright (C) 2005-2006, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 2005-2006, 2009-2012 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
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Exercise chdir-long's sample main program.
|
# Exercise chdir-long's sample main program.
|
||||||
|
|
||||||
# Copyright (C) 2005-2006, 2009-2011 Free Software Foundation, Inc.
|
# Copyright (C) 2005-2006, 2009-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* xfts.c -- a wrapper for fts_open
|
/* xfts.c -- a wrapper for fts_open
|
||||||
|
|
||||||
Copyright (C) 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 2003, 2005-2007, 2009-2012 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
|
||||||
|
@@ -5004,7 +5004,7 @@
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 1997-2006, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 1997-2006, 2009-2012 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
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# boottime.m4 serial 4
|
# boottime.m4 serial 4
|
||||||
# Determine whether this system has infrastructure for obtaining the boot time.
|
# Determine whether this system has infrastructure for obtaining the boot time.
|
||||||
|
|
||||||
# Copyright (C) 1996, 2000, 2002-2004, 2006, 2008-2011 Free Software
|
# Copyright (C) 1996, 2000, 2002-2004, 2006, 2008-2012 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
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#serial 26
|
#serial 26
|
||||||
# Check declarations for this package.
|
# Check declarations for this package.
|
||||||
|
|
||||||
dnl Copyright (C) 1997-2001, 2003-2006, 2008-2011 Free Software Foundation,
|
dnl Copyright (C) 1997-2001, 2003-2006, 2008-2012 Free Software Foundation,
|
||||||
dnl Inc.
|
dnl Inc.
|
||||||
|
|
||||||
dnl This file is free software; the Free Software Foundation
|
dnl This file is free software; the Free Software Foundation
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# Invoke open, but return either a desired file descriptor or -1.
|
# Invoke open, but return either a desired file descriptor or -1.
|
||||||
|
|
||||||
dnl Copyright (C) 2005, 2009-2011 Free Software Foundation, Inc.
|
dnl Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc.
|
||||||
|
|
||||||
dnl This file is free software; the Free Software Foundation
|
dnl This file is free software; the Free Software Foundation
|
||||||
dnl gives unlimited permission to copy and/or distribute it,
|
dnl gives unlimited permission to copy and/or distribute it,
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# Tests for GNU GMP (or any compatible replacement).
|
# Tests for GNU GMP (or any compatible replacement).
|
||||||
|
|
||||||
dnl Copyright (C) 2008-2011 Free Software Foundation, Inc.
|
dnl Copyright (C) 2008-2012 Free Software Foundation, Inc.
|
||||||
|
|
||||||
dnl This file is free software; the Free Software Foundation
|
dnl This file is free software; the Free Software Foundation
|
||||||
dnl gives unlimited permission to copy and/or distribute it,
|
dnl gives unlimited permission to copy and/or distribute it,
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#serial 2
|
#serial 2
|
||||||
dnl Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
|
dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
|
||||||
dnl This file is free software; the Free Software Foundation
|
dnl This file is free software; the Free Software Foundation
|
||||||
dnl gives unlimited permission to copy and/or distribute it,
|
dnl gives unlimited permission to copy and/or distribute it,
|
||||||
dnl with or without modifications, as long as this notice is preserved.
|
dnl with or without modifications, as long as this notice is preserved.
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
dnl Misc type-related macros for coreutils.
|
dnl Misc type-related macros for coreutils.
|
||||||
|
|
||||||
# Copyright (C) 1998, 2000-2011 Free Software Foundation, Inc.
|
# Copyright (C) 1998, 2000-2012 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
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
dnl Misc lib-related macros for coreutils.
|
dnl Misc lib-related macros for coreutils.
|
||||||
|
|
||||||
# Copyright (C) 1993-1997, 2000-2001, 2003-2006, 2008-2011 Free Software
|
# Copyright (C) 1993-1997, 2000-2001, 2003-2006, 2008-2012 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
|
||||||
|
@@ -7,7 +7,7 @@ m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
|
|||||||
# directory of the coreutils package.
|
# directory of the coreutils package.
|
||||||
|
|
||||||
|
|
||||||
# Copyright (C) 1998, 2000-2001, 2003-2011 Free Software Foundation, Inc.
|
# Copyright (C) 1998, 2000-2001, 2003-2012 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
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# stat-prog.m4 serial 7
|
# stat-prog.m4 serial 7
|
||||||
# Record the prerequisites of src/stat.c from the coreutils package.
|
# Record the prerequisites of src/stat.c from the coreutils package.
|
||||||
|
|
||||||
# Copyright (C) 2002-2004, 2006, 2008-2011 Free Software Foundation, Inc.
|
# Copyright (C) 2002-2004, 2006, 2008-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# Compare numeric strings.
|
# Compare numeric strings.
|
||||||
|
|
||||||
dnl Copyright (C) 2005, 2009-2011 Free Software Foundation, Inc.
|
dnl Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc.
|
||||||
|
|
||||||
dnl This file is free software; the Free Software Foundation
|
dnl This file is free software; the Free Software Foundation
|
||||||
dnl gives unlimited permission to copy and/or distribute it,
|
dnl gives unlimited permission to copy and/or distribute it,
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# xattr.m4 - check for Extended Attributes (Linux)
|
# xattr.m4 - check for Extended Attributes (Linux)
|
||||||
# serial 3
|
# serial 3
|
||||||
|
|
||||||
# Copyright (C) 2003, 2008-2011 Free Software Foundation, Inc.
|
# Copyright (C) 2003, 2008-2012 Free Software Foundation, Inc.
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#serial 1
|
#serial 1
|
||||||
dnl Copyright (C) 2005, 2009-2011 Free Software Foundation, Inc.
|
dnl Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc.
|
||||||
dnl This file is free software; the Free Software Foundation
|
dnl This file is free software; the Free Software Foundation
|
||||||
dnl gives unlimited permission to copy and/or distribute it,
|
dnl gives unlimited permission to copy and/or distribute it,
|
||||||
dnl with or without modifications, as long as this notice is preserved.
|
dnl with or without modifications, as long as this notice is preserved.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# Make coreutils man pages. -*-Makefile-*-
|
# Make coreutils man pages. -*-Makefile-*-
|
||||||
|
|
||||||
# Copyright (C) 2002-2011 Free Software Foundation, Inc.
|
# Copyright (C) 2002-2012 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
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
'\" Copyright (C) 1998-1999, 2001, 2006-2007, 2009-2011 Free Software
|
'\" Copyright (C) 1998-1999, 2001, 2006-2007, 2009-2012 Free Software
|
||||||
'\" Foundation, Inc.
|
'\" Foundation, Inc.
|
||||||
'\"
|
'\"
|
||||||
'\" This is free software. You may redistribute copies of it under the terms
|
'\" This is free software. You may redistribute copies of it under the terms
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
'\" Copyright (C) 1998-1999, 2001, 2006, 2009-2011 Free Software Foundation,
|
'\" Copyright (C) 1998-1999, 2001, 2006, 2009-2012 Free Software Foundation,
|
||||||
'\" Inc.
|
'\" Inc.
|
||||||
'\"
|
'\"
|
||||||
'\" This is free software. You may redistribute copies of it under the terms
|
'\" This is free software. You may redistribute copies of it under the terms
|
||||||
|
2
man/df.x
2
man/df.x
@@ -1,4 +1,4 @@
|
|||||||
'\" Copyright (C) 1998-1999, 2004, 2009-2011 Free Software Foundation, Inc.
|
'\" Copyright (C) 1998-1999, 2004, 2009-2012 Free Software Foundation, Inc.
|
||||||
'\"
|
'\"
|
||||||
'\" This is free software. You may redistribute copies of it under the terms
|
'\" This is free software. You may redistribute copies of it under the terms
|
||||||
'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
|
'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
|
||||||
|
2
man/du.x
2
man/du.x
@@ -1,4 +1,4 @@
|
|||||||
'\" Copyright (C) 1998-2000, 2002, 2009-2011 Free Software Foundation, Inc.
|
'\" Copyright (C) 1998-2000, 2002, 2009-2012 Free Software Foundation, Inc.
|
||||||
'\"
|
'\"
|
||||||
'\" This is free software. You may redistribute copies of it under the terms
|
'\" This is free software. You may redistribute copies of it under the terms
|
||||||
'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
|
'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
# Generate a short man page from --help and --version output.
|
# Generate a short man page from --help and --version output.
|
||||||
# Copyright (C) 1997-2004, 2008-2011 Free Software Foundation, Inc.
|
# Copyright (C) 1997-2004, 2008-2012 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
|
||||||
|
2
man/rm.x
2
man/rm.x
@@ -1,4 +1,4 @@
|
|||||||
'\" Copyright (C) 1998-1999, 2001, 2003-2004, 2006, 2009-2011 Free Software
|
'\" Copyright (C) 1998-1999, 2001, 2003-2004, 2006, 2009-2012 Free Software
|
||||||
'\" Foundation, Inc.
|
'\" Foundation, Inc.
|
||||||
'\"
|
'\"
|
||||||
'\" This is free software. You may redistribute copies of it under the terms
|
'\" This is free software. You may redistribute copies of it under the terms
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
'\" Copyright (C) 2009-2011 Free Software Foundation, Inc.
|
'\" Copyright (C) 2009-2012 Free Software Foundation, Inc.
|
||||||
'\"
|
'\"
|
||||||
'\" This is free software. You may redistribute copies of it under the terms
|
'\" This is free software. You may redistribute copies of it under the terms
|
||||||
'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
|
'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
|
||||||
|
@@ -8390,7 +8390,7 @@
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 1998-2011 Free Software Foundation, Inc.
|
Copyright (C) 1998-2012 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
|
||||||
|
@@ -749,7 +749,7 @@ Major changes in release 3.3:
|
|||||||
|
|
||||||
========================================================================
|
========================================================================
|
||||||
|
|
||||||
Copyright (C) 1992-2003, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 1992-2003, 2009-2012 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
|
||||||
|
@@ -4858,7 +4858,7 @@ Thu Nov 17 23:47:26 1994 Jim Meyering (meyering@comco.com)
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 1994-1997, 1999-2002, 2006, 2010-2011 Free Software
|
Copyright (C) 1994-1997, 1999-2002, 2006, 2010-2012 Free Software
|
||||||
Foundation, Inc.
|
Foundation, Inc.
|
||||||
|
|
||||||
Copying and distribution of this file, with or without
|
Copying and distribution of this file, with or without
|
||||||
|
@@ -1706,7 +1706,7 @@ Sat Oct 28 13:20:43 1989 David J. MacKenzie (djm at spiff)
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 1989-1994, 2010-2011 Free Software Foundation, Inc.
|
Copyright (C) 1989-1994, 2010-2012 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
|
||||||
|
@@ -273,7 +273,7 @@ Major changes in release 1.7:
|
|||||||
|
|
||||||
========================================================================
|
========================================================================
|
||||||
|
|
||||||
Copyright (C) 1992-2003, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 1992-2003, 2009-2012 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
|
||||||
|
@@ -8745,7 +8745,7 @@ Sat Dec 16 15:15:50 1989 David J. MacKenzie (djm at hobbes.ai.mit.edu)
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 1998-2011 Free Software Foundation, Inc.
|
Copyright (C) 1998-2012 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
|
||||||
|
@@ -461,7 +461,7 @@ Major changes in release 1.4:
|
|||||||
|
|
||||||
========================================================================
|
========================================================================
|
||||||
|
|
||||||
Copyright (C) 1992-2002, 2006, 2009-2011 Free Software Foundation, Inc.
|
Copyright (C) 1992-2002, 2006, 2009-2012 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
|
||||||
|
@@ -246,7 +246,7 @@
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Copyright (C) 2002-2011 Free Software Foundation, Inc.
|
Copyright (C) 2002-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# List of files which contain translatable strings.
|
# List of files which contain translatable strings.
|
||||||
# Copyright (C) 1996-2011 Free Software Foundation, Inc.
|
# Copyright (C) 1996-2012 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# These are nominally temporary...
|
# These are nominally temporary...
|
||||||
lib/argmatch.c
|
lib/argmatch.c
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
||||||
|
|
||||||
## Copyright (C) 1990-1991, 1993-2011 Free Software Foundation, Inc.
|
## Copyright (C) 1990-1991, 1993-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* Base64 encode/decode strings or files.
|
/* Base64 encode/decode strings or files.
|
||||||
Copyright (C) 2004-2011 Free Software Foundation, Inc.
|
Copyright (C) 2004-2012 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of Base64.
|
This file is part of Base64.
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* basename -- strip directory and suffix from file names
|
/* basename -- strip directory and suffix from file names
|
||||||
Copyright (C) 1990-1997, 1999-2011 Free Software Foundation, Inc.
|
Copyright (C) 1990-1997, 1999-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* cat -- concatenate files and print on the standard output.
|
/* cat -- concatenate files and print on the standard output.
|
||||||
Copyright (C) 1988, 1990-1991, 1995-2011 Free Software Foundation, Inc.
|
Copyright (C) 1988, 1990-1991, 1995-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* chcon -- change security context of files
|
/* chcon -- change security context of files
|
||||||
Copyright (C) 2005-2011 Free Software Foundation, Inc.
|
Copyright (C) 2005-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* chgrp -- change group ownership of files
|
/* chgrp -- change group ownership of files
|
||||||
Copyright (C) 1989-1991, 1995-2011 Free Software Foundation, Inc.
|
Copyright (C) 1989-1991, 1995-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* chmod -- change permission modes of files
|
/* chmod -- change permission modes of files
|
||||||
Copyright (C) 1989-1991, 1995-2011 Free Software Foundation, Inc.
|
Copyright (C) 1989-1991, 1995-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* chown-core.c -- core functions for changing ownership.
|
/* chown-core.c -- core functions for changing ownership.
|
||||||
Copyright (C) 2000, 2002-2011 Free Software Foundation, Inc.
|
Copyright (C) 2000, 2002-2012 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* chown-core.h -- types and prototypes shared by chown and chgrp.
|
/* chown-core.h -- types and prototypes shared by chown and chgrp.
|
||||||
|
|
||||||
Copyright (C) 2000, 2003-2005, 2007-2011 Free Software Foundation, Inc.
|
Copyright (C) 2000, 2003-2005, 2007-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* chown -- change user and group ownership of files
|
/* chown -- change user and group ownership of files
|
||||||
Copyright (C) 1989-1991, 1995-2011 Free Software Foundation, Inc.
|
Copyright (C) 1989-1991, 1995-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* chroot -- run command or shell with special root directory
|
/* chroot -- run command or shell with special root directory
|
||||||
Copyright (C) 1995-1997, 1999-2004, 2007-2011 Free Software Foundation, Inc.
|
Copyright (C) 1995-1997, 1999-2004, 2007-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* cksum -- calculate and print POSIX checksums and sizes of files
|
/* cksum -- calculate and print POSIX checksums and sizes of files
|
||||||
Copyright (C) 1992, 1995-2006, 2008-2011 Free Software Foundation, Inc.
|
Copyright (C) 1992, 1995-2006, 2008-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* comm -- compare two sorted files line by line.
|
/* comm -- compare two sorted files line by line.
|
||||||
Copyright (C) 1986, 1990-1991, 1995-2005, 2008-2011 Free Software
|
Copyright (C) 1986, 1990-1991, 1995-2005, 2008-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* copy.c -- core functions for copying files and directories
|
/* copy.c -- core functions for copying files and directories
|
||||||
Copyright (C) 1989-1991, 1995-2011 Free Software Foundation, Inc.
|
Copyright (C) 1989-1991, 1995-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* core functions for copying files and directories
|
/* core functions for copying files and directories
|
||||||
Copyright (C) 1989-1991, 1995-2011 Free Software Foundation, Inc.
|
Copyright (C) 1989-1991, 1995-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* cp-hash.c -- file copying (hash search routines)
|
/* cp-hash.c -- file copying (hash search routines)
|
||||||
Copyright (C) 1989-1991, 1995-2011 Free Software Foundation, Inc.
|
Copyright (C) 1989-1991, 1995-2012 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
|
||||||
|
2
src/cp.c
2
src/cp.c
@@ -1,5 +1,5 @@
|
|||||||
/* cp.c -- file copying (main routines)
|
/* cp.c -- file copying (main routines)
|
||||||
Copyright (C) 1989-1991, 1995-2011 Free Software Foundation, Inc.
|
Copyright (C) 1989-1991, 1995-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* csplit - split a file into sections determined by context lines
|
/* csplit - split a file into sections determined by context lines
|
||||||
Copyright (C) 1991, 1995-2011 Free Software Foundation, Inc.
|
Copyright (C) 1991, 1995-2012 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
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* cut - remove parts of lines of files
|
/* cut - remove parts of lines of files
|
||||||
Copyright (C) 1997-2011 Free Software Foundation, Inc.
|
Copyright (C) 1997-2012 Free Software Foundation, Inc.
|
||||||
Copyright (C) 1984 David M. Ihnat
|
Copyright (C) 1984 David M. Ihnat
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* date - print or set the system date and time
|
/* date - print or set the system date and time
|
||||||
Copyright (C) 1989-2011 Free Software Foundation, Inc.
|
Copyright (C) 1989-2012 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
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user