From dae71f180120d7a7e22262220410913d77aa1767 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 14:25:57 +0200 Subject: Remove author field from file header Too much effort to maintain. --- sqlite/types/driver.cxx | 1 - sqlite/types/makefile | 1 - sqlite/types/test.hxx | 1 - sqlite/types/traits.hxx | 1 - 4 files changed, 4 deletions(-) (limited to 'sqlite/types') diff --git a/sqlite/types/driver.cxx b/sqlite/types/driver.cxx index 3c14c7a..86d78f8 100644 --- a/sqlite/types/driver.cxx +++ b/sqlite/types/driver.cxx @@ -1,5 +1,4 @@ // file : sqlite/types/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/sqlite/types/makefile b/sqlite/types/makefile index bf6235f..9bb9474 100644 --- a/sqlite/types/makefile +++ b/sqlite/types/makefile @@ -1,5 +1,4 @@ # file : sqlite/types/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/sqlite/types/test.hxx b/sqlite/types/test.hxx index 79b0a33..61304e8 100644 --- a/sqlite/types/test.hxx +++ b/sqlite/types/test.hxx @@ -1,5 +1,4 @@ // file : sqlite/types/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/sqlite/types/traits.hxx b/sqlite/types/traits.hxx index 486e608..ba01bba 100644 --- a/sqlite/types/traits.hxx +++ b/sqlite/types/traits.hxx @@ -1,5 +1,4 @@ // file : sqlite/types/traits.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -- cgit v1.1