diff options
Diffstat (limited to 'common/enum')
-rw-r--r-- | common/enum/driver.cxx | 1 | ||||
-rw-r--r-- | common/enum/makefile | 1 | ||||
-rw-r--r-- | common/enum/test.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/common/enum/driver.cxx b/common/enum/driver.cxx index d7f4323..e9b4bfb 100644 --- a/common/enum/driver.cxx +++ b/common/enum/driver.cxx @@ -1,5 +1,4 @@ // file : common/enum/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test automatic C++ enum mapping. diff --git a/common/enum/makefile b/common/enum/makefile index 308ac49..d5957fa 100644 --- a/common/enum/makefile +++ b/common/enum/makefile @@ -1,5 +1,4 @@ # file : common/enum/makefile -# 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/enum/test.hxx b/common/enum/test.hxx index 81f9efa..0391581 100644 --- a/common/enum/test.hxx +++ b/common/enum/test.hxx @@ -1,5 +1,4 @@ // file : common/enum/test.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX |