about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
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