Update copyright for 2019
authorDodji Seketeli <dodji@redhat.com>
Mon, 7 Jan 2019 13:54:47 +0000 (14:54 +0100)
committerDodji Seketeli <dodji@redhat.com>
Mon, 7 Jan 2019 13:54:47 +0000 (14:54 +0100)
* include/abg-comp-filter.h: Update copyright for 2019
* include/abg-comparison.h: Update copyright for 2019
* include/abg-config.h: Update copyright for 2019
* include/abg-corpus.h: Update copyright for 2019
* include/abg-diff-utils.h: Update copyright for 2019
* include/abg-dwarf-reader.h: Update copyright for 2019
* include/abg-fwd.h: Update copyright for 2019
* include/abg-hash.h: Update copyright for 2019
* include/abg-ini.h: Update copyright for 2019
* include/abg-interned-str.h: Update copyright for 2019
* include/abg-ir.h: Update copyright for 2019
* include/abg-libxml-utils.h: Update copyright for 2019
* include/abg-libzip-utils.h: Update copyright for 2019
* include/abg-reader.h: Update copyright for 2019
* include/abg-reporter.h: Update copyright for 2019
* include/abg-sptr-utils.h: Update copyright for 2019
* include/abg-suppression.h: Update copyright for 2019
* include/abg-tools-utils.h: Update copyright for 2019
* include/abg-traverse.h: Update copyright for 2019
* include/abg-viz-common.h: Update copyright for 2019
* include/abg-viz-dot.h: Update copyright for 2019
* include/abg-viz-svg.h: Update copyright for 2019
* include/abg-workers.h: Update copyright for 2019
* include/abg-writer.h: Update copyright for 2019
* src/abg-comp-filter.cc: Update copyright for 2019
* src/abg-comparison-priv.h: Update copyright for 2019
* src/abg-comparison.cc: Update copyright for 2019
* src/abg-config.cc: Update copyright for 2019
* src/abg-corpus-priv.h: Update copyright for 2019
* src/abg-corpus.cc: Update copyright for 2019
* src/abg-default-reporter.cc: Update copyright for 2019
* src/abg-diff-utils.cc: Update copyright for 2019
* src/abg-dwarf-reader.cc: Update copyright for 2019
* src/abg-hash.cc: Update copyright for 2019
* src/abg-ini.cc: Update copyright for 2019
* src/abg-internal.h: Update copyright for 2019
* src/abg-ir-priv.h: Update copyright for 2019
* src/abg-ir.cc: Update copyright for 2019
* src/abg-leaf-reporter.cc: Update copyright for 2019
* src/abg-libxml-utils.cc: Update copyright for 2019
* src/abg-libzip-utils.cc: Update copyright for 2019
* src/abg-reader.cc: Update copyright for 2019
* src/abg-reporter-priv.cc: Update copyright for 2019
* src/abg-reporter-priv.h: Update copyright for 2019
* src/abg-sptr-utils.cc: Update copyright for 2019
* src/abg-suppression-priv.h: Update copyright for 2019
* src/abg-suppression.cc: Update copyright for 2019
* src/abg-tools-utils.cc: Update copyright for 2019
* src/abg-traverse.cc: Update copyright for 2019
* src/abg-viz-common.cc: Update copyright for 2019
* src/abg-viz-dot.cc: Update copyright for 2019
* src/abg-viz-svg.cc: Update copyright for 2019
* src/abg-workers.cc: Update copyright for 2019
* src/abg-writer.cc: Update copyright for 2019
* tests/print-diff-tree.cc: Update copyright for 2019
* tests/test-abicompat.cc: Update copyright for 2019
* tests/test-abidiff-exit.cc: Update copyright for 2019
* tests/test-abidiff.cc: Update copyright for 2019
* tests/test-alt-dwarf-file.cc: Update copyright for 2019
* tests/test-core-diff.cc: Update copyright for 2019
* tests/test-diff-dwarf-abixml.cc: Update copyright for 2019
* tests/test-diff-dwarf.cc: Update copyright for 2019
* tests/test-diff-filter.cc: Update copyright for 2019
* tests/test-diff-pkg.cc: Update copyright for 2019
* tests/test-diff-suppr.cc: Update copyright for 2019
* tests/test-diff2.cc: Update copyright for 2019
* tests/test-ini.cc: Update copyright for 2019
* tests/test-ir-walker.cc: Update copyright for 2019
* tests/test-lookup-syms.cc: Update copyright for 2019
* tests/test-read-dwarf.cc: Update copyright for 2019
* tests/test-read-write.cc: Update copyright for 2019
* tests/test-types-stability.cc: Update copyright for 2019
* tests/test-utils.cc: Update copyright for 2019
* tests/test-utils.h: Update copyright for 2019
* tests/test-write-read-archive.cc: Update copyright for 2019
* tools/abiar.cc: Update copyright for 2019
* tools/abicompat.cc: Update copyright for 2019
* tools/abidiff.cc: Update copyright for 2019
* tools/abidw.cc: Update copyright for 2019
* tools/abilint.cc: Update copyright for 2019
* tools/abipkgdiff.cc: Update copyright for 2019
* tools/abisym.cc: Update copyright for 2019
* tools/binilint.cc: Update copyright for 2019
* tools/kmidiff.cc: Update copyright for 2019
* update-copyright.sh: Update new year to 2019

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
85 files changed:
include/abg-comp-filter.h
include/abg-comparison.h
include/abg-config.h
include/abg-corpus.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-ini.cc
tests/test-ir-walker.cc
tests/test-lookup-syms.cc
tests/test-read-dwarf.cc
tests/test-read-write.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 9cba43606e86bd9ba1ee240cdcb547c784de8fd8..966f6c2ed01e2916846cc2d6ab8d3585bd34a5cc 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 c0833ef91ccbec85135d8be54b3e95240b104e69..bbaf251e684aa47e205d6e233d24f1423f45e076 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 5c340024ebfe604d0df391c8291a6725c73f91b8..cea016c37168c3aa689a2f332dc3a77a5f8fc2be 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 33b7e96d8c21f891f7a70b9a5d8b1ba11939b3f1..258056e452224b5717ee4c0daac17a3320bf1446 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 ad266b1c24d6005592ad3cd338962af9cd21b4da..b788d14d19c484f0f9e51edebada365b12f82472 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 aa3826d5c357abcc8c91194288f7e47fbb1d50cf..09d39665a98813a4ff4eb8d3d3633aea0378e0bc 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 005fcbe753b9a6c8119241c2cb26b9c39483b5d1..2c200915292e9fda5619f09e37ff521cdf8b512d 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 b8bc0bd76f074d8e71af6e4be8c3f5260de0d15e..4bebf4e890fc85a0ee620745a0fbc94d754c2d46 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 83d09a0573e0ffd50c265426ea7d5ac8574b6e56..fe394418de86be07b9137500191b6ff4d9b24938 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 6d6f33574428d3541d7770553f6babdf2847e8b3..ae85ba06853d9f907e488895029a9fca0777c739 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2018 Red Hat, Inc.
+// Copyright (C) 2016-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 8dac764159eee8a5139dce15c18169c7caab6021..b8703cb1649dacaeee9c864e161c634f185baf0b 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 af781176351004716ff15ce126cae38bab5bc1c8..5f7bc23cc2a9f4ed5b22f7ac9b6bb95a43e982a3 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 2472ee8716fa2f4ed6c28cefcad6eead0c998ed4..68d5d459e13695d93678efd00e08a9ce2b20f6cd 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 64607b69c2bb6d155ea440c3073c2dbeef337ba1..59dc8bcee1bb432e7645616729a0fb80060be66b 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 c2c20d4a9a6b048d69fe4a866913cb21ee1a6bdd..4085aeb82bcde292a623296d698703f23de61711 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2017-2018 Red Hat, Inc.
+// Copyright (C) 2017-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index f727131aaadc952ee2d21dd76d967d4825b09e2b..216721120b7ca2968016b762cf414fbbcddf45bb 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 edf54ef5835124e96ed9f02dfc19dd21f0c0ab6b..d51e1c3eb3981565503147da1bb600997d5ab2bc 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2018 Red Hat, Inc.
+// Copyright (C) 2016-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 8a9618998aca0835456a5ea8763f004e765d1f79..4181bf0f6a4b044343a6797b065c73dc219d32e3 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 9337e69f2caaffef793c33c53b4cc6c35b41c985..5d395c2a439f460d116677b6385b554f475da271 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 58acf94b0d21cc35ca892c8c739bf1a1525124bc..e47cc0f47c209471597c855d2f6690e76701d6e1 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 c7d5a7222561adb98a37a373667dccc0b5d17f18..a75d8689729ce918997a58fce36aeecd263e8f8b 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 cdd3e6cfe4af508460c2d444c916ba4bd86200ea..6af89f12e576898b3c00eeba9003f5ebd774e10b 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 65b52dee000fd89a0ff85ab385f65296b476799b..173e2c2104c494304ec5a2ddef51d99d20583ec8 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 18269fbd0c2721818db666ab6e70c18a26cb5862..467f8d0a4b2bd8f85dc0b6914db7bf02576a97be 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 7f6eb967049cd9a473239b21827ec43115ce6370..4c9c092a81f164f55eb0859a44f842aa0c4bacc1 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 2046355480a0f4564458bacc0d85647df7c6cd17..ada67ba3a3cad33873d61f1072aeb5c1da9da892 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2017-2018 Red Hat, Inc.
+// Copyright (C) 2017-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index f1553b362135259675f61b84ab4208886b4b1d66..b2c0fb307a0e93946ef0088baf5fb1608bda30c2 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 3490696c4aaf544a420740f05043bec4fba34faa..d629f2da8e0d8dc02eda2dde22012bc79252b28d 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 c9e44d4ab978157dd8b872b4553d2c47bf459efb..cf7a62c0e14cdd0dc5cde4f8d167d6f99709e98a 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2018 Red Hat, Inc.
+// Copyright (C) 2016-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 3d2958084efe1ac7edd232462e2dbce47a25a9e7..8317279a1c450428b9c647603b81bb6f129ae39f 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 1ce6fe9425a1031a17f9d4dcc1b3969f4e7a5136..7ad36be79f1124bca275beb5cc7af511cd922bdc 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2017-2018 Red Hat, Inc.
+// Copyright (C) 2017-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 96b02d1aa252ab79d30374547cc7ab236ff28c58..53c66a34fba583eaccfca155b9e9b6bb956d8eb6 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 c8b197b366a45d457464d96ca5011c5514a880a1..5fcaa68f3803dbae28a146c724ffd0a4a52f3a2f 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 9087fbbd90bf4abbe377b1bfd4822095c2c7040d..ea51b9b3777f1712a8c8826a5bac07a58099e011 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 e60bcb4bd9d4ab61ae9790410ea303282bfecac5..1cf527c299ffb7d2c2a1305f043a7e68ad68c320 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 aaf976f6bd7ea26aec22bca7f54cb7feaf5302da..cb372e93284209c62004794608591722dc51d2fa 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2018 Red Hat, Inc.
+// Copyright (C) 2016-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index e0bfb99a23ce07694deb815a805bc4daef1ea292..c28c9c318c0976fddea634dc2fd62adde7dad4d8 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2018 Red Hat, Inc.
+// Copyright (C) 2016-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index e761620dc41ced357d8062865f06e0908a5c0abc..2ace6c664e7984105ff24ed8f346f680932ca071 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 d995700a95610fdd68ffa396c2230a9dfc44112c..39a456cd91a57265bf541eb015dcab2fae4cc1ee 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2017-2018 Red Hat, Inc.
+// Copyright (C) 2017-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index fb539f5c1630373301e07abd71db4b9ac5717e7d..161a25efcf2942a4a402f86c74913e28ad0b9e51 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 350d03bb921152366192594d85aca83318bfdabb..5133fc17ad0a86fda14275da57fa76fe9648567f 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 0be2bf17c39a7bdf0169662698a6352d10b90fbb..d3f414c41f265b70c73d728a03e2dc4ad7ac433e 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 02bfbb0e1c84159534b31c0f34c90e62eed8f5c3..b961458b72339a9eed75354cbf1b4eb3b29aeca3 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2017-2018 Red Hat, Inc.
+// Copyright (C) 2017-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 8ec3237528d8dd879f0a31b2242007873fc1c0b3..d1b5200841f8f854aca946c1f3b77487155a455a 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 76bd058ccf5822f880d375a2538311dd8fc9d439..d391fe5b1249b0816dd531d7851eb22dfcc41a8d 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2018 Red Hat, Inc.
+// Copyright (C) 2016-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index da99706fbca239b9b804f853919fe782dfa4e4e3..ec7e1b0fe1135a777a7c2bc60653e1e94ab11e48 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2018 Red Hat, Inc.
+// Copyright (C) 2016-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 8d5cee73d0815873c603e6aa7571e251bd735329..89148c916eeaf622a58e38c19831d279f8943968 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2018 Red Hat, Inc.
+// Copyright (C) 2016-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 0bc2f240020255be85930307b3605cd9f1482315..1e258dbed62793eedd4743883b1c5448540d5d3f 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 3fd8ec5c0483985bc04fc83499b273dfa6a246f1..87eb55b348e5fff741f2571b39976d8dd0468655 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 0117ea96d07ce2fbe5ef87269f27fd8334a66bc3..e478ea27a87e160e5998869f00d21b1f61e7fda0 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 d0885d13ff934d0fdb52c93d4facbe5272908e5c..555248cb2aa5564e55c1b3b213a79aff6c5fe876 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 8523c58f528d8f75d0aa5abe2a28dd41a0615d7b..db8da2c8776c63a4feeebce40b69261c3ca7e8a3 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 67e25efbdcf4fad5332d5f7865777d64f6acf1d4..203a08e8d5a00aae906609bbc47e392ab20e93b5 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 840c9900d208084e8461b997cfc33aa2e7795492..53871369c941d2b4b031e44c810db3791062de6e 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 fc5fc503b10f8a7823b57283fe8cb21e40cdeec2..aefe3e7511a928a1b3d3f3a67f813806ef53d75e 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 
-// Copyright (C) 2013-2018 Red Hat, 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 a91bdb644fa8cf623bec9ebcd314a18b743f155d..61eb8bc69dfb36426e73ff3b4fd19e23ac608dda 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2014-2018 Red Hat, Inc.
+// Copyright (C) 2014-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 5db5935c412e9cb05ed9071151df02891a1c7b7c..e6df5933046230f0829936ef1409160c3d419bb2 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2016-2018 Red Hat, Inc.
+// Copyright (C) 2016-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index f786a5d35ed295811263e2bf76ba7eaf268a7584..c6391fe27f8c969699d9b584f57687653626bb51 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 e8d109ad2f94da9cc1a5224fba4daa294ad5c080..821ba6217a887e7bdd65eb581d9469a595203206 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 5f850c5f2ceb93ebeddc7d917846588049d500c5..30507af83172a5018f5adbd3d2a16f67b645faf2 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 
-// Copyright (C) 2013-2018 Red Hat, 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 82a771a54b5be4e2c1d0e3e93f116bb5d9d45bfc..8607f419380792f32ea0bb32eb32012ad043f178 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 778c54771628c3d791ebbaa861ae339ba0110ad4..7a2699d030decdafa52d449af847f0cc2476b8e9 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 8184411f1108d10ebd6dcef136031eb792d43f6c..abbc335c1ed4f3ed8f1f249c1d212fde260d3311 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 77911185492b9b9dc57e1acd3b0609d0728f2d70..e150b18542b55df42ad3180398a53c783732c1a3 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 e7a5b5cc718a697086892ea41ac44866a1344186..f38bfcd19459ba42d4eacb3e3b80658ec447fc3f 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 e183c5a31e9bae7ec837d68d1510c50bcf63135a..2206a90a8687f5b6444438d178973451d39174af 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 
-// Copyright (C) 2013-2018 Red Hat, 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 dc55e060c79a99cdd3de040a8f2616752226a762..82dfed1c5fe2989fb1a39474cbb6f515d9129e3e 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 ea26d4db7a3c0a1c7c43a5c2be7ea2e5cd52abbf..41b58c9fea50d46097950e5cf8643c1549bb5bb9 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 8af7b9ed05099eff334dcdd159728292973572bd..75f1de9a4dc201ef47efd2d0f88487146ff9643c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 357812a6808068a697330a5304388234b18a6bb1..1a3cdc17ebbe261309d2efd6352f310e7ffda789 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 d977e6cd32cf3fe94239626589127f2e5c8b181d..5203eeec4b15298ff550518e79db02c110d9ecff 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 356a4202b75911aa9e2082882d19d20822d7b0c1..26f0e7b6cb00fb37e606f4cfefdbefcfec78203f 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 ae6a5d58f4e9a171dbc4f6a38ab3c2c4fb31a336..be4fe1c0d2bcd7e32a9bb2986f36c69d615c0863 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 94a42dc8eda40346fb118b40d4e5c91ead5072c0..410566d3e9b993f5ecef3a0275148d1b828c4892 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 d4f3a80940b538c3d25de34afdd6718578492936..aa83dc7e2c317e44469996eb913dbe1a94734328 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 1f98321efd7ec96c241db46bbc9e76196cbd6c8c..0ffd848178bc24b0cfac9274e9b6ef029f64c3fa 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 2c453ad029ca9a9ec303cd57da2a3f6c0a486bae..aa8503a42f978bb2c620b56a64646089a6c0bac1 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2014-2018 Red Hat, Inc.
+// Copyright (C) 2014-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index d0012f41e1ecc3050f1ea9d90cd3439765fccce9..02902dda31c762a47d0ebc0dd12e40e67a986eb0 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 89eefaee4a310565b60a0a489e25ffe1f74fe862..e7095401faa1ccdecb9adbc50e5a9bb212c78232 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 ad2d0d72488b2432b0028e39ba902c603c3d82e3..e51909d8172db1f0ea1d443a80595d2c3af3e6d8 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 7755581335cb5ebe8a7f0e79a0126d60c0b0e5fe..cfe7d8c58ecb221a188d39995e90b19f633f003c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2015-2018 Red Hat, Inc.
+// Copyright (C) 2015-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 4bc2bcdae116bf93e28b6700766ff6cbcc6f035b..607d11dd889264dc7de69dace3955dbc857a60f2 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 21db8b6e7599e50e683252b809cbedb33977a2f6..94540d73539d4f50f6525560ff6ee1c9f3d6c30f 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2013-2018 Red Hat, 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 d1ae2d52bf58515325140840bb1ce7819c498235..4afc201e7afdde83b186337468499babf6d490f6 100644 (file)
@@ -1,6 +1,6 @@
 // -*- Mode: C++ -*-
 //
-// Copyright (C) 2017-2018 Red Hat, Inc.
+// Copyright (C) 2017-2019 Red Hat, Inc.
 //
 // This file is part of the GNU Application Binary Interface Generic
 // Analysis and Instrumentation Library (libabigail).  This library is
index 66a2020256a8894ce9c9bd416ec98fe2da67318b..ec8a26cf2a8d5c68ebe4fd05b0648cb20fe4ed04 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-oldyear=2017
-newyear=2018
+oldyear=2018
+newyear=2019
 
 for dir in src include tools tests; do
     for ext in cc h; do