On 11/05/11 13:40, Gerald Pfeifer wrote:
On Thu, 3 Nov 2011, Aldy Hernandez wrote:
--- libitm/method-wbetl.cc      (.../trunk)     (revision 0)
+++ libitm/method-wbetl.cc      (.../branches/transactional-memory)
(revision 180773)
@@ -0,0 +1,628 @@
+/* Copyright (C) 2009 Free Software Foundation, Inc.
+   Contributed by Richard Henderson<r...@redhat.com>.

I believe this should become "2009, 2011" or "2009, 2010, 2011"
when it's applied to trunk.

Gerald

I assume the same thing goes for the rest of similar files.

Committed to branch.
        * method-wbetl.cc: Update copyright notice.
        * aatree.cc: Same.
        * util.cc: Same.
        * libitm.h: Same.
        * memset.cc: Same.
        * eh_cpp.cc: Same.
        * barrier.tpl: Same.
        * useraction.cc: Same.
        * stmlock.h: Same.
        * memcpy.cc: Same.
        * common.h: Same.
        * config/generic/tls.cc: Same.
        * config/generic/cacheline.h: Same.
        * config/generic/cachepage.h: Same.
        * config/generic/cacheline.cc: Same.
        * config/generic/unaligned.h: Same.
        * config/x86/cacheline.h: Same.
        * config/x86/cacheline.cc: Same.
        * config/x86/unaligned.h: Same.
        * config/alpha/cacheline.h: Same.
        * config/alpha/unaligned.h: Same.
        * config/alpha/sjlj.S: Same.
        * config/posix/cachepage.cc: Same.
        * config/linux/futex.h: Same.
        * config/linux/alpha/futex_bits.h: Same.

Index: method-wbetl.cc
===================================================================
--- method-wbetl.cc     (revision 181013)
+++ method-wbetl.cc     (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: aatree.cc
===================================================================
--- aatree.cc   (revision 181013)
+++ aatree.cc   (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: util.cc
===================================================================
--- util.cc     (revision 181013)
+++ util.cc     (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: libitm.h
===================================================================
--- libitm.h    (revision 181013)
+++ libitm.h    (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: memset.cc
===================================================================
--- memset.cc   (revision 181013)
+++ memset.cc   (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: eh_cpp.cc
===================================================================
--- eh_cpp.cc   (revision 181013)
+++ eh_cpp.cc   (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: barrier.tpl
===================================================================
--- barrier.tpl (revision 181013)
+++ barrier.tpl (working copy)
@@ -1,5 +1,5 @@
 /* -*- c++ -*- */
-/* Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: useraction.cc
===================================================================
--- useraction.cc       (revision 181013)
+++ useraction.cc       (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: stmlock.h
===================================================================
--- stmlock.h   (revision 181013)
+++ stmlock.h   (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: config/linux/futex.h
===================================================================
--- config/linux/futex.h        (revision 181013)
+++ config/linux/futex.h        (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: config/linux/alpha/futex_bits.h
===================================================================
--- config/linux/alpha/futex_bits.h     (revision 181013)
+++ config/linux/alpha/futex_bits.h     (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: config/posix/cachepage.cc
===================================================================
--- config/posix/cachepage.cc   (revision 181013)
+++ config/posix/cachepage.cc   (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: config/alpha/cacheline.h
===================================================================
--- config/alpha/cacheline.h    (revision 181013)
+++ config/alpha/cacheline.h    (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: config/alpha/sjlj.S
===================================================================
--- config/alpha/sjlj.S (revision 181013)
+++ config/alpha/sjlj.S (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: config/alpha/unaligned.h
===================================================================
--- config/alpha/unaligned.h    (revision 181013)
+++ config/alpha/unaligned.h    (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: config/x86/cacheline.cc
===================================================================
--- config/x86/cacheline.cc     (revision 181013)
+++ config/x86/cacheline.cc     (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: config/x86/cacheline.h
===================================================================
--- config/x86/cacheline.h      (revision 181013)
+++ config/x86/cacheline.h      (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: config/x86/unaligned.h
===================================================================
--- config/x86/unaligned.h      (revision 181013)
+++ config/x86/unaligned.h      (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: config/generic/cacheline.cc
===================================================================
--- config/generic/cacheline.cc (revision 181013)
+++ config/generic/cacheline.cc (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: config/generic/cacheline.h
===================================================================
--- config/generic/cacheline.h  (revision 181013)
+++ config/generic/cacheline.h  (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: config/generic/cachepage.h
===================================================================
--- config/generic/cachepage.h  (revision 181013)
+++ config/generic/cachepage.h  (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: config/generic/tls.cc
===================================================================
--- config/generic/tls.cc       (revision 181013)
+++ config/generic/tls.cc       (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2010, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: config/generic/unaligned.h
===================================================================
--- config/generic/unaligned.h  (revision 181013)
+++ config/generic/unaligned.h  (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: memcpy.cc
===================================================================
--- memcpy.cc   (revision 181013)
+++ memcpy.cc   (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).
Index: common.h
===================================================================
--- common.h    (revision 181013)
+++ common.h    (working copy)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
    Contributed by Richard Henderson <r...@redhat.com>.
 
    This file is part of the GNU Transactional Memory Library (libitm).

Reply via email to