diff options
Diffstat (limited to 'common/lazy-ptr')
-rw-r--r-- | common/lazy-ptr/driver.cxx | 1 | ||||
-rw-r--r-- | common/lazy-ptr/makefile | 1 | ||||
-rw-r--r-- | common/lazy-ptr/test.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/common/lazy-ptr/driver.cxx b/common/lazy-ptr/driver.cxx index d85fecc..9458772 100644 --- a/common/lazy-ptr/driver.cxx +++ b/common/lazy-ptr/driver.cxx @@ -1,5 +1,4 @@ // file : common/lazy-ptr/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test lazy object pointers. diff --git a/common/lazy-ptr/makefile b/common/lazy-ptr/makefile index 0280498..62880fa 100644 --- a/common/lazy-ptr/makefile +++ b/common/lazy-ptr/makefile @@ -1,5 +1,4 @@ # file : common/lazy-ptr/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/lazy-ptr/test.hxx b/common/lazy-ptr/test.hxx index 84c442f..da1f2c4 100644 --- a/common/lazy-ptr/test.hxx +++ b/common/lazy-ptr/test.hxx @@ -1,5 +1,4 @@ // file : common/lazy-ptr/test.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX |