From: Rainer Orth Date: Thu, 27 Aug 2015 14:26:08 +0000 (+0000) Subject: Update copyrights X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dfa37515566f34fac10204218d44f44413657080;p=gcc.git Update copyrights libvtv: Update copyrights. contrib: * update-copyright.py (GCCCmdLine): Add libvtv. From-SVN: r227262 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index b8581ccd7ee..4493c19dfd1 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2015-08-27 Rainer Orth + + * update-copyright.py (GCCCmdLine): Add libvtv. + 2015-08-04 Uros Bizjak * texi2pod.pl: Escape braces in regexp involving @strong{...}. diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py index f7b522a1355..e5f17b4d3b4 100644 --- a/contrib/update-copyright.py +++ b/contrib/update-copyright.py @@ -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. diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index 612c660d668..529f5afc820 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -1,3 +1,7 @@ +2015-08-27 Rainer Orth + + Update copyrights. + 2015-08-01 Caroline Tice PR 66521 diff --git a/libvtv/Makefile.am b/libvtv/Makefile.am index 2c9fb548d5f..24ee90158e8 100644 --- a/libvtv/Makefile.am +++ b/libvtv/Makefile.am @@ -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. ## diff --git a/libvtv/configure.tgt b/libvtv/configure.tgt index 00fb4d51ed4..e5433713355 100644 --- a/libvtv/configure.tgt +++ b/libvtv/configure.tgt @@ -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 diff --git a/libvtv/testsuite/config/default.exp b/libvtv/testsuite/config/default.exp index 6d5eba84f10..3f6c3d80de5 100644 --- a/libvtv/testsuite/config/default.exp +++ b/libvtv/testsuite/config/default.exp @@ -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 diff --git a/libvtv/testsuite/libvtv.cc/virtfunc-test.cc b/libvtv/testsuite/libvtv.cc/virtfunc-test.cc index 3ad12b896c1..c527ad67a06 100644 --- a/libvtv/testsuite/libvtv.cc/virtfunc-test.cc +++ b/libvtv/testsuite/libvtv.cc/virtfunc-test.cc @@ -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 diff --git a/libvtv/testsuite/other-tests/Makefile.am b/libvtv/testsuite/other-tests/Makefile.am index 56f76a79f5b..976d2ec639f 100644 --- a/libvtv/testsuite/other-tests/Makefile.am +++ b/libvtv/testsuite/other-tests/Makefile.am @@ -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. ## diff --git a/libvtv/vtv_fail.cc b/libvtv/vtv_fail.cc index 7e7992267aa..ad1427b9a9c 100644 --- a/libvtv/vtv_fail.cc +++ b/libvtv/vtv_fail.cc @@ -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. diff --git a/libvtv/vtv_fail.h b/libvtv/vtv_fail.h index 30741616a46..54806dc4119 100644 --- a/libvtv/vtv_fail.h +++ b/libvtv/vtv_fail.h @@ -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. // diff --git a/libvtv/vtv_malloc.cc b/libvtv/vtv_malloc.cc index 5249248ce82..ecd07eb709c 100644 --- a/libvtv/vtv_malloc.cc +++ b/libvtv/vtv_malloc.cc @@ -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. diff --git a/libvtv/vtv_malloc.h b/libvtv/vtv_malloc.h index 2af565f6e66..38016d49a0e 100644 --- a/libvtv/vtv_malloc.h +++ b/libvtv/vtv_malloc.h @@ -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. // diff --git a/libvtv/vtv_map.h b/libvtv/vtv_map.h index 91665bc773d..8eb23372e2a 100644 --- a/libvtv/vtv_map.h +++ b/libvtv/vtv_map.h @@ -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. diff --git a/libvtv/vtv_rts.cc b/libvtv/vtv_rts.cc index 7bde2f46e4f..be60ba5f716 100644 --- a/libvtv/vtv_rts.cc +++ b/libvtv/vtv_rts.cc @@ -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. diff --git a/libvtv/vtv_rts.h b/libvtv/vtv_rts.h index 0e2763cb404..1f9bc669f6d 100644 --- a/libvtv/vtv_rts.h +++ b/libvtv/vtv_rts.h @@ -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. // diff --git a/libvtv/vtv_set.h b/libvtv/vtv_set.h index 6d0e3c97f9b..4802500ed69 100644 --- a/libvtv/vtv_set.h +++ b/libvtv/vtv_set.h @@ -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. diff --git a/libvtv/vtv_utils.cc b/libvtv/vtv_utils.cc index ebbeaf51999..cd0dbb5616f 100644 --- a/libvtv/vtv_utils.cc +++ b/libvtv/vtv_utils.cc @@ -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. diff --git a/libvtv/vtv_utils.h b/libvtv/vtv_utils.h index f20d0b562e9..7340150c4f8 100644 --- a/libvtv/vtv_utils.h +++ b/libvtv/vtv_utils.h @@ -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.