From 3e887885ec753f2cb0a9bba6fb4e856e51194a5c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 17 Jan 2019 11:24:18 +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 d243768..94749a0 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 992d9bb..ab7cc48 100644 --- a/common/inheritance/polymorphism/makefile +++ b/common/inheritance/polymorphism/makefile @@ -1,5 +1,5 @@ # file : common/inheritance/polymorphism/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 204f131..be8cb86 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 e1baf97..e359774 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 f2918ce..71b0160 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 410b5c7..9f872ec 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 f5637f5..5f0894d 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 98c1c99..4a4108b 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 218a121..8034a53 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 b8880a3..b81bf16 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 6953afc..0071da3 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 c12ce25..f9a43cc 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 082b574..9c676c5 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 4138163..fc31c45 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 137a6a6..f7a4505 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 08459fc..8f9f6be 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 dee4786..78fb594 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST9_HXX -- cgit v1.1