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/query/array/driver.cxx | 1 - common/query/array/makefile | 1 - common/query/array/test.hxx | 1 - common/query/basics/driver.cxx | 1 - common/query/basics/makefile | 1 - common/query/basics/test.hxx | 1 - common/query/one/driver.cxx | 1 - common/query/one/makefile | 1 - common/query/one/test.hxx | 1 - 9 files changed, 9 deletions(-) (limited to 'common/query') diff --git a/common/query/array/driver.cxx b/common/query/array/driver.cxx index 4425c83..4559553 100644 --- a/common/query/array/driver.cxx +++ b/common/query/array/driver.cxx @@ -1,5 +1,4 @@ // file : common/query/array/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test query support for C arrays. diff --git a/common/query/array/makefile b/common/query/array/makefile index e1e39c8..e873a34 100644 --- a/common/query/array/makefile +++ b/common/query/array/makefile @@ -1,5 +1,4 @@ # file : common/query/array/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/query/array/test.hxx b/common/query/array/test.hxx index 3141362..d280f02 100644 --- a/common/query/array/test.hxx +++ b/common/query/array/test.hxx @@ -1,5 +1,4 @@ // file : common/query/array/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/query/basics/driver.cxx b/common/query/basics/driver.cxx index acaa975..86bae4b 100644 --- a/common/query/basics/driver.cxx +++ b/common/query/basics/driver.cxx @@ -1,5 +1,4 @@ // file : common/query/basics/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test basic query support. diff --git a/common/query/basics/makefile b/common/query/basics/makefile index 2486a36..b1749e7 100644 --- a/common/query/basics/makefile +++ b/common/query/basics/makefile @@ -1,5 +1,4 @@ # file : common/query/basics/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/query/basics/test.hxx b/common/query/basics/test.hxx index 9483f9b..22a8d32 100644 --- a/common/query/basics/test.hxx +++ b/common/query/basics/test.hxx @@ -1,5 +1,4 @@ // file : common/query/basics/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/query/one/driver.cxx b/common/query/one/driver.cxx index b9dcf91..f3ab921 100644 --- a/common/query/one/driver.cxx +++ b/common/query/one/driver.cxx @@ -1,5 +1,4 @@ // file : common/query/one/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test query one support. diff --git a/common/query/one/makefile b/common/query/one/makefile index c28b56c..fa3b557 100644 --- a/common/query/one/makefile +++ b/common/query/one/makefile @@ -1,5 +1,4 @@ # file : common/query/one/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/query/one/test.hxx b/common/query/one/test.hxx index 36bb2c4..3008063 100644 --- a/common/query/one/test.hxx +++ b/common/query/one/test.hxx @@ -1,5 +1,4 @@ // file : common/query/one/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