aboutsummaryrefslogtreecommitdiff
path: root/common/access
diff options
context:
space:
mode:
Diffstat (limited to 'common/access')
-rw-r--r--common/access/driver.cxx1
-rw-r--r--common/access/makefile1
-rw-r--r--common/access/test.hxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/common/access/driver.cxx b/common/access/driver.cxx
index 39843b2..483f986 100644
--- a/common/access/driver.cxx
+++ b/common/access/driver.cxx
@@ -1,5 +1,4 @@
// file : common/access/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test accessor/modifier expressions.
diff --git a/common/access/makefile b/common/access/makefile
index 696f9ee..523531e 100644
--- a/common/access/makefile
+++ b/common/access/makefile
@@ -1,5 +1,4 @@
# file : common/access/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/access/test.hxx b/common/access/test.hxx
index 942d257..ae71103 100644
--- a/common/access/test.hxx
+++ b/common/access/test.hxx
@@ -1,5 +1,4 @@
// file : common/access/test.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX