copyright-header 1.0.17 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/copyright_header/version.rb +1 -1
- data/licenses/LGPL3.erb +17 -0
- metadata +9 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 86579d97ed6939bdd76b21106c3d7e6817dc991c
|
|
4
|
+
data.tar.gz: 3d132331d64df527a04634d5ccdc453408040986
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a04d27fa2a14cb007f14426980a76de835a862314f8b9c5babd23321fc83bc56ced7b05197daa3b86ad376a83dd2007de0cdfde8eee23707e1624c59c6cf6fb
|
|
7
|
+
data.tar.gz: bd9050dee1f25ef32ef7791496fed538d5cc05d61291332c07022766d50a277b5fe94f7ec21f6d1054fffb8820a83da5eb01d4923a6dbad02beccd2dbdc256fb
|
data/licenses/LGPL3.erb
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<%=copyright_software%> - <%=copyright_software_description%>
|
|
2
|
+
Copyright (C) <%=copyright_years.join(', ')%> <%=copyright_holders.join(', ')%>
|
|
3
|
+
|
|
4
|
+
This file is part of <%=copyright_software%>.
|
|
5
|
+
|
|
6
|
+
<%=copyright_software%> is free software: you can redistribute it and/or modify
|
|
7
|
+
it under the terms of the GNU Lesser General Public License as published by
|
|
8
|
+
the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
(at your option) any later version.
|
|
10
|
+
|
|
11
|
+
<%=copyright_software%> is distributed in the hope that it will be useful,
|
|
12
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
GNU Lesser General Public License for more details.
|
|
15
|
+
|
|
16
|
+
You should have received a copy of the GNU Lesser General Public License
|
|
17
|
+
along with <%=copyright_software%>. If not, see <http://www.gnu.org/licenses/>.
|
metadata
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: copyright-header
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Erik Osterman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-10-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: github-linguist
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
27
|
description: A utility which is able to recursively insert and remove copyright headers
|
|
@@ -37,7 +37,7 @@ extra_rdoc_files:
|
|
|
37
37
|
- AUTHORS
|
|
38
38
|
- contrib/syntax.yml
|
|
39
39
|
files:
|
|
40
|
-
- .gitignore
|
|
40
|
+
- ".gitignore"
|
|
41
41
|
- AUTHORS
|
|
42
42
|
- Gemfile
|
|
43
43
|
- LICENSE
|
|
@@ -56,6 +56,7 @@ files:
|
|
|
56
56
|
- licenses/BSD-3-CLAUSE.erb
|
|
57
57
|
- licenses/BSD-4-CLAUSE.erb
|
|
58
58
|
- licenses/GPL3.erb
|
|
59
|
+
- licenses/LGPL3.erb
|
|
59
60
|
- licenses/MIT.erb
|
|
60
61
|
homepage: https://github.com/osterman/copyright-header
|
|
61
62
|
licenses:
|
|
@@ -67,17 +68,17 @@ require_paths:
|
|
|
67
68
|
- lib
|
|
68
69
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
69
70
|
requirements:
|
|
70
|
-
- -
|
|
71
|
+
- - ">="
|
|
71
72
|
- !ruby/object:Gem::Version
|
|
72
73
|
version: '0'
|
|
73
74
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
74
75
|
requirements:
|
|
75
|
-
- -
|
|
76
|
+
- - ">="
|
|
76
77
|
- !ruby/object:Gem::Version
|
|
77
78
|
version: '0'
|
|
78
79
|
requirements: []
|
|
79
80
|
rubyforge_project: copyright-header
|
|
80
|
-
rubygems_version: 2.
|
|
81
|
+
rubygems_version: 2.4.8
|
|
81
82
|
signing_key:
|
|
82
83
|
specification_version: 4
|
|
83
84
|
summary: A utility to insert copyright headers into various types of source code files
|