From 8b33f84adf9e893bce0ee207c2ac8cbdfe501924 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 19 Mar 2014 12:55:40 +0200 Subject: Remove author from source files --- examples/cxx/hybrid/custom/wildcard/body.cxx | 1 - examples/cxx/hybrid/custom/wildcard/body.hxx | 1 - examples/cxx/hybrid/custom/wildcard/driver.cxx | 1 - examples/cxx/hybrid/custom/wildcard/envelope-pimpl.cxx | 1 - examples/cxx/hybrid/custom/wildcard/envelope-pimpl.hxx | 1 - examples/cxx/hybrid/custom/wildcard/envelope-simpl.cxx | 1 - examples/cxx/hybrid/custom/wildcard/envelope-simpl.hxx | 1 - examples/cxx/hybrid/custom/wildcard/envelope.cxx | 1 - examples/cxx/hybrid/custom/wildcard/envelope.hxx | 1 - examples/cxx/hybrid/custom/wildcard/makefile | 1 - 10 files changed, 10 deletions(-) (limited to 'examples/cxx/hybrid/custom/wildcard') diff --git a/examples/cxx/hybrid/custom/wildcard/body.cxx b/examples/cxx/hybrid/custom/wildcard/body.cxx index 170aba3..03f133f 100644 --- a/examples/cxx/hybrid/custom/wildcard/body.cxx +++ b/examples/cxx/hybrid/custom/wildcard/body.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/hybrid/custom/wildcard/body.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include "body.hxx" diff --git a/examples/cxx/hybrid/custom/wildcard/body.hxx b/examples/cxx/hybrid/custom/wildcard/body.hxx index 504e3ca..84a3eaf 100644 --- a/examples/cxx/hybrid/custom/wildcard/body.hxx +++ b/examples/cxx/hybrid/custom/wildcard/body.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/hybrid/custom/wildcard/body.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef BODY_HXX diff --git a/examples/cxx/hybrid/custom/wildcard/driver.cxx b/examples/cxx/hybrid/custom/wildcard/driver.cxx index b4b1e7c..3168f43 100644 --- a/examples/cxx/hybrid/custom/wildcard/driver.cxx +++ b/examples/cxx/hybrid/custom/wildcard/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/hybrid/custom/wildcard/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // memcpy diff --git a/examples/cxx/hybrid/custom/wildcard/envelope-pimpl.cxx b/examples/cxx/hybrid/custom/wildcard/envelope-pimpl.cxx index d88edf9..6cacf4f 100644 --- a/examples/cxx/hybrid/custom/wildcard/envelope-pimpl.cxx +++ b/examples/cxx/hybrid/custom/wildcard/envelope-pimpl.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/hybrid/custom/wildcard/envelope-pimpl.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/hybrid/custom/wildcard/envelope-pimpl.hxx b/examples/cxx/hybrid/custom/wildcard/envelope-pimpl.hxx index 5443ee1..3571ebf 100644 --- a/examples/cxx/hybrid/custom/wildcard/envelope-pimpl.hxx +++ b/examples/cxx/hybrid/custom/wildcard/envelope-pimpl.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/hybrid/custom/wildcard/envelope-pimpl.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef ENVELOPE_PIMPL_HXX diff --git a/examples/cxx/hybrid/custom/wildcard/envelope-simpl.cxx b/examples/cxx/hybrid/custom/wildcard/envelope-simpl.cxx index b6d9f89..1b0cc22 100644 --- a/examples/cxx/hybrid/custom/wildcard/envelope-simpl.cxx +++ b/examples/cxx/hybrid/custom/wildcard/envelope-simpl.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/hybrid/custom/wildcard/envelope-simpl.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include "body.hxx" diff --git a/examples/cxx/hybrid/custom/wildcard/envelope-simpl.hxx b/examples/cxx/hybrid/custom/wildcard/envelope-simpl.hxx index bb2f546..18d3dc8 100644 --- a/examples/cxx/hybrid/custom/wildcard/envelope-simpl.hxx +++ b/examples/cxx/hybrid/custom/wildcard/envelope-simpl.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/hybrid/custom/wildcard/envelope-simpl.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef ENVELOPE_SIMPL_HXX diff --git a/examples/cxx/hybrid/custom/wildcard/envelope.cxx b/examples/cxx/hybrid/custom/wildcard/envelope.cxx index bec57a3..4a61014 100644 --- a/examples/cxx/hybrid/custom/wildcard/envelope.cxx +++ b/examples/cxx/hybrid/custom/wildcard/envelope.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/hybrid/custom/wildcard/envelope.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Include email.hxx (which includes envelope.hxx) instead of envelope.hxx. diff --git a/examples/cxx/hybrid/custom/wildcard/envelope.hxx b/examples/cxx/hybrid/custom/wildcard/envelope.hxx index de2ba0a..51c02af 100644 --- a/examples/cxx/hybrid/custom/wildcard/envelope.hxx +++ b/examples/cxx/hybrid/custom/wildcard/envelope.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/hybrid/custom/wildcard/envelope.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #ifndef ENVELOPE_HXX diff --git a/examples/cxx/hybrid/custom/wildcard/makefile b/examples/cxx/hybrid/custom/wildcard/makefile index 5779ee2..d905d3b 100644 --- a/examples/cxx/hybrid/custom/wildcard/makefile +++ b/examples/cxx/hybrid/custom/wildcard/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/hybrid/custom/wildcard/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file -- cgit v1.1