From 01e169c900135a55ecc4cbafd317e5fcc3659c59 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 19 Mar 2014 12:48:15 +0200 Subject: Remove author from source files --- examples/cxx/tree/performance/driver.cxx | 1 - examples/cxx/tree/performance/makefile | 1 - examples/cxx/tree/performance/parsing.cxx | 1 - examples/cxx/tree/performance/serialization.cxx | 1 - examples/cxx/tree/performance/time.cxx | 1 - examples/cxx/tree/performance/time.hxx | 1 - 6 files changed, 6 deletions(-) (limited to 'examples/cxx/tree/performance') diff --git a/examples/cxx/tree/performance/driver.cxx b/examples/cxx/tree/performance/driver.cxx index f3e388b..b626e4d 100644 --- a/examples/cxx/tree/performance/driver.cxx +++ b/examples/cxx/tree/performance/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/performance/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/performance/makefile b/examples/cxx/tree/performance/makefile index c739ecd..75302b3 100644 --- a/examples/cxx/tree/performance/makefile +++ b/examples/cxx/tree/performance/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/performance/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/examples/cxx/tree/performance/parsing.cxx b/examples/cxx/tree/performance/parsing.cxx index 82279a1..bf7f667 100644 --- a/examples/cxx/tree/performance/parsing.cxx +++ b/examples/cxx/tree/performance/parsing.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/performance/parsing.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/performance/serialization.cxx b/examples/cxx/tree/performance/serialization.cxx index 551d04b..08e5740 100644 --- a/examples/cxx/tree/performance/serialization.cxx +++ b/examples/cxx/tree/performance/serialization.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/performance/serialization.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/performance/time.cxx b/examples/cxx/tree/performance/time.cxx index c91f813..6bec91b 100644 --- a/examples/cxx/tree/performance/time.cxx +++ b/examples/cxx/tree/performance/time.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/performance/time.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include "time.hxx" diff --git a/examples/cxx/tree/performance/time.hxx b/examples/cxx/tree/performance/time.hxx index f83e628..ea71e83 100644 --- a/examples/cxx/tree/performance/time.hxx +++ b/examples/cxx/tree/performance/time.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/performance/time.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef TIME_HXX -- cgit v1.1