about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-31 06:13:22 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-31 06:13:22 +0000
commit5c90135e4b7b2d1a5bafe2f9a8df45449fc855fe (patch)
tree05ea977e8d113cf1337ac78e121d2d198e360183 /Rakefile
parent76510642e6615e04b00ea803e0b941795104c6ad (diff)
downloaddtas-5c90135e4b7b2d1a5bafe2f9a8df45449fc855fe.tar.gz
This was a blind copy+paste.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 218390b..3cf474d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -41,7 +41,8 @@ if ! File.exist?(manifest) || File.stat(manifest).mtime < gitidx.mtime
     end
 
     fp.write("\n# COPYRIGHT\n")
-    fp.puts "Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors"
+    bdfl = 'Eric Wong <normalperson@yhbt.net>'
+    fp.puts "Copyright (C) 2013, #{bdfl} and all contributors"
     fp.puts "License: GPLv3 or later (http://www.gnu.org/licenses/gpl-3.0.txt)"
   end
 end