diff options
Diffstat (limited to 'common/ctor')
-rw-r--r-- | common/ctor/driver.cxx | 1 | ||||
-rw-r--r-- | common/ctor/makefile | 1 | ||||
-rw-r--r-- | common/ctor/test.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/common/ctor/driver.cxx b/common/ctor/driver.cxx index 095891f..03c706b 100644 --- a/common/ctor/driver.cxx +++ b/common/ctor/driver.cxx @@ -1,5 +1,4 @@ // file : common/ctor/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test support for persistent objects without default constructors. diff --git a/common/ctor/makefile b/common/ctor/makefile index d39eb4c..c35d577 100644 --- a/common/ctor/makefile +++ b/common/ctor/makefile @@ -1,5 +1,4 @@ # file : common/ctor/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/ctor/test.hxx b/common/ctor/test.hxx index 1e32989..2a2becd 100644 --- a/common/ctor/test.hxx +++ b/common/ctor/test.hxx @@ -1,5 +1,4 @@ // file : common/ctor/test.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX |