[DRE-commits] [SCM] gem2deb.git branch, master, updated. e02b816b555126e29087f19aece9e88019094ff5

Antonio Terceiro terceiro at softwarelivre.org
Fri Apr 8 00:19:06 UTC 2011


The following commit has been merged in the master branch:
commit e02b816b555126e29087f19aece9e88019094ff5
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Thu Apr 7 17:18:29 2011 -0700

    Add missing license header

diff --git a/lib/gem2deb/metadata.rb b/lib/gem2deb/metadata.rb
index 0888205..1b07df6 100644
--- a/lib/gem2deb/metadata.rb
+++ b/lib/gem2deb/metadata.rb
@@ -1,3 +1,18 @@
+# Copyright © 2011, Antonio Terceiro <terceiro at softwarelivre.org>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 require 'rubygems'
 require 'rubygems/specification'
 require 'yaml'

-- 
gem2deb.git



More information about the Pkg-ruby-extras-commits mailing list