mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
maint: update all FSF copyright year lists to include 2010
Use this command:
git ls-files | grep -v COPYING \
| xargs env UPDATE_COPYRIGHT_USE_INTERVALS=1 \
build-aux/update-copyright
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# touch -t would mistakenly reject a time specifying "60" seconds
|
||||
|
||||
# Copyright (C) 2009 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-2010 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Make sure touch can create a file through a dangling symlink.
|
||||
# This was broken in the 4.0[e-i] test releases.
|
||||
|
||||
# Copyright (C) 1999, 2000, 2007-2009 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1999-2000, 2007-2010 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Make sure touch can set the mtime on an empty file.
|
||||
|
||||
# Copyright (C) 1998, 1999, 2000, 2005-2009 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1998-2000, 2005-2010 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# make sure touch gives reasonable diagnostics
|
||||
|
||||
# Copyright (C) 2001-2004, 2006-2009 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2001-2004, 2006-2010 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Make sure touch works on fifos without hanging.
|
||||
|
||||
# Copyright (C) 2000, 2007-2009 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2000, 2007-2010 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Ensure that touch -c no-such-file no longer fails (it did in 4.1.8).
|
||||
|
||||
# Copyright (C) 2002, 2004-2009 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2002, 2004-2010 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Ensure that touch -h works.
|
||||
|
||||
# Copyright (C) 2009 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-2010 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Make sure touch can update the times on a file that is neither
|
||||
# readable nor writable.
|
||||
|
||||
# Copyright (C) 1999, 2000, 2002, 2006-2009 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1999-2000, 2002, 2006-2010 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Make sure that touch gives reasonable diagnostics when applied
|
||||
# to an unwritable directory owned by some other user.
|
||||
|
||||
# Copyright (C) 2003-2009 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2003-2010 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Demonstrate that "touch -d now writable-but-owned-by-other" works.
|
||||
|
||||
# Copyright (C) 2008-2009 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2008-2010 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Test touch with obsolescent 8- or 10-digit time stamps.
|
||||
|
||||
# Copyright (C) 2000, 2004-2009 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2000, 2004-2010 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# ensure that touch can operate on read-only files
|
||||
|
||||
# Copyright (C) 2005-2009 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2005-2010 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Demonstrate using a combination of --reference and --date to
|
||||
# set the time of a file back by an arbitrary amount.
|
||||
|
||||
# Copyright (C) 2004, 2006-2009 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2004, 2006-2010 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Ensure that touch honors trailing slash.
|
||||
|
||||
# Copyright (C) 2009 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-2010 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user