aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:59:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:59:49 +0200
commit7dbc1fda18fef05d3c5a8008c54ee5cd871633b8 (patch)
tree7abb3728f9893926dab5da8b59f1c4e3b9f5f427 /examples
parent5e1768256e804f200dd02a32755395d428600203 (diff)
Remove author from file header
Diffstat (limited to 'examples')
-rw-r--r--examples/cxx/hello/hello/build/bootstrap.make1
-rw-r--r--examples/cxx/hello/hello/makefile1
-rw-r--r--examples/cxx/hello/libhello/build/bootstrap.make1
-rw-r--r--examples/cxx/hello/libhello/build/export/libhello/stub.make1
-rw-r--r--examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make1
-rwxr-xr-xexamples/cxx/hello/libhello/build/import/libhello/configure1
-rw-r--r--examples/cxx/hello/libhello/build/import/libhello/stub.make1
-rw-r--r--examples/cxx/hello/libhello/libhello/makefile1
-rw-r--r--examples/cxx/hello/libhello/makefile1
-rw-r--r--examples/cxx/hello/libhello/test/makefile1
-rw-r--r--examples/cxx/multidir/build/bootstrap.make1
-rw-r--r--examples/cxx/multidir/makefile1
-rw-r--r--examples/m4/libhello/build/bootstrap.make1
-rw-r--r--examples/m4/libhello/hello/makefile1
-rw-r--r--examples/m4/libhello/makefile1
-rw-r--r--examples/m4/libhello/test/makefile1
16 files changed, 0 insertions, 16 deletions
diff --git a/examples/cxx/hello/hello/build/bootstrap.make b/examples/cxx/hello/hello/build/bootstrap.make
index 79f6dc1..3248b1b 100644
--- a/examples/cxx/hello/hello/build/bootstrap.make
+++ b/examples/cxx/hello/hello/build/bootstrap.make
@@ -1,5 +1,4 @@
# file : examples/cxx/hello/hello/build/bootstrap.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/examples/cxx/hello/hello/makefile b/examples/cxx/hello/hello/makefile
index 7255e37..870cd85 100644
--- a/examples/cxx/hello/hello/makefile
+++ b/examples/cxx/hello/hello/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hello/hello/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/examples/cxx/hello/libhello/build/bootstrap.make b/examples/cxx/hello/libhello/build/bootstrap.make
index f8a6e02..176c599 100644
--- a/examples/cxx/hello/libhello/build/bootstrap.make
+++ b/examples/cxx/hello/libhello/build/bootstrap.make
@@ -1,5 +1,4 @@
# file : examples/cxx/hello/libhello/build/bootstrap.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/examples/cxx/hello/libhello/build/export/libhello/stub.make b/examples/cxx/hello/libhello/build/export/libhello/stub.make
index ede3692..9a9eb5c 100644
--- a/examples/cxx/hello/libhello/build/export/libhello/stub.make
+++ b/examples/cxx/hello/libhello/build/export/libhello/stub.make
@@ -1,5 +1,4 @@
# file : examples/cxx/hello/libhello/build/export/libhello/stub.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make b/examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make
index 4c70435..5a5bf3d 100644
--- a/examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make
+++ b/examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make
@@ -1,5 +1,4 @@
# file : examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/examples/cxx/hello/libhello/build/import/libhello/configure b/examples/cxx/hello/libhello/build/import/libhello/configure
index 24fecfa..527a629 100755
--- a/examples/cxx/hello/libhello/build/import/libhello/configure
+++ b/examples/cxx/hello/libhello/build/import/libhello/configure
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : examples/cxx/hello/libhello/build/import/libhello/configure
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/examples/cxx/hello/libhello/build/import/libhello/stub.make b/examples/cxx/hello/libhello/build/import/libhello/stub.make
index effba87..f592026 100644
--- a/examples/cxx/hello/libhello/build/import/libhello/stub.make
+++ b/examples/cxx/hello/libhello/build/import/libhello/stub.make
@@ -1,5 +1,4 @@
# file : examples/cxx/hello/libhello/build/import/libhello/stub.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/examples/cxx/hello/libhello/libhello/makefile b/examples/cxx/hello/libhello/libhello/makefile
index 425ea7e..fac12f2 100644
--- a/examples/cxx/hello/libhello/libhello/makefile
+++ b/examples/cxx/hello/libhello/libhello/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hello/libhello/libhello/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/examples/cxx/hello/libhello/makefile b/examples/cxx/hello/libhello/makefile
index 4f8bf42..a9f8a03 100644
--- a/examples/cxx/hello/libhello/makefile
+++ b/examples/cxx/hello/libhello/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hello/libhello/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/examples/cxx/hello/libhello/test/makefile b/examples/cxx/hello/libhello/test/makefile
index 036d053..3e006a1 100644
--- a/examples/cxx/hello/libhello/test/makefile
+++ b/examples/cxx/hello/libhello/test/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hello/libhello/test/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/examples/cxx/multidir/build/bootstrap.make b/examples/cxx/multidir/build/bootstrap.make
index 9317388..7f77c59 100644
--- a/examples/cxx/multidir/build/bootstrap.make
+++ b/examples/cxx/multidir/build/bootstrap.make
@@ -1,5 +1,4 @@
# file : examples/cxx/multidir/build/bootstrap.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/examples/cxx/multidir/makefile b/examples/cxx/multidir/makefile
index b9b66d9..b1567ec 100644
--- a/examples/cxx/multidir/makefile
+++ b/examples/cxx/multidir/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/multidir/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/examples/m4/libhello/build/bootstrap.make b/examples/m4/libhello/build/bootstrap.make
index cc22426..e2fccae 100644
--- a/examples/m4/libhello/build/bootstrap.make
+++ b/examples/m4/libhello/build/bootstrap.make
@@ -1,5 +1,4 @@
# file : examples/m4/hello/libhello/build/bootstrap.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/examples/m4/libhello/hello/makefile b/examples/m4/libhello/hello/makefile
index e2e2fa6..cc4a32c 100644
--- a/examples/m4/libhello/hello/makefile
+++ b/examples/m4/libhello/hello/makefile
@@ -1,5 +1,4 @@
# file : examples/m4/hello/libhello/hello/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/examples/m4/libhello/makefile b/examples/m4/libhello/makefile
index d797b00..1dc7c0b 100644
--- a/examples/m4/libhello/makefile
+++ b/examples/m4/libhello/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hello/libhello/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/examples/m4/libhello/test/makefile b/examples/m4/libhello/test/makefile
index 2416519..0893787 100644
--- a/examples/m4/libhello/test/makefile
+++ b/examples/m4/libhello/test/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hello/libhello/test/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file