]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update copyright years in libgomp.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jan 2013 18:18:49 +0000 (18:18 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jan 2013 18:18:49 +0000 (18:18 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195166 138bc75d-0d04-0410-961f-82ee72b054a4

63 files changed:
libgomp/ChangeLog
libgomp/alloc.c
libgomp/barrier.c
libgomp/config/bsd/proc.c
libgomp/config/linux/affinity.c
libgomp/config/linux/alpha/futex.h
libgomp/config/linux/bar.c
libgomp/config/linux/bar.h
libgomp/config/linux/futex.h
libgomp/config/linux/ia64/futex.h
libgomp/config/linux/lock.c
libgomp/config/linux/mips/futex.h
libgomp/config/linux/mutex.c
libgomp/config/linux/mutex.h
libgomp/config/linux/powerpc/futex.h
libgomp/config/linux/proc.c
libgomp/config/linux/proc.h
libgomp/config/linux/ptrlock.c
libgomp/config/linux/ptrlock.h
libgomp/config/linux/s390/futex.h
libgomp/config/linux/sem.c
libgomp/config/linux/sem.h
libgomp/config/linux/sparc/futex.h
libgomp/config/linux/tile/futex.h
libgomp/config/linux/wait.h
libgomp/config/linux/x86/futex.h
libgomp/config/mingw32/proc.c
libgomp/config/mingw32/time.c
libgomp/config/posix/affinity.c
libgomp/config/posix/bar.c
libgomp/config/posix/bar.h
libgomp/config/posix/lock.c
libgomp/config/posix/mutex.h
libgomp/config/posix/proc.c
libgomp/config/posix/ptrlock.h
libgomp/config/posix/sem.c
libgomp/config/posix/sem.h
libgomp/config/posix/time.c
libgomp/critical.c
libgomp/env.c
libgomp/error.c
libgomp/fortran.c
libgomp/iter.c
libgomp/iter_ull.c
libgomp/libgomp.h
libgomp/libgomp.texi
libgomp/libgomp_f.h.in
libgomp/libgomp_g.h
libgomp/loop.c
libgomp/loop_ull.c
libgomp/omp.h.in
libgomp/omp_lib.f90.in
libgomp/omp_lib.h.in
libgomp/ordered.c
libgomp/parallel.c
libgomp/sections.c
libgomp/single.c
libgomp/task.c
libgomp/team.c
libgomp/testsuite/config/default.exp
libgomp/testsuite/libgomp.c/sort-1.c
libgomp/testsuite/libgomp.graphite/graphite.exp
libgomp/work.c

index ddc8b915e0edcff560289544d4a62657d7f9fa76..4c61fdb501dbd0d6c72029c3c5211070ef8e0508 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       Update copyright years.
+
 2012-12-19  Tobias Burnus  <burnus@net-b.de>
 
        * testsuite/libgomp.fortran/fortran.exp: Set
index 3a0deb0323372daf294388b279ed3729ceebd6e6..afebfefbdfdccc9250096a958bf10e648d17078c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 8ed2298002d5ef79cb5d2d44d4bab69eb329fcbd..dfd0bd49f509e98767b849f31fc160db3995a88f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index ec16f2c891e0639592ccfed898bdc6c16ece6dfc..3eaa6ed7dfd4c30efc98d66983e7ba5c45fd625e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 7a904df9492fd0905081abb5d6465b44eeb8c75a..dc6c7e5ed3bc2792d400d35bb347531d451ca6c0 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+/* Copyright (C) 2006-2013 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index c8076bd299eee40317104d5278841522be7b3fa4..b94a040948c91e3d17f68e80a8b0dc6fa2f2f570 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 223a2aec432579f833e3f09499cab745ff2b89ea..35baa886ab4c32861862535d8534da117dcb4acc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 58bd40d698964b458d022136012ac3d5c42f7485..69b9706964732e76b9c164b05f8659154b10b2e6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index d0136f50ac2ee5e5c51686a868bea5c3d521a801..fecaa9f58f9582eb1a41ae06516da7464fd7762a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2010-2013 Free Software Foundation, Inc.
    Contributed by ARM Ltd.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 85cd02fa15c6640e9250ae78915b1be48dba2f51..8e48941dddc3ce0626adb94c6234e07bfdb07a39 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 047d8cdf782cbeb116bb911a2deddaf46799dd8a..9cdde5c36a3b3165dff482aa7ae54b1ed394f173 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 83b0aefede745345217651c82bb9432926a543d9..fa5aa2660a8f3a3ce2e4473d2fbac1601d0d142b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Ilie Garbacea <ilie@mips.com>, Chao-ying Fu <fu@mips.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 1b84ffb0990fdc149c79d185d78052977ff4f105..0e3872c330ad84872250e80ec6df1acd05533833 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 912152ec3a1a75d25f6302c905acda61db651fac..e789ed0e3940ccdc33e4a46ffc1dd6b0c201ea67 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 9d928e20441f7b9d1187c29f5da7a3e61373168e..e8a69e27e0e136497dd19ab3c7130d8bbe74e15c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 8d9cfb599ba56c98793e0f6607e014cbecd41f05..cbb773e6e9009b60ca21c5acffb7b2eff059b8dd 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010
-   Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index f9e311088ba956e0534d21bd44ce364d54f1825e..cba7f4a09e6f3caa00034329c1f83830db74fe98 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
    Contributed by Uros Bizjak <ubizjak@gmail.com>
 
    This file is part of the GNU OpenMP Library (libgomp).
index 5896f424a329ca7bee73019dff2fb7ea51141dda..6a9ac477f13bb85acbd8aa494fd9ba28f30f8bc9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 2f17e09cc7c25433311e431d412e7239ebc37f3c..ef23af71a15c4c6eb19a7fc2d226f11f871b8892 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index e015c921de887a4423cb2e3acfd756aeb0784fd3..af10db57ec10d5198078ecf7f0ed157b58c35b3c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 3f2fc9988193f5331a6ed9c0fb9085f4e29ba422..b25005a6d81d244537bd39c3fae8ea0c0fb1101f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 9bf480ded36709fc4562f2182508ea840984df4a..95e1442c1087e1f7356e561e79cdeed9faa70b91 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 96e37b820c5ed35e6dc3a821d09622cdca7ff4e8..0319939c969f94ebe0c035a7d1cabc315575f699 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 2e733a7401873732a0e6e82237cea5de11eebe7d..2691cc198aa19f8a281bdf1894070db0e600e46c 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2011, 2012
-   Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
    Contributed by Walter Lee (walt@tilera.com)
 
    This file is part of the GNU OpenMP Library (libgomp).
index 4f65985581128eae3707e82794790cd86f6ede09..8799042bfb9848bb0be495cee293231a630e189e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 8e87de1ef7d86aabf3208376fa1831ab660cf64c..5b32e804282721dfb1e08c0cd402d4308a650eaa 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 03d101a5987b5369c5e9ebbe4dee7f1e7f035bef..8e8318f30b5263367e83cd67d3bb3f01840c7b9c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2007-2013 Free Software Foundation, Inc.
    Contributed by Danny Smith <dannysmith@users.sourceforge.net>
 
    This file is part of the GNU OpenMP Library (libgomp).
index a89815544ea6dee7e5ff42139cd5cc13a6d5615d..cbde6d0c8e120c3458d5dee547cfa0a2f37d7421 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2006-2013 Free Software Foundation, Inc.
    Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr>
 
    This file is part of the GNU OpenMP Library (libgomp).
index 25865fcb5d3baf654f78beeeb47aaba9de3cd503..ac3d14e830c4b78340f7e8d2284821176f20af97 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2006-2013 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 0101d1f25c4d9119b4a84ba4dfedf467a8c7bcfa..06a3185c286f3fb5bfa1ed3a25c58a955d92287e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index ac8ae6f85b94849b4e0844f6fdb3a91017123d80..1a16ca86bba40ac0707023ba58ad9154d9138891 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 258af015f15951e8fa206853756d409f39b31ba5..6ee9b9182838e59924dd46e35ec4bc9f69ea3862 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index b6617a4bd00ca1556a6abaf44fc274b82bdc5433..2ce7b7055644aa08930cb2fa01ea752aba72c3f5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index aacf41e52aec1373086735c8b1ab7cf82567f714..937db8a9c2249cd863c98f7b675cc20a6c727f22 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 246e1caacdaf80053a971e839b008212a79e5602..eec4e19df7cc806024eefe1b4717d6a85fe12df0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index e05767513465c28585c1afaf03fe8436442ac317..56227623ce40ccde1f7231ec66ee5665bacd94b0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index b68230de060d1b50f50a49e219e91a062bb577bd..f79f8b766c744d9fa64b3178d4086c20791cdee7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index eb196f648ee303c1f524d9c9b23e69b6a6435c30..37898ecc03a6e7b0793aa8cc234de18d48d17b1a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 414c42216265c43553b8ca63ef0efe16625dc94b..084f01b01f90d41f8e5afffaf6da21d0abaf8c54 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index aff7490a8b71f6b2d6321f3df3501c9a61919b87..65cbba83e6c02a79d127a805db601339abc0e539 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index ad829b65c8090400b827b97aeb223337e440a97e..e303cfca4329afd9004918cc590cbb459b18ca91 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index de806f8aba4a001131445fcbd78da88b6481baa4..3a4a42a4c618ef992961ba32112a2b9081f4c514 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index cd9484a1ea4cb6593bb93aa54f9db6c5ce8caf51..d2610473aa13da30c9f1a01c601f03f3eff05df9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index a393920b55e48f84a9b48a7522fc0177225e0264..91253873777468a6c0be5988a1e3ed4f2a243cd4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 2c9c0716cd5300c2b79045ade307d0739cb27fb7..322a43520ee79201554624d15dccfa2d073ccf50 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index e70c8b218c2407f5c9a97e4adec8927d41d6d37a..40c3830e599688b3cee006878f2447ed20256ea6 100644 (file)
@@ -7,7 +7,7 @@
 
 
 @copying
-Copyright @copyright{} 2006, 2007, 2008, 2010, 2011, 2012 Free Software Foundation, Inc.
+Copyright @copyright{} 2006-2013 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.3 or
index ccb7e839477432750f9dc7e26a67d2fbb8885193..0c6ca1f6ae55675fa3b80d4cea1833a840d45dd6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 8a7c31f0d2abb73770e87fcf7cda5abd141c6cce..a31e3458c1beba927f622ea4e4e1e72ae08ee3c4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index ca389214c2f6debb06a6886e7c4bca4b34e2e6e7..12c818b011045e93c8dd2919920aeed1e5ec9187 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 82da2d56ec3738c32eb05e91c61be1f1d12ce690..f1f1811f14daaf94c6697a4b2ca0236f044ff477 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index f2d7ba4e1157e3bc5f5d3ec058ba776504b38851..5db440785db9cf7553cb7ab1b495873a40162861 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index d00fa0551f681a34c436d9cbc798500c200f09e9..c6108e1c3848a16386b17cc4f6e59edbe73d247f 100644 (file)
@@ -1,4 +1,4 @@
-!  Copyright (C) 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc.
+!  Copyright (C) 2005-2013 Free Software Foundation, Inc.
 !  Contributed by Jakub Jelinek <jakub@redhat.com>.
 
 !  This file is part of the GNU OpenMP Library (libgomp).
index c583ba3d24a36dfbc6ca4a720ae694814f7cb338..f188edcf6612d4e96a9f3e0b8bf584e50baf223f 100644 (file)
@@ -1,4 +1,4 @@
-!  Copyright (C) 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc.
+!  Copyright (C) 2005-2013 Free Software Foundation, Inc.
 !  Contributed by Jakub Jelinek <jakub@redhat.com>.
 
 !  This file is part of the GNU OpenMP Library (libgomp).
index f84d52eb9ff10bc034676452fbeef5af9caf4ccc..6b1f5c1d1b240280b14861dff4f1c69013385134 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index c0966df9f9a54ac7ab5a22c105e9e167de861753..4573511902589dca8c1f29bd213553ddd6c5ef58 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index c7f49b7c32ad23836a77414a52caef87ec377a11..369f7a4426fd768bb570c487a8581077411ae51c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 8c5ade11f47f7e4bc67bc5d5a1b957e286f19110..60e1925bfdfd1d7cf4337b3186796957642d2ece 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 4b75850072bb450ff6f55ff16e1dd51c20d000e4..be8b431c9acbd36cb3d14e2d674e1d8b46911d0d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007, 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2007-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index 110bd47116bfe4a359f28b9a4c3ad76acd371763..243aa9aa9546a71e55f46f384eef45c0375eb5f0 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2005, 2006, 2007, 2008, 2009, 2011, 2012
-   Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).
index b78ebc0d2c9385e296b4b4d185821243f8057fd1..b0e8910a019aa0bf5976e68580314b6a213a6e04 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 1997, 2009 Free Software Foundation, Inc.
+#   Copyright (C) 1997-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
index 3743065543e141265c8406e44b30651cb6579c06..3833f7737d9b34c5e93b6da9c37c425af8e7183e 100644 (file)
@@ -1,5 +1,5 @@
 /* Test and benchmark of a couple of parallel sorting algorithms.
-   Copyright (C) 2008 Free Software Foundation, Inc.
+   Copyright (C) 2008-2013 Free Software Foundation, Inc.
 
    GCC is free software; you can redistribute it and/or modify it under
    the terms of the GNU General Public License as published by the Free
index bf6ac3d15f7603b0123bee444509eeb0d24cc320..e676ad3c75b392ac897fc2f81e0c7902de0c4a1f 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 2009 Free Software Foundation, Inc.
+#   Copyright (C) 2009-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
index 6bd9c245b748dd738a1d795fe7c2a89aef70d0ea..591242740afbb66fc1f9c9996d71ff37cf3e4b25 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
    This file is part of the GNU OpenMP Library (libgomp).