diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-01-19 14:31:23 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-01-19 14:31:23 +0000 |
commit | 111b47c047923c629b20e488bafd522882fcd5ca (patch) | |
tree | e8e7a821b60e1314e372096b829363f81763e192 /Scripts/create-test-stubs.pl | |
parent | 18ba5ccae950eec7a3581ac592f9a4e43b2fd724 (diff) | |
download | sequelpro-111b47c047923c629b20e488bafd522882fcd5ca.tar.gz sequelpro-111b47c047923c629b20e488bafd522882fcd5ca.tar.bz2 sequelpro-111b47c047923c629b20e488bafd522882fcd5ca.zip |
Remove SVN property placeholders.
Diffstat (limited to 'Scripts/create-test-stubs.pl')
-rwxr-xr-x | Scripts/create-test-stubs.pl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Scripts/create-test-stubs.pl b/Scripts/create-test-stubs.pl index fb44385a..1cf146b3 100755 --- a/Scripts/create-test-stubs.pl +++ b/Scripts/create-test-stubs.pl @@ -1,8 +1,6 @@ #! /usr/bin/perl # -# $Id$ -# # create-test-stubs.pl # sequel-pro # @@ -80,9 +78,7 @@ sub write_header_to_file $filename = ($is_header) ? "${filename}.h" : "${filename}.m"; - my $content = << "EOF"; -// -// \$Id\$ + my $content = << "EOF"; // // $filename // $project |