diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 14:25:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 14:25:57 +0200 |
commit | dae71f180120d7a7e22262220410913d77aa1767 (patch) | |
tree | 643a6529864e6e0e22446f2180707124c71847d0 /build/mysql | |
parent | d3905b172b7d3cd1df933f57072aee652d10c186 (diff) |
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'build/mysql')
-rwxr-xr-x | build/mysql/configure | 1 | ||||
-rwxr-xr-x | build/mysql/mysql | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/build/mysql/configure b/build/mysql/configure index ac70779..2c1b0dd 100755 --- a/build/mysql/configure +++ b/build/mysql/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/mysql/configure -# author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/mysql/mysql b/build/mysql/mysql index e91da92..e8d2554 100755 --- a/build/mysql/mysql +++ b/build/mysql/mysql @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/mysql/mysql -# author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file |