Commit a2d260ee authored by Enrique García Cota's avatar Enrique García Cota

changed gpl 3.0 by 2.0 in tasks/licenses

parent 8ef7b103
......@@ -25,8 +25,8 @@ namespace :licenses do
desc "creates default licenses"
task :create => :environment do
create_license("GPL", "gpl", "http://www.gnu.org/copyleft/gpl.html", "v3.0", Date.new(2009, 6,29), "http://www.gnu.org/copyleft/gpl.html")
create_license("LGPL", "lgpl", "http://www.gnu.org/licenses/lgpl.html", "v3.0", Date.new(2009, 6, 29), "http://www.gnu.org/licenses/lgpl.html")
create_license("GPL", "gpl", "http://www.gnu.org/copyleft/gpl.html", "v2.0", Date.new(1991,6,1), "http://www.gnu.org/licenses/gpl-2.0.html")
create_license("LGPL", "lgpl", "http://www.gnu.org/licenses/lgpl.html", "v2.0", Date.new(1991,6,1), "http://www.gnu.org/licenses/lgpl-2.0.html")
create_license("TAPR OHL", "tapr-ohl", "http://www.tapr.org/OHL", "v1.0", Date.new(2007, 5, 25), "http://www.tapr.org/TAPR_Open_Hardware_License_v1.0.txt")
create_license("CERN OHL", "cern-ohl", nil, "v1.1", Date.new(2011,7,8), nil)
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment