From 68a31ac90d11b2f0294e82eb887bd03fde85fbb1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 24 May 2018 21:55:43 +0300 Subject: Update copyright year --- common/inheritance/polymorphism/driver.cxx | 2 +- common/inheritance/polymorphism/makefile | 2 +- common/inheritance/polymorphism/test1.hxx | 2 +- common/inheritance/polymorphism/test10.hxx | 2 +- common/inheritance/polymorphism/test11.hxx | 2 +- common/inheritance/polymorphism/test12.hxx | 2 +- common/inheritance/polymorphism/test13.hxx | 2 +- common/inheritance/polymorphism/test14.hxx | 2 +- common/inheritance/polymorphism/test15.hxx | 2 +- common/inheritance/polymorphism/test2.hxx | 2 +- common/inheritance/polymorphism/test3.hxx | 2 +- common/inheritance/polymorphism/test4.hxx | 2 +- common/inheritance/polymorphism/test5.hxx | 2 +- common/inheritance/polymorphism/test6.hxx | 2 +- common/inheritance/polymorphism/test7.hxx | 2 +- common/inheritance/polymorphism/test8.hxx | 2 +- common/inheritance/polymorphism/test9.hxx | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) (limited to 'common/inheritance/polymorphism') diff --git a/common/inheritance/polymorphism/driver.cxx b/common/inheritance/polymorphism/driver.cxx index 4ed1427..d243768 100644 --- a/common/inheritance/polymorphism/driver.cxx +++ b/common/inheritance/polymorphism/driver.cxx @@ -1,5 +1,5 @@ // file : common/inheritance/polymorphism/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test polymorphic object inheritance. diff --git a/common/inheritance/polymorphism/makefile b/common/inheritance/polymorphism/makefile index b464d97..992d9bb 100644 --- a/common/inheritance/polymorphism/makefile +++ b/common/inheritance/polymorphism/makefile @@ -1,5 +1,5 @@ # file : common/inheritance/polymorphism/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/common/inheritance/polymorphism/test1.hxx b/common/inheritance/polymorphism/test1.hxx index e298641..204f131 100644 --- a/common/inheritance/polymorphism/test1.hxx +++ b/common/inheritance/polymorphism/test1.hxx @@ -1,5 +1,5 @@ // file : common/inheritance/polymorphism/test1.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/common/inheritance/polymorphism/test10.hxx b/common/inheritance/polymorphism/test10.hxx index e1e26f3..e1baf97 100644 --- a/common/inheritance/polymorphism/test10.hxx +++ b/common/inheritance/polymorphism/test10.hxx @@ -1,5 +1,5 @@ // file : common/inheritance/polymorphism/test10.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST10_HXX diff --git a/common/inheritance/polymorphism/test11.hxx b/common/inheritance/polymorphism/test11.hxx index 7869bcf..f2918ce 100644 --- a/common/inheritance/polymorphism/test11.hxx +++ b/common/inheritance/polymorphism/test11.hxx @@ -1,5 +1,5 @@ // file : common/inheritance/polymorphism/test11.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST11_HXX diff --git a/common/inheritance/polymorphism/test12.hxx b/common/inheritance/polymorphism/test12.hxx index 6368bbd..410b5c7 100644 --- a/common/inheritance/polymorphism/test12.hxx +++ b/common/inheritance/polymorphism/test12.hxx @@ -1,5 +1,5 @@ // file : common/inheritance/polymorphism/test12.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST12_HXX diff --git a/common/inheritance/polymorphism/test13.hxx b/common/inheritance/polymorphism/test13.hxx index 4a88946..f5637f5 100644 --- a/common/inheritance/polymorphism/test13.hxx +++ b/common/inheritance/polymorphism/test13.hxx @@ -1,5 +1,5 @@ // file : common/inheritance/polymorphism/test13.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST13_HXX diff --git a/common/inheritance/polymorphism/test14.hxx b/common/inheritance/polymorphism/test14.hxx index 058cf1b..98c1c99 100644 --- a/common/inheritance/polymorphism/test14.hxx +++ b/common/inheritance/polymorphism/test14.hxx @@ -1,5 +1,5 @@ // file : common/inheritance/polymorphism/test14.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST14_HXX diff --git a/common/inheritance/polymorphism/test15.hxx b/common/inheritance/polymorphism/test15.hxx index f3d3a7f..218a121 100644 --- a/common/inheritance/polymorphism/test15.hxx +++ b/common/inheritance/polymorphism/test15.hxx @@ -1,5 +1,5 @@ // file : common/inheritance/polymorphism/test15.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST15_HXX diff --git a/common/inheritance/polymorphism/test2.hxx b/common/inheritance/polymorphism/test2.hxx index 74782c7..b8880a3 100644 --- a/common/inheritance/polymorphism/test2.hxx +++ b/common/inheritance/polymorphism/test2.hxx @@ -1,5 +1,5 @@ // file : common/inheritance/polymorphism/test2.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/common/inheritance/polymorphism/test3.hxx b/common/inheritance/polymorphism/test3.hxx index 2c14080..6953afc 100644 --- a/common/inheritance/polymorphism/test3.hxx +++ b/common/inheritance/polymorphism/test3.hxx @@ -1,5 +1,5 @@ // file : common/inheritance/polymorphism/test3.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX diff --git a/common/inheritance/polymorphism/test4.hxx b/common/inheritance/polymorphism/test4.hxx index ea1e4f8..c12ce25 100644 --- a/common/inheritance/polymorphism/test4.hxx +++ b/common/inheritance/polymorphism/test4.hxx @@ -1,5 +1,5 @@ // file : common/inheritance/polymorphism/test4.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST4_HXX diff --git a/common/inheritance/polymorphism/test5.hxx b/common/inheritance/polymorphism/test5.hxx index dfabddf..082b574 100644 --- a/common/inheritance/polymorphism/test5.hxx +++ b/common/inheritance/polymorphism/test5.hxx @@ -1,5 +1,5 @@ // file : common/inheritance/polymorphism/test5.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST5_HXX diff --git a/common/inheritance/polymorphism/test6.hxx b/common/inheritance/polymorphism/test6.hxx index 25d70cc..4138163 100644 --- a/common/inheritance/polymorphism/test6.hxx +++ b/common/inheritance/polymorphism/test6.hxx @@ -1,5 +1,5 @@ // file : common/inheritance/polymorphism/test6.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST6_HXX diff --git a/common/inheritance/polymorphism/test7.hxx b/common/inheritance/polymorphism/test7.hxx index b7b8afe..137a6a6 100644 --- a/common/inheritance/polymorphism/test7.hxx +++ b/common/inheritance/polymorphism/test7.hxx @@ -1,5 +1,5 @@ // file : common/inheritance/polymorphism/test7.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST7_HXX diff --git a/common/inheritance/polymorphism/test8.hxx b/common/inheritance/polymorphism/test8.hxx index d1f9a61..08459fc 100644 --- a/common/inheritance/polymorphism/test8.hxx +++ b/common/inheritance/polymorphism/test8.hxx @@ -1,5 +1,5 @@ // file : common/inheritance/polymorphism/test8.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST8_HXX diff --git a/common/inheritance/polymorphism/test9.hxx b/common/inheritance/polymorphism/test9.hxx index 637093c..dee4786 100644 --- a/common/inheritance/polymorphism/test9.hxx +++ b/common/inheritance/polymorphism/test9.hxx @@ -1,5 +1,5 @@ // file : common/inheritance/polymorphism/test9.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST9_HXX -- cgit v1.1