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 --- sqlite/custom/driver.cxx | 1 - sqlite/custom/makefile | 1 - sqlite/custom/test.hxx | 1 - 3 files changed, 3 deletions(-) (limited to 'sqlite/custom') diff --git a/sqlite/custom/driver.cxx b/sqlite/custom/driver.cxx index 6c2b96b..b53c0f6 100644 --- a/sqlite/custom/driver.cxx +++ b/sqlite/custom/driver.cxx @@ -1,5 +1,4 @@ // file : sqlite/custom/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test custom database type mapping in SQLite. diff --git a/sqlite/custom/makefile b/sqlite/custom/makefile index ae57bd3..39f1c76 100644 --- a/sqlite/custom/makefile +++ b/sqlite/custom/makefile @@ -1,5 +1,4 @@ # file : sqlite/custom/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/sqlite/custom/test.hxx b/sqlite/custom/test.hxx index cf65c89..54a2ba3 100644 --- a/sqlite/custom/test.hxx +++ b/sqlite/custom/test.hxx @@ -1,5 +1,4 @@ // file : sqlite/custom/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