Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OHR Support
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
OHR Support
Commits
a2d260ee
Commit
a2d260ee
authored
13 years ago
by
Enrique García Cota
Browse files
Options
Downloads
Patches
Plain Diff
changed gpl 3.0 by 2.0 in tasks/licenses
parent
8ef7b103
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/tasks/licenses.rake
+2
-2
2 additions, 2 deletions
lib/tasks/licenses.rake
with
2 additions
and
2 deletions
lib/tasks/licenses.rake
+
2
−
2
View file @
a2d260ee
...
...
@@ -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"
,
"v
3
.0"
,
Date
.
new
(
2009
,
6
,
29
),
"http://www.gnu.org/
copyleft/gpl
.html"
)
create_license
(
"LGPL"
,
"lgpl"
,
"http://www.gnu.org/licenses/lgpl.html"
,
"v
3
.0"
,
Date
.
new
(
2009
,
6
,
29
),
"http://www.gnu.org/licenses/lgpl.html"
)
create_license
(
"GPL"
,
"gpl"
,
"http://www.gnu.org/copyleft/gpl.html"
,
"v
2
.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"
,
"v
2
.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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment