Update copyright year to 2020
authorDodji Seketeli <dodji@redhat.com>
Fri, 21 Feb 2020 15:42:35 +0000 (16:42 +0100)
committerDodji Seketeli <dodji@redhat.com>
Fri, 21 Feb 2020 16:05:01 +0000 (17:05 +0100)
We are in February 2020 so this is long overdue.

* include/abg-comp-filter.h: Update copyright year to 2020.
* include/abg-comparison.h: Likewise.
* include/abg-config.h: Likewise.
* include/abg-corpus.h: Likewise.
* include/abg-cxx-compat.h: Likewise.
* include/abg-diff-utils.h: Likewise.
* include/abg-dwarf-reader.h: Likewise.
* include/abg-fwd.h: Likewise.
* include/abg-hash.h: Likewise.
* include/abg-ini.h: Likewise.
* include/abg-interned-str.h: Likewise.
* include/abg-ir.h: Likewise.
* include/abg-libxml-utils.h: Likewise.
* include/abg-libzip-utils.h: Likewise.
* include/abg-reader.h: Likewise.
* include/abg-reporter.h: Likewise.
* include/abg-sptr-utils.h: Likewise.
* include/abg-suppression.h: Likewise.
* include/abg-tools-utils.h: Likewise.
* include/abg-traverse.h: Likewise.
* include/abg-viz-common.h: Likewise.
* include/abg-viz-dot.h: Likewise.
* include/abg-viz-svg.h: Likewise.
* include/abg-workers.h: Likewise.
* include/abg-writer.h: Likewise.
* src/abg-comp-filter.cc: Likewise.
* src/abg-comparison-priv.h: Likewise.
* src/abg-comparison.cc: Likewise.
* src/abg-config.cc: Likewise.
* src/abg-corpus-priv.h: Likewise.
* src/abg-corpus.cc: Likewise.
* src/abg-default-reporter.cc: Likewise.
* src/abg-diff-utils.cc: Likewise.
* src/abg-dwarf-reader.cc: Likewise.
* src/abg-hash.cc: Likewise.
* src/abg-ini.cc: Likewise.
* src/abg-internal.h: Likewise.
* src/abg-ir-priv.h: Likewise.
* src/abg-ir.cc: Likewise.
* src/abg-leaf-reporter.cc: Likewise.
* src/abg-libxml-utils.cc: Likewise.
* src/abg-libzip-utils.cc: Likewise.
* src/abg-reader.cc: Likewise.
* src/abg-reporter-priv.cc: Likewise.
* src/abg-reporter-priv.h: Likewise.
* src/abg-sptr-utils.cc: Likewise.
* src/abg-suppression-priv.h: Likewise.
* src/abg-suppression.cc: Likewise.
* src/abg-tools-utils.cc: Likewise.
* src/abg-traverse.cc: Likewise.
* src/abg-viz-common.cc: Likewise.
* src/abg-viz-dot.cc: Likewise.
* src/abg-viz-svg.cc: Likewise.
* src/abg-workers.cc: Likewise.
* src/abg-writer.cc: Likewise.
* tests/print-diff-tree.cc: Likewise.
* tests/test-abicompat.cc: Likewise.
* tests/test-abidiff-exit.cc: Likewise.
* tests/test-abidiff.cc: Likewise.
* tests/test-alt-dwarf-file.cc: Likewise.
* tests/test-core-diff.cc: Likewise.
* tests/test-diff-dwarf-abixml.cc: Likewise.
* tests/test-diff-dwarf.cc: Likewise.
* tests/test-diff-filter.cc: Likewise.
* tests/test-diff-pkg.cc: Likewise.
* tests/test-diff-suppr.cc: Likewise.
* tests/test-diff2.cc: Likewise.
* tests/test-dot.cc: Likewise.
* tests/test-ini.cc: Likewise.
* tests/test-ir-walker.cc: Likewise.
* tests/test-lookup-syms.cc: Likewise.
* tests/test-read-dwarf.cc: Likewise.
* tests/test-read-write.cc: Likewise.
* tests/test-svg.cc: Likewise.
* tests/test-tools-utils.cc: Likewise.
* tests/test-types-stability.cc: Likewise.
* tests/test-utils.cc: Likewise.
* tests/test-utils.h: Likewise.
* tests/test-write-read-archive.cc: Likewise.
* tools/abiar.cc: Likewise.
* tools/abicompat.cc: Likewise.
* tools/abidiff.cc: Likewise.
* tools/abidw.cc: Likewise.
* tools/abilint.cc: Likewise.
* tools/abipkgdiff.cc: Likewise.
* tools/abisym.cc: Likewise.
* tools/binilint.cc: Likewise.
* tools/kmidiff.cc: Likewise.
* update-copyright.sh: Fix the updating script to handle not just
"Red Hat, Inc."

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
89 files changed:
include/abg-comp-filter.h
include/abg-comparison.h
include/abg-config.h
include/abg-corpus.h
include/abg-cxx-compat.h
include/abg-diff-utils.h
include/abg-dwarf-reader.h
include/abg-fwd.h
include/abg-hash.h
include/abg-ini.h
include/abg-interned-str.h
include/abg-ir.h
include/abg-libxml-utils.h
include/abg-libzip-utils.h
include/abg-reader.h
include/abg-reporter.h
include/abg-sptr-utils.h
include/abg-suppression.h
include/abg-tools-utils.h
include/abg-traverse.h
include/abg-viz-common.h
include/abg-viz-dot.h
include/abg-viz-svg.h
include/abg-workers.h
include/abg-writer.h
src/abg-comp-filter.cc
src/abg-comparison-priv.h
src/abg-comparison.cc
src/abg-config.cc
src/abg-corpus-priv.h
src/abg-corpus.cc
src/abg-default-reporter.cc
src/abg-diff-utils.cc
src/abg-dwarf-reader.cc
src/abg-hash.cc
src/abg-ini.cc
src/abg-internal.h
src/abg-ir-priv.h
src/abg-ir.cc
src/abg-leaf-reporter.cc
src/abg-libxml-utils.cc
src/abg-libzip-utils.cc
src/abg-reader.cc
src/abg-reporter-priv.cc
src/abg-reporter-priv.h
src/abg-sptr-utils.cc
src/abg-suppression-priv.h
src/abg-suppression.cc
src/abg-tools-utils.cc
src/abg-traverse.cc
src/abg-viz-common.cc
src/abg-viz-dot.cc
src/abg-viz-svg.cc
src/abg-workers.cc
src/abg-writer.cc
tests/print-diff-tree.cc
tests/test-abicompat.cc
tests/test-abidiff-exit.cc
tests/test-abidiff.cc
tests/test-alt-dwarf-file.cc
tests/test-core-diff.cc
tests/test-diff-dwarf-abixml.cc
tests/test-diff-dwarf.cc
tests/test-diff-filter.cc
tests/test-diff-pkg.cc
tests/test-diff-suppr.cc
tests/test-diff2.cc
tests/test-dot.cc
tests/test-ini.cc
tests/test-ir-walker.cc
tests/test-lookup-syms.cc
tests/test-read-dwarf.cc
tests/test-read-write.cc
tests/test-svg.cc
tests/test-tools-utils.cc
tests/test-types-stability.cc
tests/test-utils.cc
tests/test-utils.h
tests/test-write-read-archive.cc
tools/abiar.cc
tools/abicompat.cc
tools/abidiff.cc
tools/abidw.cc
tools/abilint.cc
tools/abipkgdiff.cc
tools/abisym.cc
tools/binilint.cc
tools/kmidiff.cc
update-copyright.sh

index 752047b019c8cba1b2682c158d84363a242ee51a..b8da3156e4f1d60b6c648bf608f465705eb0df4c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index a4354912194f1211f48a4f2b620cc3a173f8c64b..4f60ff99e4751e62fc3a2957dbd3a445abd3f7e6 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 59c990d41187b9a6599d1492ba4635bd410e7c62..314fc343247fa9798b6627446c480b1eaa60e962 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index c2adfa860b4094dd8a7c23e0d329a528e6e406b7..410a9c2459e67b569cc6173f1730cac30e05b1f9 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index df4191f4553f105c69facdbd2fb858d77d9a950d..7141771839454c24ff933373d0bdd64c5043610c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2019 Google, Inc.
+// Copyright (C) 2019-2020 Google, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 4006483c22c9e2db0049693742cab9abd77988f3..92171a4aacd3e6e1d3cc20cfccce46a7d48dac38 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 08c983af865a1a2a5853d58fdf586fae5442c652..3b783638c305b6f4c50a53a40e3f8cd71179eb14 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index a71f1e59542146371eb799ee61162723bfa8703a..6f2a862caa4b92cf3b55aa0e53e8b92c37cf68f1 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 4bebf4e890fc85a0ee620745a0fbc94d754c2d46..10adedee58b419a91431c093293d9c9f191b4957 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 3b5195b3df77a244aef40163c3d2ed2e495f9601..df791984bf97edc157e5c2e8bb04700d82e4ffe2 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 44d3786d458e325c0c721ad94d40015bd4b2c34a..2bc8f4305ca51c4480b25ba0c3dacea2bd109594 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2019 Red Hat, Inc.
+// Copyright (C) 2016-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 6aaf61261512334f152dd8de808dd54481cef5cc..c0e14cf412ef87eae604cbb0bba25ab6699f7a06 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 54f508368019f642bf1a7daff296e77e18520e57..6331bde5d8af20a1bb873786ada1b6ac304ad388 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index bed4eacd250f0fe218f1dd4922464eb24fe93f0b..a1122794d3c509dbddf26276c56226da7fae6c6c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 29906546a0d7960ef08dfb4544fd3e45f1f32877..d86fcb178f77f0efa001e10bcee519f04be1ed7b 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index aa52f847f8fb025a4f18faacd332fc9ef8547089..b1ae88d16305908e819c5ea2ca93a1c88006bfc7 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2017-2019 Red Hat, Inc.
+// Copyright (C) 2017-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index d017455d05796a5a64a96707d897f5229325ce6e..0adedbb3916a03e0fd934b50c34f27d67acc5371 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 1ccb77624eaaef77b2cb2983da57a27db414617e..4f1fb417bbab1724c031b599231ff4be73413d41 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2019 Red Hat, Inc.
+// Copyright (C) 2016-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 3804018fe9a655cd677be10d8ccfedbef4581c8a..053519a499253525b2c57ea08a5d4a7485620545 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 848c71b2484cf1b0c777927903708d53569e03f2..a7170dad1ca6d5afdf31c3b6839ca3291b5cca0d 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index e47cc0f47c209471597c855d2f6690e76701d6e1..948b1f4c5d426bd84f130a106ad1d8d6b4def386 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 660862d172d1a442d9407b6fac7d288eb0bd7dd8..ac84bd942d68c018792ed2060cba268e09d6351f 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 6af89f12e576898b3c00eeba9003f5ebd774e10b..567f78964b5ede95a6e173f7c501618f49de00f3 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index ccd547a84270a00742e186b7c1e449b9fa59dd90..65d3e837f5bb1e1c57f7ebcf2a8fcf4f83ecc588 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index ef887b726b1b55964cc011737c1f5a6bd7b1550d..ed739ef15aaa71e6df52e72b0e1079eeefa5f0bb 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 8ca40d6f5777fc2e1c3fb0470ba86e7620b35c5a..75df901cd2cf2dc25fb5524c62defd6c2252fe00 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index ff50c793c88e88b722993581b052b4e36dfca452..565f0245da7eceb61dfc897fabd5df1a03996574 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2017-2019 Red Hat, Inc.
+// Copyright (C) 2017-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index af4cd5e743496f539f9f5f8e99769a1e01c71877..5371e8438e1a753d43dde5435cd05f0fe2566bfb 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 28c0da531e11131076287447563f86ba07a2ffe5..34b7bf41432170080bc544299111c7fe8065e3a6 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index bb7dcde656c5371847bfc4294025d2243ffea216..4cb2e43c1beb028e33671d31777d718ea3d8f989 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2019 Red Hat, Inc.
+// Copyright (C) 2016-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 567f1b5e7f82d2cb30869ef9663ddda2797f8c0f..12f44fd1e4cfbec60f3fb0de5afe5096c8956760 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 5234b51da10c7896056fe15ae43c53dc504c84bf..7642639e97f88eb60a12bc6ef4cb41710eb270e0 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2017-2019 Red Hat, Inc.
+// Copyright (C) 2017-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 8c6e7f0c05160125b10bcbd614f1b5db40437b2b..6c521f60075fead4d3a30503d0d81ac0f5a3cb2d 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 0697c7a9d87f975cab5a6dba7246ec0f55af1c53..a60f46255c16015e5090ee6d1f8918cb807d9b5e 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 4dd9ae04e8a7329a57d8fcdbadb2a660287d2089..0646ab161f9ddd08591098c019f49fb302686a44 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index b6ff3588ae0604f2a6500f3f0737e27b0df2be48..1e5c11f3912ef2e582911497fb809fa49e1f07bf 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index cb372e93284209c62004794608591722dc51d2fa..fbe5316d3c8568b746ea7abd986226e6b702ba47 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2019 Red Hat, Inc.
+// Copyright (C) 2016-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index c28c9c318c0976fddea634dc2fd62adde7dad4d8..63c63b141fefd2046efbb4d68ea86e9239868933 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2019 Red Hat, Inc.
+// Copyright (C) 2016-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index e4fd99405e11177cd85302f4d98616bd4b33ea6b..3b1577a81e1833b8dcf02b1ebb8c7a2409996902 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 85ecf0674e2de02206147f1b99c1d88495129225..791b301cd073face3d12dc2787ce98d0a53ea930 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2017-2019 Red Hat, Inc.
+// Copyright (C) 2017-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 161a25efcf2942a4a402f86c74913e28ad0b9e51..2c46aad8f1f377e7d18bad961992ad16f8c834ee 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 5133fc17ad0a86fda14275da57fa76fe9648567f..c0a2944a0bbc371bd7c4356aa7e7df8ec4304820 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 915b2c1370f6c50bf7732764ae03c1b030ddb729..0dcb2e92f3796a858cbdc238aaca691a9a31542b 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index fff7b55b9f41e9664acd099be96c2bf5e6f26586..78ebd91bab914433cb88ba1f239e778c915cc2b5 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2017-2019 Red Hat, Inc.
+// Copyright (C) 2017-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index aece9ea65fa29f28dc6171f90ff57141ac766e86..7471c74fea82149ca34d8c4ab075ac83a53a1a87 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index d391fe5b1249b0816dd531d7851eb22dfcc41a8d..2a6739a831ebdea88e05f13fde22ed501784c328 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2019 Red Hat, Inc.
+// Copyright (C) 2016-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index d872168113981fbd5f59e1ebf2a9e5354e3e2e5a..71057ce1227662ac39f942c64872e8e79e8ff52b 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2019 Red Hat, Inc.
+// Copyright (C) 2016-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 91286f25e39b7fec8841ac15247e9447a41b9c3c..d3ccb63cace930b41c1d53aab9fed3b73296c941 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2019 Red Hat, Inc.
+// Copyright (C) 2016-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 92a27d08057bbe8b18533f115fe93c7a5190653a..7705faaaece5863ee12d1712e0f9716e5c7a25f8 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 87eb55b348e5fff741f2571b39976d8dd0468655..3fb87ea23240e0e6ca68e43cf7e181887fbf449d 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index e478ea27a87e160e5998869f00d21b1f61e7fda0..ab89413de1596d78c32f05ddbc3de33059e91076 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 555248cb2aa5564e55c1b3b213a79aff6c5fe876..d637b6e214bf62a566a307fce9819e8c827d5abe 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index db8da2c8776c63a4feeebce40b69261c3ca7e8a3..07c78aeb82de62d5a072fa7452eb587771518607 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 5e569cd769159f9a1bbb611e766037879a0a3e5d..eb892688c48970aa90fbd8804dd95fd418f7e45b 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index c8c0ee6de1dcafc50ad40e06e77b4cd7b7218127..74fa1a8c3382290941ab3c31ab2feaf2da199e48 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index fe8f37879c781b38b9da3b7cdffd088b1bd5317b..24ad95c05599c800abd377d6b7eb44a52e604f1c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 61eb8bc69dfb36426e73ff3b4fd19e23ac608dda..7b02781cff6b8b132c5415ee4b9758cf4ea78d11 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2014-2019 Red Hat, Inc.
+// Copyright (C) 2014-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 88875b34303162179c4f4c06a6c8c379950338cb..aea57c32221e0e2c3aeb4aa70739de5cc2faeea4 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2019 Red Hat, Inc.
+// Copyright (C) 2016-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 80e9c0ae5ee68cf9e1dada21e1c5f79738836c44..dcb1401b517299a4c7eae8feefd77c5deff23258 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 821ba6217a887e7bdd65eb581d9469a595203206..cd8769df38ec8cfb7b9d1562a247e47ca4905995 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 30507af83172a5018f5adbd3d2a16f67b645faf2..531f4930994d7932ed443f61f268e135c9894aef 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 722569b70f9735ac56911f62af7822dff783d447..f1696241a6f1632b601d40d8781876d3a990751d 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 64e52160d615f02e8643faa60f676b5061b16bc3..3b8a6267e07a97aff33ee93db1f54a0f583aa55b 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index f8879d3c7fd86aada6690fc4597f678061e4075a..000da6da188bf1ede0527692ad55de8de2a07325 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index d8fa24f5a099c1b7db18162b8a2ed9d31dd43f06..51f117a478332dd1d6971aaebed8a18ebfb2a2f1 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 26de00903fc67a4d526e807c10adc08e4395a162..6b6a748c16c82cd5418a0267cde7da5dddfc39ef 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 2206a90a8687f5b6444438d178973451d39174af..85d5aa685947a0972eea3f3f7522bc51b180f6bc 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 9e38a3f2ebee12b0c1bb15706ca462e09cb65033..fab0c19c73080cb36db1db65cf010ef43f4c4698 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013 Free Software Foundation, Inc.
+// Copyright (C) 2013-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 82dfed1c5fe2989fb1a39474cbb6f515d9129e3e..12b1fb6ba496b7cb4d049f56485b4ee6f9241506 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 41b58c9fea50d46097950e5cf8643c1549bb5bb9..41b6adc5f8f44c2d99afdfc9fa572b207d921ec7 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 75f1de9a4dc201ef47efd2d0f88487146ff9643c..2f4d8f77ff351252d2d979600eaa009987ddcf8e 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index c33c772908508d08e944549c8e1e1640e820edf1..11e8425b5a84e788080b2c894fe5b9819b59e3ff 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 6fa43bac095fff37c99abdb637b4a1507bde319c..f32fc25d6191d27d69b2cb3d5e7875e26171176b 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 6261ad5075e45db7954dfd9357365068e79792a2..4a9d44ddc160bbbaea463271b3109c5e417d5391 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013 Free Software Foundation, Inc.
+// Copyright (C) 2013-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index da6f44dea463d10ffda3fcbb1d92d70e136c2c4b..d29bb8c96bfbe237d7923b485434f1e12f309419 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index b075efef888ab7b0877fe9fd3bab08973ab458b3..a5d60f84f3260575998e978c5256b3b6403619dc 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index be4fe1c0d2bcd7e32a9bb2986f36c69d615c0863..4daf7ce0c3370617c9792ef71560ab44f8d503b2 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 7b9371f040ddb64279aba369dd1a2e2de177214f..ec9a520bce36265bf22f967c5b7cc9c10dace87d 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 85fbeb1214a234da2209b1870263b543adbaf4fb..f6821051ac90aae719197afcbec324488b24b7c2 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 0ffd848178bc24b0cfac9274e9b6ef029f64c3fa..22fe375efadbe9434a7d581e129051037e867062 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index fb5b44cf361c8922531e80692762e74d98acc5f6..78154bf13d58d22db7a86c6a7315d3cac00a1d19 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2014-2019 Red Hat, Inc.
+// Copyright (C) 2014-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 824a30b0859b1a4ccd03924b950b541cf757005c..f83a7e54f6ef7f4f30283367222a711e95eb7781 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 34982c73dfab0c5e06dc353c9c9ac400617ea32b..3b5319997066e8be4238f665f6b901fc4cdb1c98 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index f7987922e888a5c105afd75dabcd11405de67be7..b06ffd721c1ac82fd6f60efadcf18741977cccb0 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 3321f8d71a8b178732890b3b080377bd07e9916e..87950020b8bd465d86ea27c69c7def64d1f207cf 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2015-2019 Red Hat, Inc.
+// Copyright (C) 2015-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 607d11dd889264dc7de69dace3955dbc857a60f2..da24f72a4272a51d6f2a65925472f330780f489c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 94540d73539d4f50f6525560ff6ee1c9f3d6c30f..4f0abaac339b587d7e5a8f3496eb64ededb46b37 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2019 Red Hat, Inc.
+// Copyright (C) 2013-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 86cfb3de98270d06c801b0ad3c29d0f3ba1847fc..2840eb086f3bdb81511fc2d84ba7da46319b35d7 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2017-2019 Red Hat, Inc.
+// Copyright (C) 2017-2020 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index ec8a26cf2a8d5c68ebe4fd05b0648cb20fe4ed04..9192affc1adde65aba329af3e910bff786fd6ce3 100644 (file)
@@ -1,16 +1,16 @@
 #!/bin/sh
 
-oldyear=2018
-newyear=2019
+oldyear=2019
+newyear=2020
 
 for dir in src include tools tests; do
     for ext in cc h; do
        find $dir -maxdepth 1 -name *.$ext \
-            -exec sed -i -r \
-            "s/(Copyright \(C\) .*?-)$oldyear Red Hat, Inc/\1$newyear Red Hat, Inc/" \
+           -exec sed -i -r \
+            "s/(Copyright \(C\) .*?-)$oldyear (.*?\.)/\1$newyear \2/" \
             {} \; \
             -exec sed -i -r \
-            "s/(Copyright \(C\)) ($oldyear) (Red Hat, Inc)/\1 $oldyear-$newyear \3/" \
+            "s/(Copyright \(C\)) ($oldyear) (.*?\.)/\1 $oldyear-$newyear \3/" \
             {} \;
     done
 done