From 6da43dcf1dfabb382a4e2c2d7d5e0c66f159738b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 13 Feb 2020 14:10:04 +0300 Subject: Drop copyright notice from source code --- common/id/auto/driver.cxx | 1 - common/id/auto/makefile | 1 - common/id/auto/test.hxx | 1 - common/id/composite/driver.cxx | 1 - common/id/composite/makefile | 1 - common/id/composite/test.hxx | 1 - common/id/nested/driver.cxx | 1 - common/id/nested/makefile | 1 - common/id/nested/test.hxx | 1 - 9 files changed, 9 deletions(-) (limited to 'common/id') diff --git a/common/id/auto/driver.cxx b/common/id/auto/driver.cxx index 162ba60..19e0f14 100644 --- a/common/id/auto/driver.cxx +++ b/common/id/auto/driver.cxx @@ -1,5 +1,4 @@ // file : common/id/auto/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test automatic id assignment. diff --git a/common/id/auto/makefile b/common/id/auto/makefile index 61399be..e0477ba 100644 --- a/common/id/auto/makefile +++ b/common/id/auto/makefile @@ -1,5 +1,4 @@ # file : common/id/auto/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/id/auto/test.hxx b/common/id/auto/test.hxx index 13fe825..233c79f 100644 --- a/common/id/auto/test.hxx +++ b/common/id/auto/test.hxx @@ -1,5 +1,4 @@ // file : common/id/auto/test.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/common/id/composite/driver.cxx b/common/id/composite/driver.cxx index 7e5a917..f394091 100644 --- a/common/id/composite/driver.cxx +++ b/common/id/composite/driver.cxx @@ -1,5 +1,4 @@ // file : common/id/composite/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test composite object ids. diff --git a/common/id/composite/makefile b/common/id/composite/makefile index 13cdd06..3edac7f 100644 --- a/common/id/composite/makefile +++ b/common/id/composite/makefile @@ -1,5 +1,4 @@ # file : common/id/composite/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/id/composite/test.hxx b/common/id/composite/test.hxx index 8b4c21c..70856a6 100644 --- a/common/id/composite/test.hxx +++ b/common/id/composite/test.hxx @@ -1,5 +1,4 @@ // file : common/id/composite/test.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/common/id/nested/driver.cxx b/common/id/nested/driver.cxx index b0ba3e6..57647fd 100644 --- a/common/id/nested/driver.cxx +++ b/common/id/nested/driver.cxx @@ -1,5 +1,4 @@ // file : common/id/nested/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test nested ids. diff --git a/common/id/nested/makefile b/common/id/nested/makefile index 08db59e..120a8f0 100644 --- a/common/id/nested/makefile +++ b/common/id/nested/makefile @@ -1,5 +1,4 @@ # file : common/id/nested/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/id/nested/test.hxx b/common/id/nested/test.hxx index 953dd78..06ee6b8 100644 --- a/common/id/nested/test.hxx +++ b/common/id/nested/test.hxx @@ -1,5 +1,4 @@ // file : common/id/nested/test.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX -- cgit v1.1