dtas-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 04/10] Rakefile: wrap long line


From: Eric Wong
Subject: [PATCH 04/10] Rakefile: wrap long line
Date: Sun, 1 Sep 2013 01:22:04 +0000

This was a blind copy+paste.
---
 Rakefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 <address@hidden> and all 
contributors"
+    bdfl = 'Eric Wong <address@hidden>'
+    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
-- 
1.8.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]