[PATCH 1/2] maint: update copyright year ranges to include 2011

Jim Meyering jim at meyering.net
Tue Jan 11 15:16:58 UTC 2011


FYI,
I've elided most of the boring first c-set.

>From 27463b0ae9a121f196035a016e81039b2fd6d66e Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Thu, 6 Jan 2011 20:20:33 +0100
Subject: [PATCH 1/2] maint: update copyright year ranges to include 2011

Run "make update-copyright", so "make syntax-check" works in 2011.
Also run this to handle the Red Hat ones:
git ls-files |UPDATE_COPYRIGHT_HOLDER='Red Hat, Inc.' \
  UPDATE_COPYRIGHT_USE_INTERVALS=1 \
  UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79 xargs gnulib/build-aux/update-copyright
---
 Makefile.am       |    2 +-
 README-hacking    |    2 +-
 backend.c         |    2 +-
 backend.h         |    2 +-
 bootstrap         |    2 +-
 bootstrap.conf    |    2 +-
 cfg.mk            |    2 +-
 configure.ac      |    2 +-
 dc-register-image |    2 +-
 iwh.h             |    2 +-
 lib/Makefile.am   |    2 +-
 man/Makefile.am   |    2 +-
 meta.cpp          |    2 +-
 meta.h            |    2 +-
 mpipe.c           |    2 +-
 mpipe.h           |    2 +-
 query.h           |    2 +-
 replica.c         |    2 +-
 replica.h         |    2 +-
 rest.c            |    2 +-
 setup.c           |    2 +-
 setup.h           |    2 +-
 state_defs.h      |    2 +-
 t/Makefile.am     |    2 +-
 t/init.sh         |    2 +-
 template.c        |    2 +-
 template.h        |    2 +-
 27 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 4360dd4..ce65678 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2010 Red Hat, Inc.
+# Copyright (C) 2010-2011 Red Hat, 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
diff --git a/README-hacking b/README-hacking
index 007b2a1..377e14f 100644
--- a/README-hacking
+++ b/README-hacking
@@ -90,7 +90,7 @@ each program.  One way to do this is to use vc-dwim

 -----

-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
 it under the terms of the GNU General Public License as published by
diff --git a/backend.c b/backend.c
index c18d895..2024f72 100644
--- a/backend.c
+++ b/backend.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010 Red Hat, Inc.
+/* Copyright (C) 2010-2011 Red Hat, 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
diff --git a/backend.h b/backend.h
index e6207c7..276eefb 100644
--- a/backend.h
+++ b/backend.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010 Red Hat, Inc.
+/* Copyright (C) 2010-2011 Red Hat, Inc.
...
--
1.7.3.5


>From 923ba16951c01909de4ef456baf9bc410844f055 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Tue, 11 Jan 2011 16:03:04 +0100
Subject: [PATCH 2/2] build: update gnulib submodule to latest

---
 gnulib                  |    2 +-
 gnulib-tests/.gitignore |    1 +
 lib/.gitignore          |    1 +
 3 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gnulib b/gnulib
index cc98e1e..9040dc9 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit cc98e1ec101be0b8d260025b5e40bfec7f4b1ac5
+Subproject commit 9040dc9567e2b0c9268f5a1e5c84173c0db6d37a
diff --git a/gnulib-tests/.gitignore b/gnulib-tests/.gitignore
index 1c5d7c6..43d1106 100644
--- a/gnulib-tests/.gitignore
+++ b/gnulib-tests/.gitignore
@@ -38,6 +38,7 @@ test-fpending.sh
 test-getopt.c
 test-getopt.h
 test-getopt_long.h
+test-ignore-value.c
 test-inttypes.c
 test-lstat.c
 test-lstat.h
diff --git a/lib/.gitignore b/lib/.gitignore
index 8d76533..22f818d 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -28,6 +28,7 @@ gnulib.mk
 intprops.h
 inttypes.h
 inttypes.in.h
+iswblank.c
 localcharset.c
 localcharset.h
 malloc.c
--
1.7.3.5


More information about the iwhd-devel mailing list