Update copyrights
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 27 Aug 2015 14:26:08 +0000 (14:26 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 27 Aug 2015 14:26:08 +0000 (14:26 +0000)
libvtv:
Update copyrights.

contrib:
* update-copyright.py (GCCCmdLine): Add libvtv.

From-SVN: r227262

18 files changed:
contrib/ChangeLog
contrib/update-copyright.py
libvtv/ChangeLog
libvtv/Makefile.am
libvtv/configure.tgt
libvtv/testsuite/config/default.exp
libvtv/testsuite/libvtv.cc/virtfunc-test.cc
libvtv/testsuite/other-tests/Makefile.am
libvtv/vtv_fail.cc
libvtv/vtv_fail.h
libvtv/vtv_malloc.cc
libvtv/vtv_malloc.h
libvtv/vtv_map.h
libvtv/vtv_rts.cc
libvtv/vtv_rts.h
libvtv/vtv_set.h
libvtv/vtv_utils.cc
libvtv/vtv_utils.h

index b8581ccd7eeffb213e45ab394645f2d135ed94df..4493c19dfd175f3d59e8879c8cb1bad2b45874a1 100644 (file)
@@ -1,3 +1,7 @@
+2015-08-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * update-copyright.py (GCCCmdLine): Add libvtv.
+
 2015-08-04  Uros Bizjak  <ubizjak@gmail.com>
 
        * texi2pod.pl: Escape braces in regexp involving @strong{...}.
index f7b522a135501513ffd1e8f10eba496866a3212e..e5f17b4d3b4b0f82ac82a06e357ec58df27aac75 100644 (file)
@@ -745,6 +745,7 @@ class GCCCmdLine (CmdLine):
         # libsanitiser is imported from upstream.
         self.add_dir ('libssp')
         self.add_dir ('libstdc++-v3', LibStdCxxFilter())
+        self.add_dir ('libvtv')
         self.add_dir ('lto-plugin')
         # zlib is imported from upstream.
 
index 612c660d668c12f8202a31db96dd480ab44539b3..529f5afc8202cc6aea5f26a32aaff99265d7951c 100644 (file)
@@ -1,3 +1,7 @@
+2015-08-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       Update copyrights.
+
 2015-08-01  Caroline Tice  <cmtice@google.com>
 
        PR 66521
index 2c9fb548d5f3070cea3f68e2428607bf36b112c8..24ee90158e8bc42a34394cee85ce53cccedf30d0 100644 (file)
@@ -1,6 +1,6 @@
 ## Makefile for the VTV library.
 ##
-## Copyright (C) 2013 Free Software Foundation, Inc.
+## Copyright (C) 2013-2015 Free Software Foundation, Inc.
 ##
 ## Process this file with automake to produce Makefile.in.
 ##
index 00fb4d51ed4fabf598d003420ab7dc17cac44624..e5433713355b47d953c431ee4bfe2dcfb7fc05b2 100644 (file)
@@ -1,5 +1,5 @@
 # -*- shell-script -*-
-#   Copyright (C) 2013 Free Software Foundation, Inc.
+#   Copyright (C) 2013-2015 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 6d5eba84f1000f1dd4247f92c22fe801e0b6e972..3f6c3d80de5d754ddf5d23f72ce3e020d77bf305 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 2013 Free Software Foundation, Inc.
+#   Copyright (C) 2013-2015 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 3ad12b896c1e32f833ac578e1e293fde60546031..c527ad67a06e67334812688d4ba41995e31b5e2e 100644 (file)
@@ -2,8 +2,7 @@
 
 /* This test script is part of GDB, the GNU debugger.
 
-   Copyright 1993, 1994, 1997, 1998, 1999, 2003, 2004,
-   Free Software Foundation, Inc.
+   Copyright (C) 1993-2015 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 56f76a79f5bbcd2ae9039e52d7c319bf49e7da65..976d2ec639ff9396bb171346ebff47e9c29aa213 100644 (file)
@@ -1,6 +1,6 @@
 ## Makefile for the testsuite subdirectory of the VTV library.
 ##
-## Copyright (C) 2013 Free Software Foundation, Inc.
+## Copyright (C) 2013-2015 Free Software Foundation, Inc.
 ##
 ## Process this file with automake to produce Makefile.in.
 ##
index 7e7992267aab6d81026a44f60a9ec34a7f52992c..ad1427b9a9c03bebd0fc09404e0eab46ddda57f6 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2012-2013
- Free Software Foundation
+/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
 
  This file is part of GCC.
 
index 30741616a46c9cb41a2eabcf326757f99ab37a1d..54806dc4119b47cd3c089e268e80b6e822f2a541 100644 (file)
@@ -1,5 +1,4 @@
-// Copyright (C) 2012-2013
-// Free Software Foundation
+// Copyright (C) 2012-2015 Free Software Foundation, Inc.
 //
 // This file is part of GCC.
 //
index 5249248ce82f051abde40be9dd30031928c7545b..ecd07eb709c429d9336e06b7514bfa6d13d9b1cf 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2012-2013
-   Free Software Foundation
+/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index 2af565f6e661ce6306a06d675d9fa2b962e6cfe7..38016d49a0e4cf3884ecf8b2f3fc7120e6f59c1e 100644 (file)
@@ -1,5 +1,4 @@
-// Copyright (C) 2012-2013
-// Free Software Foundation
+// Copyright (C) 2012-2015 Free Software Foundation, Inc.
 //
 // This file is part of GCC.
 //
index 91665bc773d914284b4111b548f7c3c883999b42..8eb23372e2a28016b6a6f96f96bb2c90a88b4224 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2012-2013
-   Free Software Foundation
+/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index 7bde2f46e4f308fee5f6130c0c93daa6cfc4b305..be60ba5f7168c52ac6d16cf19eceab200339739e 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2012-2013
- Free Software Foundation
+/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
 
  This file is part of GCC.
 
index 0e2763cb404688c22f91c409e01a3e52f620bf14..1f9bc669f6d9d8cf232db29acbbd1d18c5259436 100644 (file)
@@ -1,5 +1,4 @@
-// Copyright (C) 2012-2013
-// Free Software Foundation
+// Copyright (C) 2012-2015 Free Software Foundation, Inc.
 //
 // This file is part of GCC.
 //
index 6d0e3c97f9b744ec5c624e40b4b84ddb883e642b..4802500ed69003a1a92ca79e6e5fee566a1c72c3 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2012-2013
-   Free Software Foundation
+/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index ebbeaf51999f39dd9755378a87adb33ab6fe5e98..cd0dbb5616f32b32e4ecc25d5800e557fae6800c 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2012-2013
-   Free Software Foundation
+/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index f20d0b562e9d52456bb5ae227ad60b6ac18e8c92..7340150c4f8d710c04aad5c21cffa3896800cee1 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2012-2013
-   Free Software Foundation
+/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
 
    This file is part of GCC.