public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Sandiford <rdsandiford@googlemail.com>
To: gcc-patches@gcc.gnu.org
Cc: rth@redhat.com
Subject: RFA: Update copyright for libatomic
Date: Sun, 13 Jan 2013 08:25:00 -0000	[thread overview]
Message-ID: <87txqlzdzx.fsf@talisman.default> (raw)

Here's the result of running the copyright script on libatomic/.
Tested on x86_64-linux-gnu.  OK to install?

Richard


libatomic/
	Update copyright years

Index: libatomic/Makefile.am
===================================================================
--- libatomic/Makefile.am	2013-01-13 08:05:05.845391981 +0000
+++ libatomic/Makefile.am	2013-01-13 08:23:22.737792156 +0000
@@ -1,4 +1,4 @@
-##  Copyright (C) 2012 Free Software Foundation, Inc.
+##  Copyright (C) 2012-2013 Free Software Foundation, Inc.
 ##  Contributed by Richard Henderson <rth@redhat.com>.
 ##
 ##  This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/cas_n.c
===================================================================
--- libatomic/cas_n.c	2013-01-13 08:05:05.846391987 +0000
+++ libatomic/cas_n.c	2013-01-13 08:23:22.741792176 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/config/arm/arm-config.h
===================================================================
--- libatomic/config/arm/arm-config.h	2013-01-13 08:05:05.844391975 +0000
+++ libatomic/config/arm/arm-config.h	2013-01-13 08:23:22.756792250 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/config/arm/exch_n.c
===================================================================
--- libatomic/config/arm/exch_n.c	2013-01-13 08:05:05.844391975 +0000
+++ libatomic/config/arm/exch_n.c	2013-01-13 08:23:22.765792293 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/config/linux/arm/host-config.h
===================================================================
--- libatomic/config/linux/arm/host-config.h	2013-01-13 08:05:05.845391981 +0000
+++ libatomic/config/linux/arm/host-config.h	2013-01-13 08:23:22.773792334 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/config/linux/arm/init.c
===================================================================
--- libatomic/config/linux/arm/init.c	2013-01-13 08:05:05.845391981 +0000
+++ libatomic/config/linux/arm/init.c	2013-01-13 08:23:22.781792374 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/config/linux/arm/load_n.c
===================================================================
--- libatomic/config/linux/arm/load_n.c	2013-01-13 08:05:05.845391981 +0000
+++ libatomic/config/linux/arm/load_n.c	2013-01-13 08:23:22.799792463 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/config/linux/arm/store_n.c
===================================================================
--- libatomic/config/linux/arm/store_n.c	2013-01-13 08:05:05.845391981 +0000
+++ libatomic/config/linux/arm/store_n.c	2013-01-13 08:23:22.808792507 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/config/posix/host-config.h
===================================================================
--- libatomic/config/posix/host-config.h	2013-01-13 08:05:05.844391975 +0000
+++ libatomic/config/posix/host-config.h	2013-01-13 08:23:22.842792676 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/config/posix/lock.c
===================================================================
--- libatomic/config/posix/lock.c	2013-01-13 08:05:05.844391975 +0000
+++ libatomic/config/posix/lock.c	2013-01-13 08:23:22.842792676 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/config/x86/host-config.h
===================================================================
--- libatomic/config/x86/host-config.h	2013-01-13 08:05:05.845391981 +0000
+++ libatomic/config/x86/host-config.h	2013-01-13 08:23:22.843792681 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/config/x86/init.c
===================================================================
--- libatomic/config/x86/init.c	2013-01-13 08:05:05.845391981 +0000
+++ libatomic/config/x86/init.c	2013-01-13 08:23:22.843792681 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/configure.ac
===================================================================
--- libatomic/configure.ac	2013-01-13 08:05:05.847391993 +0000
+++ libatomic/configure.ac	2013-01-13 08:23:22.851792720 +0000
@@ -1,5 +1,5 @@
 # Process this file with autoreconf to produce a configure script.
-#  Copyright (C) 2012 Free Software Foundation, Inc.
+#  Copyright (C) 2012-2013 Free Software Foundation, Inc.
 #
 #  This file is part of the GNU Atomic Library (libatomic).
 #
Index: libatomic/configure.tgt
===================================================================
--- libatomic/configure.tgt	2013-01-13 08:05:05.846391987 +0000
+++ libatomic/configure.tgt	2013-01-13 08:23:22.898792953 +0000
@@ -1,5 +1,5 @@
 # -*- shell-script -*-
-#  Copyright (C) 2012 Free Software Foundation, Inc.
+#  Copyright (C) 2012-2013 Free Software Foundation, Inc.
 #  Contributed by Richard Henderson <rth@redhat.com>.
 #
 #  This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/exch_n.c
===================================================================
--- libatomic/exch_n.c	2013-01-13 08:05:05.846391987 +0000
+++ libatomic/exch_n.c	2013-01-13 08:23:22.906792993 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/fadd_n.c
===================================================================
--- libatomic/fadd_n.c	2013-01-13 08:05:05.847391993 +0000
+++ libatomic/fadd_n.c	2013-01-13 08:23:22.965793285 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/fop_n.c
===================================================================
--- libatomic/fop_n.c	2013-01-13 08:05:05.844391975 +0000
+++ libatomic/fop_n.c	2013-01-13 08:23:22.974793330 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/gcas.c
===================================================================
--- libatomic/gcas.c	2013-01-13 08:05:05.845391981 +0000
+++ libatomic/gcas.c	2013-01-13 08:23:23.062793764 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/gexch.c
===================================================================
--- libatomic/gexch.c	2013-01-13 08:05:05.844391975 +0000
+++ libatomic/gexch.c	2013-01-13 08:23:23.081793860 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/glfree.c
===================================================================
--- libatomic/glfree.c	2013-01-13 08:05:05.846391987 +0000
+++ libatomic/glfree.c	2013-01-13 08:23:23.136794131 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/gload.c
===================================================================
--- libatomic/gload.c	2013-01-13 08:05:05.847391993 +0000
+++ libatomic/gload.c	2013-01-13 08:23:23.144794169 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/gstore.c
===================================================================
--- libatomic/gstore.c	2013-01-13 08:05:05.846391987 +0000
+++ libatomic/gstore.c	2013-01-13 08:23:23.152794209 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/host-config.h
===================================================================
--- libatomic/host-config.h	2013-01-13 08:05:05.846391987 +0000
+++ libatomic/host-config.h	2013-01-13 08:23:23.160794249 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/libatomic_i.h
===================================================================
--- libatomic/libatomic_i.h	2013-01-13 08:05:05.847391993 +0000
+++ libatomic/libatomic_i.h	2013-01-13 08:23:23.170794299 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/load_n.c
===================================================================
--- libatomic/load_n.c	2013-01-13 08:05:05.845391981 +0000
+++ libatomic/load_n.c	2013-01-13 08:23:23.177794332 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/store_n.c
===================================================================
--- libatomic/store_n.c	2013-01-13 08:05:05.846391987 +0000
+++ libatomic/store_n.c	2013-01-13 08:23:23.185794372 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/tas_n.c
===================================================================
--- libatomic/tas_n.c	2013-01-13 08:05:05.845391981 +0000
+++ libatomic/tas_n.c	2013-01-13 08:23:23.193794412 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU Atomic Library (libatomic).
Index: libatomic/testsuite/config/default.exp
===================================================================
--- libatomic/testsuite/config/default.exp	2013-01-13 08:05:05.846391987 +0000
+++ libatomic/testsuite/config/default.exp	2013-01-13 08:23:23.202794457 +0000
@@ -1,4 +1,4 @@
-#   Copyright (C) 2011 Free Software Foundation, Inc.
+#   Copyright (C) 2011-2013 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

             reply	other threads:[~2013-01-13  8:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-13  8:25 Richard Sandiford [this message]
2013-01-14 17:17 ` Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87txqlzdzx.fsf@talisman.default \
    --to=rdsandiford@googlemail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=rth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).