diff options
Diffstat (limited to 'common/virtual')
-rw-r--r-- | common/virtual/driver.cxx | 2 | ||||
-rw-r--r-- | common/virtual/makefile | 2 | ||||
-rw-r--r-- | common/virtual/test.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/common/virtual/driver.cxx b/common/virtual/driver.cxx index f9b0b33..ff105c3 100644 --- a/common/virtual/driver.cxx +++ b/common/virtual/driver.cxx @@ -1,5 +1,5 @@ // file : common/virtual/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 virtual data members. diff --git a/common/virtual/makefile b/common/virtual/makefile index 028c7cb..4daf9ba 100644 --- a/common/virtual/makefile +++ b/common/virtual/makefile @@ -1,5 +1,5 @@ # file : common/virtual/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/virtual/test.hxx b/common/virtual/test.hxx index e1aab06..01c7edc 100644 --- a/common/virtual/test.hxx +++ b/common/virtual/test.hxx @@ -1,5 +1,5 @@ // file : common/virtual/test.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 TEST_HXX |