I've just pushed these four patches:

      maint: newer gnulib; don't hard-code my GPG key ID
      maint: record update-copyright options for this package
      maint: update all FSF copyright year lists to include 2010
      maint: update all GFDL licenses to version 1.3

And am about to update to the latest gnulib.

>From 6aed43799595b883d99798b97b83e5d4f832cca9 Mon Sep 17 00:00:00 2001
From: Jim Meyering <[email protected]>
Date: Thu, 31 Dec 2009 17:10:45 +0100
Subject: [PATCH 1/4] maint: newer gnulib; don't hard-code my GPG key ID

* cfg.mk (gpg_key_ID): Remove definition, now that maint.mk automates it.
* gnulib: Update to latest.
---
 cfg.mk |    3 ---
 gnulib |    2 +-
 2 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index f205c48..40cca5d 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -27,9 +27,6 @@ url_dir_list = \
 # Used in maint.mk's web-manual rule
 manual_title = Parted User's Manual

-# The GnuPG ID of the key used to sign the tarballs.
-gpg_key_ID = B9AB9A16
-
 # Tests not to run as part of "make distcheck".
 # Exclude changelog-check here so that there's less churn in ChangeLog
 # files -- otherwise, you'd need to have the upcoming version number
diff --git a/gnulib b/gnulib
index 213efc0..d91a0d2 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 213efc094dda6b1b26b4e47b3282633f53ba5d55
+Subproject commit d91a0d2dc678afe8a2c696077f0640e6874f52bc
--
1.6.6.425.g4dc2d


>From 237f5c92a69be29cb8a19a2fd5d5a15570a47e78 Mon Sep 17 00:00:00 2001
From: Jim Meyering <[email protected]>
Date: Sun, 3 Jan 2010 18:52:44 +0100
Subject: [PATCH 2/4] maint: record update-copyright options for this package

* cfg.mk: Next time, just run "make update-copyright".
---
 cfg.mk |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 40cca5d..3924efc 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -45,10 +45,12 @@ old_NEWS_hash = 5f004112c95714cc7c498ee7da4ceccf

 include $(srcdir)/dist-check.mk

-update-copyright-env = UPDATE_COPYRIGHT_USE_INTERVALS=1
-
 useless_free_options = \
   --name=pth_free

 # Tools used to bootstrap this package, used for "announcement".
 bootstrap-tools = autoconf,automake,gnulib,gperf
+
+update-copyright-env = \
+  UPDATE_COPYRIGHT_USE_INTERVALS=1 \
+  UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79
--
1.6.6.425.g4dc2d


>From 002826a226b82c9acec62a6cfbdcff6f931d4595 Mon Sep 17 00:00:00 2001
From: Jim Meyering <[email protected]>
Date: Sun, 3 Jan 2010 18:53:36 +0100
Subject: [PATCH 3/4] maint: update all FSF copyright year lists to include 2010

Run this command: make update-copyright
---
 NEWS                                       |    2 +-
 README-hacking                             |    2 +-
 bootstrap                                  |    2 +-
 bootstrap.conf                             |    2 +-
 cfg.mk                                     |    2 +-
 configure.ac                               |    2 +-
 debug/clearfat/clearfat.c                  |    2 +-
 debug/test/HOWTO                           |    2 +-
 doc/fdl.texi                               |    2 +-
 doc/gendocs.sh                             |    2 +-
 doc/gendocs_template                       |    2 +-
 doc/parted-pt_BR.texi                      |    2 +-
 doc/parted.texi                            |    2 +-
 include/parted/constraint.h                |    3 ++-
 include/parted/crc32.h                     |    3 ++-
 include/parted/debug.h                     |    3 ++-
 include/parted/disk.h                      |    2 +-
 include/parted/endian.h                    |    3 ++-
 include/parted/exception.h                 |    3 ++-
 include/parted/filesys.h                   |    3 ++-
 include/parted/geom.h                      |    3 ++-
 include/parted/natmath.h                   |    2 +-
 include/parted/parted.h                    |    3 ++-
 include/parted/timer.h                     |    3 ++-
 include/parted/unit.h                      |    2 +-
 libparted/Makefile.am                      |    3 ++-
 libparted/arch/beos.c                      |    2 +-
 libparted/arch/gnu.c                       |    3 ++-
 libparted/arch/linux.h                     |    2 +-
 libparted/architecture.c                   |    2 +-
 libparted/architecture.h                   |    2 +-
 libparted/cs/constraint.c                  |    3 ++-
 libparted/cs/geom.c                        |    3 ++-
 libparted/cs/natmath.c                     |    2 +-
 libparted/debug.c                          |    3 ++-
 libparted/disk.c                           |    3 ++-
 libparted/exception.c                      |    2 +-
 libparted/filesys.c                        |    2 +-
 libparted/fs/Makefile.am                   |    3 ++-
 libparted/fs/amiga/affs.c                  |    3 ++-
 libparted/fs/amiga/affs.h                  |    3 ++-
 libparted/fs/amiga/amiga.c                 |    3 ++-
 libparted/fs/amiga/amiga.h                 |    3 ++-
 libparted/fs/amiga/apfs.c                  |    3 ++-
 libparted/fs/amiga/apfs.h                  |    3 ++-
 libparted/fs/amiga/asfs.c                  |    3 ++-
 libparted/fs/amiga/asfs.h                  |    3 ++-
 libparted/fs/amiga/interface.c             |    3 ++-
 libparted/fs/bfs/bfs.c                     |    2 +-
 libparted/fs/ext2/ext2.c                   |    3 ++-
 libparted/fs/ext2/ext2.h                   |    3 ++-
 libparted/fs/ext2/ext2_block_relocator.c   |    3 ++-
 libparted/fs/ext2/ext2_buffer.c            |    3 ++-
 libparted/fs/ext2/ext2_fs.h                |    2 +-
 libparted/fs/ext2/ext2_inode_relocator.c   |    3 ++-
 libparted/fs/ext2/ext2_meta.c              |    3 ++-
 libparted/fs/ext2/ext2_mkfs.c              |    2 +-
 libparted/fs/ext2/ext2_resize.c            |    3 ++-
 libparted/fs/ext2/interface.c              |    2 +-
 libparted/fs/ext2/parted_io.c              |    3 ++-
 libparted/fs/ext2/parted_io.h              |    3 ++-
 libparted/fs/ext2/tune.c                   |    3 ++-
 libparted/fs/ext2/tune.h                   |    3 ++-
 libparted/fs/fat/bootsector.c              |    4 ++--
 libparted/fs/fat/bootsector.h              |    3 ++-
 libparted/fs/fat/calc.c                    |    3 ++-
 libparted/fs/fat/calc.h                    |    3 ++-
 libparted/fs/fat/clstdup.c                 |    3 ++-
 libparted/fs/fat/clstdup.h                 |    2 +-
 libparted/fs/fat/context.c                 |    3 ++-
 libparted/fs/fat/context.h                 |    3 ++-
 libparted/fs/fat/count.c                   |    3 ++-
 libparted/fs/fat/count.h                   |    2 +-
 libparted/fs/fat/fat.c                     |    2 +-
 libparted/fs/fat/fat.h                     |    3 ++-
 libparted/fs/fat/fatio.c                   |    3 ++-
 libparted/fs/fat/fatio.h                   |    3 ++-
 libparted/fs/fat/resize.c                  |    2 +-
 libparted/fs/fat/table.c                   |    2 +-
 libparted/fs/fat/table.h                   |    3 ++-
 libparted/fs/fat/traverse.c                |    3 ++-
 libparted/fs/fat/traverse.h                |    2 +-
 libparted/fs/hfs/advfs.c                   |    3 ++-
 libparted/fs/hfs/advfs.h                   |    2 +-
 libparted/fs/hfs/advfs_plus.c              |    3 ++-
 libparted/fs/hfs/advfs_plus.h              |    2 +-
 libparted/fs/hfs/cache.c                   |    3 ++-
 libparted/fs/hfs/cache.h                   |    3 ++-
 libparted/fs/hfs/file.c                    |    3 ++-
 libparted/fs/hfs/file.h                    |    2 +-
 libparted/fs/hfs/file_plus.c               |    3 ++-
 libparted/fs/hfs/file_plus.h               |    2 +-
 libparted/fs/hfs/hfs.c                     |    3 ++-
 libparted/fs/hfs/hfs.h                     |    3 ++-
 libparted/fs/hfs/journal.c                 |    3 ++-
 libparted/fs/hfs/journal.h                 |    2 +-
 libparted/fs/hfs/probe.c                   |    3 ++-
 libparted/fs/hfs/probe.h                   |    3 ++-
 libparted/fs/hfs/reloc.c                   |    3 ++-
 libparted/fs/hfs/reloc.h                   |    2 +-
 libparted/fs/hfs/reloc_plus.c              |    3 ++-
 libparted/fs/hfs/reloc_plus.h              |    2 +-
 libparted/fs/jfs/jfs.c                     |    2 +-
 libparted/fs/linux_swap/linux_swap.c       |    3 ++-
 libparted/fs/ntfs/ntfs.c                   |    2 +-
 libparted/fs/reiserfs/geom_dal.c           |    3 ++-
 libparted/fs/reiserfs/geom_dal.h           |    3 ++-
 libparted/fs/reiserfs/reiserfs.c           |    3 ++-
 libparted/fs/reiserfs/reiserfs.h           |    2 +-
 libparted/fs/ufs/ufs.c                     |    2 +-
 libparted/fs/xfs/xfs.c                     |    2 +-
 libparted/labels/Makefile.am               |    2 +-
 libparted/labels/aix.c                     |    2 +-
 libparted/labels/bsd.c                     |    2 +-
 libparted/labels/dasd.c                    |    2 +-
 libparted/labels/dos.c                     |    3 ++-
 libparted/labels/dvh.c                     |    3 ++-
 libparted/labels/loop.c                    |    2 +-
 libparted/labels/mac.c                     |    3 ++-
 libparted/labels/misc.h                    |    2 +-
 libparted/labels/pc98.c                    |    2 +-
 libparted/labels/pt-tools.c                |    2 +-
 libparted/labels/pt-tools.h                |    2 +-
 libparted/labels/rdb.c                     |    3 ++-
 libparted/labels/sun.c                     |    3 ++-
 libparted/libparted.c                      |    2 +-
 libparted/mbr.s                            |    3 ++-
 libparted/tests/Makefile.am                |    2 +-
 libparted/tests/t1000-label.sh             |    2 +-
 libparted/tests/t2000-disk.sh              |    2 +-
 libparted/timer.c                          |    2 +-
 libparted/unit.c                           |    2 +-
 m4/o-direct.m4                             |    2 +-
 parted/command.c                           |    3 ++-
 parted/command.h                           |    3 ++-
 parted/parted.c                            |    2 +-
 parted/strlist.c                           |    3 ++-
 parted/strlist.h                           |    3 ++-
 parted/table.c                             |    2 +-
 parted/table.h                             |    2 +-
 parted/ui.c                                |    2 +-
 parted/ui.h                                |    2 +-
 partprobe/partprobe.c                      |    2 +-
 po/POTFILES.in                             |    2 +-
 scripts/extract_symvers                    |    3 ++-
 scripts/update-po                          |    2 +-
 tests/t-lib.sh                             |    2 +-
 tests/t0000-basic.sh                       |    2 +-
 tests/t0001-tiny.sh                        |    2 +-
 tests/t0010-script-no-ctrl-chars.sh        |    2 +-
 tests/t0100-print.sh                       |    2 +-
 tests/t0200-gpt.sh                         |    2 +-
 tests/t0201-gpt.sh                         |    2 +-
 tests/t0202-gpt-pmbr.sh                    |    2 +-
 tests/t0220-gpt-msftres.sh                 |    2 +-
 tests/t0250-gpt.sh                         |    2 +-
 tests/t0280-gpt-corrupt.sh                 |    2 +-
 tests/t0300-dos-on-gpt.sh                  |    2 +-
 tests/t0400-loop-clobber-infloop.sh        |    2 +-
 tests/t1100-busy-label.sh                  |    2 +-
 tests/t1700-ext-probe.sh                   |    2 +-
 tests/t2100-mkswap.sh                      |    2 +-
 tests/t2200-dos-label-recog.sh             |    2 +-
 tests/t2300-dos-label-extended-bootcode.sh |    2 +-
 tests/t3000-resize-fs.sh                   |    2 +-
 tests/t3200-type-change.sh                 |    2 +-
 tests/t4000-sun-raid-type.sh               |    2 +-
 tests/t4100-dvh-partition-limits.sh        |    2 +-
 tests/t4100-msdos-partition-limits.sh      |    2 +-
 tests/t4100-msdos-starting-sector.sh       |    2 +-
 tests/t4200-partprobe.sh                   |    2 +-
 tests/t5000-tags.sh                        |    2 +-
 tests/t6000-dm.sh                          |    2 +-
 tests/t7000-scripting.sh                   |    2 +-
 tests/t8000-loop.sh                        |    2 +-
 tests/t9010-big-sector.sh                  |    2 +-
 tests/t9020-alignment.sh                   |    2 +-
 tests/t9021-maxima.sh                      |    2 +-
 tests/t9030-align-check.sh                 |    2 +-
 179 files changed, 256 insertions(+), 180 deletions(-)

diff --git a/NEWS b/NEWS
index 15c033a..622a631 100644
--- a/NEWS
+++ b/NEWS
@@ -381,7 +381,7 @@ GNU parted NEWS                                    -*- 
outline -*-

 ========================================================================

-Copyright (C) 2001-2009 Free Software Foundation, Inc.
+Copyright (C) 2001-2010 Free Software Foundation, Inc.

 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.2 or
diff --git a/README-hacking b/README-hacking
index 81ab7f3..ed84e7f 100644
--- a/README-hacking
+++ b/README-hacking
@@ -69,7 +69,7 @@ Enjoy!

 -----

-Copyright (C) 2002-2009 Free Software Foundation, Inc.
+Copyright (C) 2002-2010 Free Software Foundation, Inc.
...


>From 02c758de84af70ed8140e4aca077af84316cfc13 Mon Sep 17 00:00:00 2001
From: Jim Meyering <[email protected]>
Date: Fri, 8 Jan 2010 10:53:12 +0100
Subject: [PATCH 4/4] maint: update all GFDL licenses to version 1.3

* NEWS: Use 1.3, not 1.2.
* doc/API: Use 1.3, not 1.1.
* doc/FAT: Likewise.
* doc/USER.jp: Likewise.
* doc/fdl.texi: Likewise.
* doc/parted-pt_BR.texi: Likewise.
* doc/parted.texi: Likewise.
---
 NEWS                  |    2 +-
 doc/API               |    2 +-
 doc/FAT               |    2 +-
 doc/USER.jp           |    2 +-
 doc/fdl.texi          |    2 +-
 doc/parted-pt_BR.texi |    4 ++--
 doc/parted.texi       |    4 ++--
 7 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/NEWS b/NEWS
index 622a631..ea6caa1 100644
--- a/NEWS
+++ b/NEWS
@@ -384,7 +384,7 @@ GNU parted NEWS                                    -*- 
outline -*-
 Copyright (C) 2001-2010 Free Software Foundation, Inc.

 Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.2 or
+under the terms of the GNU Free Documentation License, Version 1.3 or
 any later version published by the Free Software Foundation; with no
 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
 Texts.  A copy of the license is included in the ``GNU Free
diff --git a/doc/API b/doc/API
index d59ff19..70e89fa 100644
--- a/doc/API
+++ b/doc/API
@@ -28,7 +28,7 @@
       Free Software Foundation, Inc.

       Permission is granted to copy, distribute and/or modify this document
-      under the terms of the GNU Free Documentation License, Version 1.1
+      under the terms of the GNU Free Documentation License, Version 1.3
       or any later version published by the Free Software Foundation;
       with the no Invariant Sections, with the no Front-Cover Texts, and
       with no Back-Cover Texts.  A copy of the license is included in the
diff --git a/doc/FAT b/doc/FAT
index 4282f61..8b5dc91 100644
--- a/doc/FAT
+++ b/doc/FAT
@@ -7,7 +7,7 @@
       Copyright (C) 2000, 2001 Free Software Foundation, Inc.

       Permission is granted to copy, distribute and/or modify this document
-      under the terms of the GNU Free Documentation License, Version 1.1
+      under the terms of the GNU Free Documentation License, Version 1.3
       or any later version published by the Free Software Foundation;
       with the no Invariant Sections, with the no Front-Cover Texts, and
       with no Back-Cover Texts.  A copy of the license is included in the
diff --git a/doc/USER.jp b/doc/USER.jp
index ccb95ca..7d747c4 100644
--- a/doc/USER.jp
+++ b/doc/USER.jp
@@ -9,7 +9,7 @@
       Copyright (C) 2001 Yoshinori K. Okuji

       Permission is granted to copy, distribute and/or modify this document
-      under the terms of the GNU Free Documentation License, Version 1.1
+      under the terms of the GNU Free Documentation License, Version 1.3
       or any later version published by the Free Software Foundation;
       with the no Invariant Sections, with the no Front-Cover Texts, and
       with no Back-Cover Texts.  A copy of the license is included in the
diff --git a/doc/fdl.texi b/doc/fdl.texi
index c5eb2ec..b87f2ae 100644
--- a/doc/fdl.texi
+++ b/doc/fdl.texi
@@ -378,7 +378,7 @@ license notices just after the title page:
 @group
   Copyright (C)  @var{year}  @var{your name}.
   Permission is granted to copy, distribute and/or modify this document
-  under the terms of the GNU Free Documentation License, Version 1.1
+  under the terms of the GNU Free Documentation License, Version 1.3
   or any later version published by the Free Software Foundation;
   with the Invariant Sections being @var{list their titles}, with the
   Front-Cover Texts being @var{list}, and with the Back-Cover Texts being 
@var{list}.
diff --git a/doc/parted-pt_BR.texi b/doc/parted-pt_BR.texi
index d238422..de021ce 100644
--- a/doc/parted-pt_BR.texi
+++ b/doc/parted-pt_BR.texi
@@ -25,7 +25,7 @@ resising, checking and copy partitions, and file systems on 
them.
 Copyright 1999-2002, 2009-2010 Free Software Foundation, Inc.

 Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.1 or
+under the terms of the GNU Free Documentation License, Version 1.3 or
 any later version published by the Free Software Foundation; with the
 no Invariant Sections, with the no Front-Cover Texts, and with no
 Back-Cover Texts.  A copy of the license is included in the section
@@ -49,7 +49,7 @@ entitled ``GNU Free Documentation License''.
 Copyright @copyright{} 1999, 2000, 2001, 2002 Free Software Foundation, Inc.

 Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.1 or
+under the terms of the GNU Free Documentation License, Version 1.3 or
 any later version published by the Free Software Foundation; with no
 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
 Texts.  A copy of the license is included in the section entitled ``GNU
diff --git a/doc/parted.texi b/doc/parted.texi
index 21418df..1a9a72f 100644
--- a/doc/parted.texi
+++ b/doc/parted.texi
@@ -17,7 +17,7 @@ resizing, checking and copy partitions and file systems on 
them.
 Copyright @copyright{} 1999-2010 Free Software Foundation, Inc.

 Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.1 or
+under the terms of the GNU Free Documentation License, Version 1.3 or
 any later version published by the Free Software Foundation; with no
 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
 Texts.  A copy of the license is included in the section entitled ``GNU
@@ -48,7 +48,7 @@ Free Documentation License''.
 Copyright @copyright{} 1999-2009 Free Software Foundation, Inc.

 Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.1 or
+under the terms of the GNU Free Documentation License, Version 1.3 or
 any later version published by the Free Software Foundation; with no
 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
 Texts.  A copy of the license is included in the section entitled ``GNU
--
1.6.6.425.g4dc2d

_______________________________________________
parted-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/parted-devel

Reply via email to