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/parser/polymorphism/driver.cxx | 1 - examples/cxx/parser/polymorphism/makefile | 1 - examples/cxx/parser/polymorphism/supermen-pimpl.cxx | 1 - examples/cxx/parser/polymorphism/supermen-pimpl.hxx | 1 - 4 files changed, 4 deletions(-) (limited to 'examples/cxx/parser/polymorphism') diff --git a/examples/cxx/parser/polymorphism/driver.cxx b/examples/cxx/parser/polymorphism/driver.cxx index 842a88b..ffbe48b 100644 --- a/examples/cxx/parser/polymorphism/driver.cxx +++ b/examples/cxx/parser/polymorphism/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/parser/polymorphism/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/parser/polymorphism/makefile b/examples/cxx/parser/polymorphism/makefile index 12b8b74..861b338 100644 --- a/examples/cxx/parser/polymorphism/makefile +++ b/examples/cxx/parser/polymorphism/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/parser/polymorphism/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/parser/polymorphism/supermen-pimpl.cxx b/examples/cxx/parser/polymorphism/supermen-pimpl.cxx index 8a30cbd..f4b3bc6 100644 --- a/examples/cxx/parser/polymorphism/supermen-pimpl.cxx +++ b/examples/cxx/parser/polymorphism/supermen-pimpl.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/parser/polymorphism/supermen-pimpl.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // diff --git a/examples/cxx/parser/polymorphism/supermen-pimpl.hxx b/examples/cxx/parser/polymorphism/supermen-pimpl.hxx index 3c0f549..eaf81e5 100644 --- a/examples/cxx/parser/polymorphism/supermen-pimpl.hxx +++ b/examples/cxx/parser/polymorphism/supermen-pimpl.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/parser/polymorphism/supermen-pimpl.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef SUPERMEN_PIMPL_HXX -- cgit v1.1