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 --- tests/cxx/parser/built-in/driver.cxx | 1 - tests/cxx/parser/built-in/makefile | 1 - tests/cxx/parser/enumeration/driver.cxx | 1 - tests/cxx/parser/enumeration/gender.hxx | 1 - tests/cxx/parser/enumeration/makefile | 1 - tests/cxx/parser/generated-impl/makefile | 1 - tests/cxx/parser/list/driver.cxx | 1 - tests/cxx/parser/list/makefile | 1 - tests/cxx/parser/makefile | 1 - tests/cxx/parser/name-clash/inheritance/driver.cxx | 1 - tests/cxx/parser/name-clash/inheritance/makefile | 1 - tests/cxx/parser/polymorphism/makefile | 1 - tests/cxx/parser/polymorphism/recursive/driver.cxx | 1 - tests/cxx/parser/polymorphism/recursive/makefile | 1 - tests/cxx/parser/polymorphism/recursive/test-pimpl.cxx | 1 - tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx | 1 - tests/cxx/parser/polymorphism/same-type/driver.cxx | 1 - tests/cxx/parser/polymorphism/same-type/makefile | 1 - tests/cxx/parser/recursive/driver.cxx | 1 - tests/cxx/parser/recursive/makefile | 1 - tests/cxx/parser/test-template/driver.cxx | 1 - tests/cxx/parser/test-template/makefile | 1 - tests/cxx/parser/union/driver.cxx | 1 - tests/cxx/parser/union/makefile | 1 - tests/cxx/parser/validation/all/driver.cxx | 1 - tests/cxx/parser/validation/all/makefile | 1 - tests/cxx/parser/validation/any/driver.cxx | 1 - tests/cxx/parser/validation/any/makefile | 1 - tests/cxx/parser/validation/attribute/driver.cxx | 1 - tests/cxx/parser/validation/attribute/makefile | 1 - tests/cxx/parser/validation/built-in/any-type/driver.cxx | 1 - tests/cxx/parser/validation/built-in/any-type/makefile | 1 - tests/cxx/parser/validation/built-in/binary/driver.cxx | 1 - tests/cxx/parser/validation/built-in/binary/makefile | 1 - tests/cxx/parser/validation/built-in/boolean/driver.cxx | 1 - tests/cxx/parser/validation/built-in/boolean/makefile | 1 - tests/cxx/parser/validation/built-in/byte/driver.cxx | 1 - tests/cxx/parser/validation/built-in/byte/makefile | 1 - tests/cxx/parser/validation/built-in/date-time/driver.cxx | 1 - tests/cxx/parser/validation/built-in/date-time/makefile | 1 - tests/cxx/parser/validation/built-in/float/driver.cxx | 1 - tests/cxx/parser/validation/built-in/float/makefile | 1 - tests/cxx/parser/validation/built-in/int/driver.cxx | 1 - tests/cxx/parser/validation/built-in/int/makefile | 1 - tests/cxx/parser/validation/built-in/integer/driver.cxx | 1 - tests/cxx/parser/validation/built-in/integer/makefile | 1 - tests/cxx/parser/validation/built-in/long/driver.cxx | 1 - tests/cxx/parser/validation/built-in/long/makefile | 1 - tests/cxx/parser/validation/built-in/makefile | 1 - tests/cxx/parser/validation/built-in/qname/driver.cxx | 1 - tests/cxx/parser/validation/built-in/qname/makefile | 1 - tests/cxx/parser/validation/built-in/short/driver.cxx | 1 - tests/cxx/parser/validation/built-in/short/makefile | 1 - tests/cxx/parser/validation/built-in/string/driver.cxx | 1 - tests/cxx/parser/validation/built-in/string/makefile | 1 - tests/cxx/parser/validation/built-in/uri/driver.cxx | 1 - tests/cxx/parser/validation/built-in/uri/makefile | 1 - tests/cxx/parser/validation/choice/driver.cxx | 1 - tests/cxx/parser/validation/choice/makefile | 1 - tests/cxx/parser/validation/makefile | 1 - tests/cxx/parser/validation/restriction/driver.cxx | 1 - tests/cxx/parser/validation/restriction/makefile | 1 - tests/cxx/parser/validation/sequence/driver.cxx | 1 - tests/cxx/parser/validation/sequence/makefile | 1 - 64 files changed, 64 deletions(-) (limited to 'tests/cxx/parser') diff --git a/tests/cxx/parser/built-in/driver.cxx b/tests/cxx/parser/built-in/driver.cxx index f9497f6..5984a36 100644 --- a/tests/cxx/parser/built-in/driver.cxx +++ b/tests/cxx/parser/built-in/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/built-in/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/built-in/makefile b/tests/cxx/parser/built-in/makefile index fe73631..70f0ff4 100644 --- a/tests/cxx/parser/built-in/makefile +++ b/tests/cxx/parser/built-in/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/built-in/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/enumeration/driver.cxx b/tests/cxx/parser/enumeration/driver.cxx index 681a451..bd03909 100644 --- a/tests/cxx/parser/enumeration/driver.cxx +++ b/tests/cxx/parser/enumeration/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/enumeration/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/enumeration/gender.hxx b/tests/cxx/parser/enumeration/gender.hxx index 62850ef..a635e45 100644 --- a/tests/cxx/parser/enumeration/gender.hxx +++ b/tests/cxx/parser/enumeration/gender.hxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/enumeration/gender.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/enumeration/makefile b/tests/cxx/parser/enumeration/makefile index af3ae5f..0f41ce4 100644 --- a/tests/cxx/parser/enumeration/makefile +++ b/tests/cxx/parser/enumeration/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/enumeration/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/generated-impl/makefile b/tests/cxx/parser/generated-impl/makefile index 8cb3998..69be4a9 100644 --- a/tests/cxx/parser/generated-impl/makefile +++ b/tests/cxx/parser/generated-impl/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/generated-impl/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/list/driver.cxx b/tests/cxx/parser/list/driver.cxx index 7aa55f9..e1d5f0c 100644 --- a/tests/cxx/parser/list/driver.cxx +++ b/tests/cxx/parser/list/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/list/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/list/makefile b/tests/cxx/parser/list/makefile index 535f443..b06e0d8 100644 --- a/tests/cxx/parser/list/makefile +++ b/tests/cxx/parser/list/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/list/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/makefile b/tests/cxx/parser/makefile index 51cfb4f..9e0b11f 100644 --- a/tests/cxx/parser/makefile +++ b/tests/cxx/parser/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/name-clash/inheritance/driver.cxx b/tests/cxx/parser/name-clash/inheritance/driver.cxx index 7d0c00f..243aaa6 100644 --- a/tests/cxx/parser/name-clash/inheritance/driver.cxx +++ b/tests/cxx/parser/name-clash/inheritance/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/name-clash/inheritance/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/name-clash/inheritance/makefile b/tests/cxx/parser/name-clash/inheritance/makefile index e574fc7..5041f70 100644 --- a/tests/cxx/parser/name-clash/inheritance/makefile +++ b/tests/cxx/parser/name-clash/inheritance/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/name-clash/inheritance/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/polymorphism/makefile b/tests/cxx/parser/polymorphism/makefile index 6e1a12e..a8db3cd 100644 --- a/tests/cxx/parser/polymorphism/makefile +++ b/tests/cxx/parser/polymorphism/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/polymorphism/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/polymorphism/recursive/driver.cxx b/tests/cxx/parser/polymorphism/recursive/driver.cxx index c91a1c0..9c0db3a 100644 --- a/tests/cxx/parser/polymorphism/recursive/driver.cxx +++ b/tests/cxx/parser/polymorphism/recursive/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/polymorphism/recursive/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/polymorphism/recursive/makefile b/tests/cxx/parser/polymorphism/recursive/makefile index a6def7d..63fbb29 100644 --- a/tests/cxx/parser/polymorphism/recursive/makefile +++ b/tests/cxx/parser/polymorphism/recursive/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/polymorphism/recursive/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/polymorphism/recursive/test-pimpl.cxx b/tests/cxx/parser/polymorphism/recursive/test-pimpl.cxx index 3be2921..705937d 100644 --- a/tests/cxx/parser/polymorphism/recursive/test-pimpl.cxx +++ b/tests/cxx/parser/polymorphism/recursive/test-pimpl.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/polymorphism/recursive/test-pimpl.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx b/tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx index 2dc2d35..df7b8c7 100644 --- a/tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx +++ b/tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/polymorphism/same-type/driver.cxx b/tests/cxx/parser/polymorphism/same-type/driver.cxx index 0163709..f674398 100644 --- a/tests/cxx/parser/polymorphism/same-type/driver.cxx +++ b/tests/cxx/parser/polymorphism/same-type/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/polymorphism/same-type/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/polymorphism/same-type/makefile b/tests/cxx/parser/polymorphism/same-type/makefile index 97379dd..8d90591 100644 --- a/tests/cxx/parser/polymorphism/same-type/makefile +++ b/tests/cxx/parser/polymorphism/same-type/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/polymorphism/same-type/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/recursive/driver.cxx b/tests/cxx/parser/recursive/driver.cxx index d721a1c..bc20882 100644 --- a/tests/cxx/parser/recursive/driver.cxx +++ b/tests/cxx/parser/recursive/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/recursive/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/recursive/makefile b/tests/cxx/parser/recursive/makefile index 292ec38..6050e91 100644 --- a/tests/cxx/parser/recursive/makefile +++ b/tests/cxx/parser/recursive/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/recursive/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/test-template/driver.cxx b/tests/cxx/parser/test-template/driver.cxx index 9402fba..61f4617 100644 --- a/tests/cxx/parser/test-template/driver.cxx +++ b/tests/cxx/parser/test-template/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/test-template/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/test-template/makefile b/tests/cxx/parser/test-template/makefile index 09d8fb5..a15ac89 100644 --- a/tests/cxx/parser/test-template/makefile +++ b/tests/cxx/parser/test-template/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/test-template/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/union/driver.cxx b/tests/cxx/parser/union/driver.cxx index 2cba554..03632b3 100644 --- a/tests/cxx/parser/union/driver.cxx +++ b/tests/cxx/parser/union/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/union/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/union/makefile b/tests/cxx/parser/union/makefile index 0215274..580fad8 100644 --- a/tests/cxx/parser/union/makefile +++ b/tests/cxx/parser/union/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/union/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/all/driver.cxx b/tests/cxx/parser/validation/all/driver.cxx index c1348d4..e95e9db 100644 --- a/tests/cxx/parser/validation/all/driver.cxx +++ b/tests/cxx/parser/validation/all/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/all/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/all/makefile b/tests/cxx/parser/validation/all/makefile index 9492596..50460e8 100644 --- a/tests/cxx/parser/validation/all/makefile +++ b/tests/cxx/parser/validation/all/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/all/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/any/driver.cxx b/tests/cxx/parser/validation/any/driver.cxx index c405722..f61e281 100644 --- a/tests/cxx/parser/validation/any/driver.cxx +++ b/tests/cxx/parser/validation/any/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/any/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/any/makefile b/tests/cxx/parser/validation/any/makefile index 5255faa..8de55e9 100644 --- a/tests/cxx/parser/validation/any/makefile +++ b/tests/cxx/parser/validation/any/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/any/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/attribute/driver.cxx b/tests/cxx/parser/validation/attribute/driver.cxx index 81a2670..73cfc7c 100644 --- a/tests/cxx/parser/validation/attribute/driver.cxx +++ b/tests/cxx/parser/validation/attribute/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/attribute/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/attribute/makefile b/tests/cxx/parser/validation/attribute/makefile index 056f82a..9011443 100644 --- a/tests/cxx/parser/validation/attribute/makefile +++ b/tests/cxx/parser/validation/attribute/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/attribute/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/any-type/driver.cxx b/tests/cxx/parser/validation/built-in/any-type/driver.cxx index d50f438..adaa169 100644 --- a/tests/cxx/parser/validation/built-in/any-type/driver.cxx +++ b/tests/cxx/parser/validation/built-in/any-type/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/built-in/any-type/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/any-type/makefile b/tests/cxx/parser/validation/built-in/any-type/makefile index 90c7ddd..ddceac0 100644 --- a/tests/cxx/parser/validation/built-in/any-type/makefile +++ b/tests/cxx/parser/validation/built-in/any-type/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/built-in/any-type/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/binary/driver.cxx b/tests/cxx/parser/validation/built-in/binary/driver.cxx index ed42eae..882df30 100644 --- a/tests/cxx/parser/validation/built-in/binary/driver.cxx +++ b/tests/cxx/parser/validation/built-in/binary/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/built-in/binary/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/binary/makefile b/tests/cxx/parser/validation/built-in/binary/makefile index cd3d283..c8a7905 100644 --- a/tests/cxx/parser/validation/built-in/binary/makefile +++ b/tests/cxx/parser/validation/built-in/binary/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/built-in/binary/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/boolean/driver.cxx b/tests/cxx/parser/validation/built-in/boolean/driver.cxx index d952e9e..b6023eb 100644 --- a/tests/cxx/parser/validation/built-in/boolean/driver.cxx +++ b/tests/cxx/parser/validation/built-in/boolean/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/built-in/boolean/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/boolean/makefile b/tests/cxx/parser/validation/built-in/boolean/makefile index a7b13c2..e4f6721 100644 --- a/tests/cxx/parser/validation/built-in/boolean/makefile +++ b/tests/cxx/parser/validation/built-in/boolean/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/built-in/boolean/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/byte/driver.cxx b/tests/cxx/parser/validation/built-in/byte/driver.cxx index 1d1938d..7fad0bb 100644 --- a/tests/cxx/parser/validation/built-in/byte/driver.cxx +++ b/tests/cxx/parser/validation/built-in/byte/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/built-in/byte/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/byte/makefile b/tests/cxx/parser/validation/built-in/byte/makefile index 0c7c0d9..794b503 100644 --- a/tests/cxx/parser/validation/built-in/byte/makefile +++ b/tests/cxx/parser/validation/built-in/byte/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/built-in/byte/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/date-time/driver.cxx b/tests/cxx/parser/validation/built-in/date-time/driver.cxx index 486a45a..0f775ac 100644 --- a/tests/cxx/parser/validation/built-in/date-time/driver.cxx +++ b/tests/cxx/parser/validation/built-in/date-time/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/built-in/date-time/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/date-time/makefile b/tests/cxx/parser/validation/built-in/date-time/makefile index 7028315..cc52e4a 100644 --- a/tests/cxx/parser/validation/built-in/date-time/makefile +++ b/tests/cxx/parser/validation/built-in/date-time/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/built-in/date-time/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/float/driver.cxx b/tests/cxx/parser/validation/built-in/float/driver.cxx index 136b5dc..0752b72 100644 --- a/tests/cxx/parser/validation/built-in/float/driver.cxx +++ b/tests/cxx/parser/validation/built-in/float/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/built-in/float/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/float/makefile b/tests/cxx/parser/validation/built-in/float/makefile index 224b101..5521a93 100644 --- a/tests/cxx/parser/validation/built-in/float/makefile +++ b/tests/cxx/parser/validation/built-in/float/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/built-in/float/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/int/driver.cxx b/tests/cxx/parser/validation/built-in/int/driver.cxx index 38c1c3d..8b510f9 100644 --- a/tests/cxx/parser/validation/built-in/int/driver.cxx +++ b/tests/cxx/parser/validation/built-in/int/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/built-in/int/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/int/makefile b/tests/cxx/parser/validation/built-in/int/makefile index feb5f5a..3452cae 100644 --- a/tests/cxx/parser/validation/built-in/int/makefile +++ b/tests/cxx/parser/validation/built-in/int/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/built-in/int/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/integer/driver.cxx b/tests/cxx/parser/validation/built-in/integer/driver.cxx index e47af3b..edce594 100644 --- a/tests/cxx/parser/validation/built-in/integer/driver.cxx +++ b/tests/cxx/parser/validation/built-in/integer/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/built-in/int/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/integer/makefile b/tests/cxx/parser/validation/built-in/integer/makefile index ed28cbf..a87ab72 100644 --- a/tests/cxx/parser/validation/built-in/integer/makefile +++ b/tests/cxx/parser/validation/built-in/integer/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/built-in/integer/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/long/driver.cxx b/tests/cxx/parser/validation/built-in/long/driver.cxx index a012389..3e74692 100644 --- a/tests/cxx/parser/validation/built-in/long/driver.cxx +++ b/tests/cxx/parser/validation/built-in/long/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/built-in/long/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/long/makefile b/tests/cxx/parser/validation/built-in/long/makefile index e71fa57..d3d7680 100644 --- a/tests/cxx/parser/validation/built-in/long/makefile +++ b/tests/cxx/parser/validation/built-in/long/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/built-in/long/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/makefile b/tests/cxx/parser/validation/built-in/makefile index 17bd3fe..22b9b72 100644 --- a/tests/cxx/parser/validation/built-in/makefile +++ b/tests/cxx/parser/validation/built-in/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/built-in/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/qname/driver.cxx b/tests/cxx/parser/validation/built-in/qname/driver.cxx index ff922d1..a4a2307 100644 --- a/tests/cxx/parser/validation/built-in/qname/driver.cxx +++ b/tests/cxx/parser/validation/built-in/qname/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/built-in/qname/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/qname/makefile b/tests/cxx/parser/validation/built-in/qname/makefile index 27ccf3e..d1fb000 100644 --- a/tests/cxx/parser/validation/built-in/qname/makefile +++ b/tests/cxx/parser/validation/built-in/qname/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/built-in/qname/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/short/driver.cxx b/tests/cxx/parser/validation/built-in/short/driver.cxx index 61c61f2..815972d 100644 --- a/tests/cxx/parser/validation/built-in/short/driver.cxx +++ b/tests/cxx/parser/validation/built-in/short/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/built-in/short/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/short/makefile b/tests/cxx/parser/validation/built-in/short/makefile index 7d79212..1ae772a 100644 --- a/tests/cxx/parser/validation/built-in/short/makefile +++ b/tests/cxx/parser/validation/built-in/short/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/built-in/short/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/string/driver.cxx b/tests/cxx/parser/validation/built-in/string/driver.cxx index e76f5a7..f55e7be 100644 --- a/tests/cxx/parser/validation/built-in/string/driver.cxx +++ b/tests/cxx/parser/validation/built-in/string/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/built-in/string/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/string/makefile b/tests/cxx/parser/validation/built-in/string/makefile index 16cbcf6..734cdcf 100644 --- a/tests/cxx/parser/validation/built-in/string/makefile +++ b/tests/cxx/parser/validation/built-in/string/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/built-in/string/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/uri/driver.cxx b/tests/cxx/parser/validation/built-in/uri/driver.cxx index e1b1f94..4786e97 100644 --- a/tests/cxx/parser/validation/built-in/uri/driver.cxx +++ b/tests/cxx/parser/validation/built-in/uri/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/built-in/uri/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/built-in/uri/makefile b/tests/cxx/parser/validation/built-in/uri/makefile index a158a84..def50db 100644 --- a/tests/cxx/parser/validation/built-in/uri/makefile +++ b/tests/cxx/parser/validation/built-in/uri/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/built-in/uri/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/choice/driver.cxx b/tests/cxx/parser/validation/choice/driver.cxx index dc20eac..54ef6dc 100644 --- a/tests/cxx/parser/validation/choice/driver.cxx +++ b/tests/cxx/parser/validation/choice/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/choice/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/choice/makefile b/tests/cxx/parser/validation/choice/makefile index 031aee2..30e596d 100644 --- a/tests/cxx/parser/validation/choice/makefile +++ b/tests/cxx/parser/validation/choice/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/choice/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/makefile b/tests/cxx/parser/validation/makefile index cf76805..0abe9ea 100644 --- a/tests/cxx/parser/validation/makefile +++ b/tests/cxx/parser/validation/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/restriction/driver.cxx b/tests/cxx/parser/validation/restriction/driver.cxx index d3c783e..4220991 100644 --- a/tests/cxx/parser/validation/restriction/driver.cxx +++ b/tests/cxx/parser/validation/restriction/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/restriction/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/restriction/makefile b/tests/cxx/parser/validation/restriction/makefile index 2bb7969..f1948c4 100644 --- a/tests/cxx/parser/validation/restriction/makefile +++ b/tests/cxx/parser/validation/restriction/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/restriction/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/sequence/driver.cxx b/tests/cxx/parser/validation/sequence/driver.cxx index 20a2be2..1811a08 100644 --- a/tests/cxx/parser/validation/sequence/driver.cxx +++ b/tests/cxx/parser/validation/sequence/driver.cxx @@ -1,5 +1,4 @@ // file : tests/cxx/parser/validation/sequence/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/tests/cxx/parser/validation/sequence/makefile b/tests/cxx/parser/validation/sequence/makefile index 99ef63f..71c9a54 100644 --- a/tests/cxx/parser/validation/sequence/makefile +++ b/tests/cxx/parser/validation/sequence/makefile @@ -1,5 +1,4 @@ # file : tests/cxx/parser/validation/sequence/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file -- cgit v1.1