diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-01-01 13:31:55 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-01-01 13:31:55 +0100 |
commit | a5544970246db337977bb8b69ab120e9ef209317 (patch) | |
tree | 91c8dfebf7c0b4945090e82c03dce7f5b6a987ec /libvtv | |
parent | b5fcfdba9a81e15f7d85ce8a5240a4a8a2730b2b (diff) | |
download | gcc-a5544970246db337977bb8b69ab120e9ef209317.tar.gz |
Update copyright years.
From-SVN: r267494
Diffstat (limited to 'libvtv')
-rw-r--r-- | libvtv/ChangeLog | 4 | ||||
-rw-r--r-- | libvtv/Makefile.am | 2 | ||||
-rw-r--r-- | libvtv/configure.tgt | 2 | ||||
-rw-r--r-- | libvtv/testsuite/config/default.exp | 2 | ||||
-rw-r--r-- | libvtv/testsuite/libvtv.cc/virtfunc-test.cc | 2 | ||||
-rw-r--r-- | libvtv/testsuite/other-tests/Makefile.am | 2 | ||||
-rw-r--r-- | libvtv/vtv_fail.cc | 2 | ||||
-rw-r--r-- | libvtv/vtv_fail.h | 2 | ||||
-rw-r--r-- | libvtv/vtv_malloc.cc | 2 | ||||
-rw-r--r-- | libvtv/vtv_malloc.h | 2 | ||||
-rw-r--r-- | libvtv/vtv_map.h | 2 | ||||
-rw-r--r-- | libvtv/vtv_rts.cc | 2 | ||||
-rw-r--r-- | libvtv/vtv_rts.h | 2 | ||||
-rw-r--r-- | libvtv/vtv_set.h | 2 | ||||
-rw-r--r-- | libvtv/vtv_utils.cc | 2 | ||||
-rw-r--r-- | libvtv/vtv_utils.h | 2 |
16 files changed, 19 insertions, 15 deletions
diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index 40bec618e01..60409dafdb0 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek <jakub@redhat.com> + + Update copyright years. + 2018-10-31 Joseph Myers <joseph@codesourcery.com> PR bootstrap/82856 diff --git a/libvtv/Makefile.am b/libvtv/Makefile.am index 10d26375c10..f0ce94c078d 100644 --- a/libvtv/Makefile.am +++ b/libvtv/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the VTV library. ## -## Copyright (C) 2013-2018 Free Software Foundation, Inc. +## Copyright (C) 2013-2019 Free Software Foundation, Inc. ## ## Process this file with automake to produce Makefile.in. ## diff --git a/libvtv/configure.tgt b/libvtv/configure.tgt index 9eb4f633308..5d421681f2c 100644 --- a/libvtv/configure.tgt +++ b/libvtv/configure.tgt @@ -1,5 +1,5 @@ # -*- shell-script -*- -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 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 c64f2b8a334..338e891f8c5 100644 --- a/libvtv/testsuite/config/default.exp +++ b/libvtv/testsuite/config/default.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 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 a33b045e75f..95b2eb4a30f 100644 --- a/libvtv/testsuite/libvtv.cc/virtfunc-test.cc +++ b/libvtv/testsuite/libvtv.cc/virtfunc-test.cc @@ -2,7 +2,7 @@ /* This test script is part of GDB, the GNU debugger. - Copyright (C) 1993-2018 Free Software Foundation, Inc. + Copyright (C) 1993-2019 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 c665907c162..24509c89ef6 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-2018 Free Software Foundation, Inc. +## Copyright (C) 2013-2019 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 5150e9d1946..78d3c3691ac 100644 --- a/libvtv/vtv_fail.cc +++ b/libvtv/vtv_fail.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_fail.h b/libvtv/vtv_fail.h index 7825c14d579..07a2eebaa05 100644 --- a/libvtv/vtv_fail.h +++ b/libvtv/vtv_fail.h @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libvtv/vtv_malloc.cc b/libvtv/vtv_malloc.cc index 089f4796754..0a13c8c3394 100644 --- a/libvtv/vtv_malloc.cc +++ b/libvtv/vtv_malloc.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_malloc.h b/libvtv/vtv_malloc.h index 5885471cb2e..129964f08c6 100644 --- a/libvtv/vtv_malloc.h +++ b/libvtv/vtv_malloc.h @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libvtv/vtv_map.h b/libvtv/vtv_map.h index 84bb600dc47..81012d3f057 100644 --- a/libvtv/vtv_map.h +++ b/libvtv/vtv_map.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_rts.cc b/libvtv/vtv_rts.cc index 191c182d0aa..bd3cda1749e 100644 --- a/libvtv/vtv_rts.cc +++ b/libvtv/vtv_rts.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_rts.h b/libvtv/vtv_rts.h index 6f9a1e613db..5c357da86fe 100644 --- a/libvtv/vtv_rts.h +++ b/libvtv/vtv_rts.h @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2019 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libvtv/vtv_set.h b/libvtv/vtv_set.h index be13c0612ba..a6e006570c7 100644 --- a/libvtv/vtv_set.h +++ b/libvtv/vtv_set.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_utils.cc b/libvtv/vtv_utils.cc index 1e41ced4473..4fa78249440 100644 --- a/libvtv/vtv_utils.cc +++ b/libvtv/vtv_utils.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_utils.h b/libvtv/vtv_utils.h index 00f6b9a9e05..525983fb8ac 100644 --- a/libvtv/vtv_utils.h +++ b/libvtv/vtv_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GCC. |