license-generator 0.4.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,427 @@
1
+ <%= option(:work) %> (c) by <%= authors %>
2
+
3
+ Attribution-ShareAlike 4.0 International
4
+
5
+ =======================================================================
6
+
7
+ Creative Commons Corporation ("Creative Commons") is not a law firm and
8
+ does not provide legal services or legal advice. Distribution of
9
+ Creative Commons public licenses does not create a lawyer-client or
10
+ other relationship. Creative Commons makes its licenses and related
11
+ information available on an "as-is" basis. Creative Commons gives no
12
+ warranties regarding its licenses, any material licensed under their
13
+ terms and conditions, or any related information. Creative Commons
14
+ disclaims all liability for damages resulting from their use to the
15
+ fullest extent possible.
16
+
17
+ Using Creative Commons Public Licenses
18
+
19
+ Creative Commons public licenses provide a standard set of terms and
20
+ conditions that creators and other rights holders may use to share
21
+ original works of authorship and other material subject to copyright
22
+ and certain other rights specified in the public license below. The
23
+ following considerations are for informational purposes only, are not
24
+ exhaustive, and do not form part of our licenses.
25
+
26
+ Considerations for licensors: Our public licenses are
27
+ intended for use by those authorized to give the public
28
+ permission to use material in ways otherwise restricted by
29
+ copyright and certain other rights. Our licenses are
30
+ irrevocable. Licensors should read and understand the terms
31
+ and conditions of the license they choose before applying it.
32
+ Licensors should also secure all rights necessary before
33
+ applying our licenses so that the public can reuse the
34
+ material as expected. Licensors should clearly mark any
35
+ material not subject to the license. This includes other CC-
36
+ licensed material, or material used under an exception or
37
+ limitation to copyright. More considerations for licensors:
38
+ wiki.creativecommons.org/Considerations_for_licensors
39
+
40
+ Considerations for the public: By using one of our public
41
+ licenses, a licensor grants the public permission to use the
42
+ licensed material under specified terms and conditions. If
43
+ the licensor's permission is not necessary for any reason--for
44
+ example, because of any applicable exception or limitation to
45
+ copyright--then that use is not regulated by the license. Our
46
+ licenses grant only permissions under copyright and certain
47
+ other rights that a licensor has authority to grant. Use of
48
+ the licensed material may still be restricted for other
49
+ reasons, including because others have copyright or other
50
+ rights in the material. A licensor may make special requests,
51
+ such as asking that all changes be marked or described.
52
+ Although not required by our licenses, you are encouraged to
53
+ respect those requests where reasonable. More_considerations
54
+ for the public:
55
+ wiki.creativecommons.org/Considerations_for_licensees
56
+
57
+ =======================================================================
58
+
59
+ Creative Commons Attribution-ShareAlike 4.0 International Public
60
+ License
61
+
62
+ By exercising the Licensed Rights (defined below), You accept and agree
63
+ to be bound by the terms and conditions of this Creative Commons
64
+ Attribution-ShareAlike 4.0 International Public License ("Public
65
+ License"). To the extent this Public License may be interpreted as a
66
+ contract, You are granted the Licensed Rights in consideration of Your
67
+ acceptance of these terms and conditions, and the Licensor grants You
68
+ such rights in consideration of benefits the Licensor receives from
69
+ making the Licensed Material available under these terms and
70
+ conditions.
71
+
72
+
73
+ Section 1 -- Definitions.
74
+
75
+ a. Adapted Material means material subject to Copyright and Similar
76
+ Rights that is derived from or based upon the Licensed Material
77
+ and in which the Licensed Material is translated, altered,
78
+ arranged, transformed, or otherwise modified in a manner requiring
79
+ permission under the Copyright and Similar Rights held by the
80
+ Licensor. For purposes of this Public License, where the Licensed
81
+ Material is a musical work, performance, or sound recording,
82
+ Adapted Material is always produced where the Licensed Material is
83
+ synched in timed relation with a moving image.
84
+
85
+ b. Adapter's License means the license You apply to Your Copyright
86
+ and Similar Rights in Your contributions to Adapted Material in
87
+ accordance with the terms and conditions of this Public License.
88
+
89
+ c. BY-SA Compatible License means a license listed at
90
+ creativecommons.org/compatiblelicenses, approved by Creative
91
+ Commons as essentially the equivalent of this Public License.
92
+
93
+ d. Copyright and Similar Rights means copyright and/or similar rights
94
+ closely related to copyright including, without limitation,
95
+ performance, broadcast, sound recording, and Sui Generis Database
96
+ Rights, without regard to how the rights are labeled or
97
+ categorized. For purposes of this Public License, the rights
98
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
99
+ Rights.
100
+
101
+ e. Effective Technological Measures means those measures that, in the
102
+ absence of proper authority, may not be circumvented under laws
103
+ fulfilling obligations under Article 11 of the WIPO Copyright
104
+ Treaty adopted on December 20, 1996, and/or similar international
105
+ agreements.
106
+
107
+ f. Exceptions and Limitations means fair use, fair dealing, and/or
108
+ any other exception or limitation to Copyright and Similar Rights
109
+ that applies to Your use of the Licensed Material.
110
+
111
+ g. License Elements means the license attributes listed in the name
112
+ of a Creative Commons Public License. The License Elements of this
113
+ Public License are Attribution and ShareAlike.
114
+
115
+ h. Licensed Material means the artistic or literary work, database,
116
+ or other material to which the Licensor applied this Public
117
+ License.
118
+
119
+ i. Licensed Rights means the rights granted to You subject to the
120
+ terms and conditions of this Public License, which are limited to
121
+ all Copyright and Similar Rights that apply to Your use of the
122
+ Licensed Material and that the Licensor has authority to license.
123
+
124
+ j. Licensor means the individual(s) or entity(ies) granting rights
125
+ under this Public License.
126
+
127
+ k. Share means to provide material to the public by any means or
128
+ process that requires permission under the Licensed Rights, such
129
+ as reproduction, public display, public performance, distribution,
130
+ dissemination, communication, or importation, and to make material
131
+ available to the public including in ways that members of the
132
+ public may access the material from a place and at a time
133
+ individually chosen by them.
134
+
135
+ l. Sui Generis Database Rights means rights other than copyright
136
+ resulting from Directive 96/9/EC of the European Parliament and of
137
+ the Council of 11 March 1996 on the legal protection of databases,
138
+ as amended and/or succeeded, as well as other essentially
139
+ equivalent rights anywhere in the world.
140
+
141
+ m. You means the individual or entity exercising the Licensed Rights
142
+ under this Public License. Your has a corresponding meaning.
143
+
144
+
145
+ Section 2 -- Scope.
146
+
147
+ a. License grant.
148
+
149
+ 1. Subject to the terms and conditions of this Public License,
150
+ the Licensor hereby grants You a worldwide, royalty-free,
151
+ non-sublicensable, non-exclusive, irrevocable license to
152
+ exercise the Licensed Rights in the Licensed Material to:
153
+
154
+ a. reproduce and Share the Licensed Material, in whole or
155
+ in part; and
156
+
157
+ b. produce, reproduce, and Share Adapted Material.
158
+
159
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
160
+ Exceptions and Limitations apply to Your use, this Public
161
+ License does not apply, and You do not need to comply with
162
+ its terms and conditions.
163
+
164
+ 3. Term. The term of this Public License is specified in Section
165
+ 6(a).
166
+
167
+ 4. Media and formats; technical modifications allowed. The
168
+ Licensor authorizes You to exercise the Licensed Rights in
169
+ all media and formats whether now known or hereafter created,
170
+ and to make technical modifications necessary to do so. The
171
+ Licensor waives and/or agrees not to assert any right or
172
+ authority to forbid You from making technical modifications
173
+ necessary to exercise the Licensed Rights, including
174
+ technical modifications necessary to circumvent Effective
175
+ Technological Measures. For purposes of this Public License,
176
+ simply making modifications authorized by this Section 2(a)
177
+ (4) never produces Adapted Material.
178
+
179
+ 5. Downstream recipients.
180
+
181
+ a. Offer from the Licensor -- Licensed Material. Every
182
+ recipient of the Licensed Material automatically
183
+ receives an offer from the Licensor to exercise the
184
+ Licensed Rights under the terms and conditions of this
185
+ Public License.
186
+
187
+ b. Additional offer from the Licensor -- Adapted Material.
188
+ Every recipient of Adapted Material from You
189
+ automatically receives an offer from the Licensor to
190
+ exercise the Licensed Rights in the Adapted Material
191
+ under the conditions of the Adapter's License You apply.
192
+
193
+ c. No downstream restrictions. You may not offer or impose
194
+ any additional or different terms or conditions on, or
195
+ apply any Effective Technological Measures to, the
196
+ Licensed Material if doing so restricts exercise of the
197
+ Licensed Rights by any recipient of the Licensed
198
+ Material.
199
+
200
+ 6. No endorsement. Nothing in this Public License constitutes or
201
+ may be construed as permission to assert or imply that You
202
+ are, or that Your use of the Licensed Material is, connected
203
+ with, or sponsored, endorsed, or granted official status by,
204
+ the Licensor or others designated to receive attribution as
205
+ provided in Section 3(a)(1)(A)(i).
206
+
207
+ b. Other rights.
208
+
209
+ 1. Moral rights, such as the right of integrity, are not
210
+ licensed under this Public License, nor are publicity,
211
+ privacy, and/or other similar personality rights; however, to
212
+ the extent possible, the Licensor waives and/or agrees not to
213
+ assert any such rights held by the Licensor to the limited
214
+ extent necessary to allow You to exercise the Licensed
215
+ Rights, but not otherwise.
216
+
217
+ 2. Patent and trademark rights are not licensed under this
218
+ Public License.
219
+
220
+ 3. To the extent possible, the Licensor waives any right to
221
+ collect royalties from You for the exercise of the Licensed
222
+ Rights, whether directly or through a collecting society
223
+ under any voluntary or waivable statutory or compulsory
224
+ licensing scheme. In all other cases the Licensor expressly
225
+ reserves any right to collect such royalties.
226
+
227
+
228
+ Section 3 -- License Conditions.
229
+
230
+ Your exercise of the Licensed Rights is expressly made subject to the
231
+ following conditions.
232
+
233
+ a. Attribution.
234
+
235
+ 1. If You Share the Licensed Material (including in modified
236
+ form), You must:
237
+
238
+ a. retain the following if it is supplied by the Licensor
239
+ with the Licensed Material:
240
+
241
+ i. identification of the creator(s) of the Licensed
242
+ Material and any others designated to receive
243
+ attribution, in any reasonable manner requested by
244
+ the Licensor (including by pseudonym if
245
+ designated);
246
+
247
+ ii. a copyright notice;
248
+
249
+ iii. a notice that refers to this Public License;
250
+
251
+ iv. a notice that refers to the disclaimer of
252
+ warranties;
253
+
254
+ v. a URI or hyperlink to the Licensed Material to the
255
+ extent reasonably practicable;
256
+
257
+ b. indicate if You modified the Licensed Material and
258
+ retain an indication of any previous modifications; and
259
+
260
+ c. indicate the Licensed Material is licensed under this
261
+ Public License, and include the text of, or the URI or
262
+ hyperlink to, this Public License.
263
+
264
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
265
+ reasonable manner based on the medium, means, and context in
266
+ which You Share the Licensed Material. For example, it may be
267
+ reasonable to satisfy the conditions by providing a URI or
268
+ hyperlink to a resource that includes the required
269
+ information.
270
+
271
+ 3. If requested by the Licensor, You must remove any of the
272
+ information required by Section 3(a)(1)(A) to the extent
273
+ reasonably practicable.
274
+
275
+ b. ShareAlike.
276
+
277
+ In addition to the conditions in Section 3(a), if You Share
278
+ Adapted Material You produce, the following conditions also apply.
279
+
280
+ 1. The Adapter's License You apply must be a Creative Commons
281
+ license with the same License Elements, this version or
282
+ later, or a BY-SA Compatible License.
283
+
284
+ 2. You must include the text of, or the URI or hyperlink to, the
285
+ Adapter's License You apply. You may satisfy this condition
286
+ in any reasonable manner based on the medium, means, and
287
+ context in which You Share Adapted Material.
288
+
289
+ 3. You may not offer or impose any additional or different terms
290
+ or conditions on, or apply any Effective Technological
291
+ Measures to, Adapted Material that restrict exercise of the
292
+ rights granted under the Adapter's License You apply.
293
+
294
+
295
+ Section 4 -- Sui Generis Database Rights.
296
+
297
+ Where the Licensed Rights include Sui Generis Database Rights that
298
+ apply to Your use of the Licensed Material:
299
+
300
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
301
+ to extract, reuse, reproduce, and Share all or a substantial
302
+ portion of the contents of the database;
303
+
304
+ b. if You include all or a substantial portion of the database
305
+ contents in a database in which You have Sui Generis Database
306
+ Rights, then the database in which You have Sui Generis Database
307
+ Rights (but not its individual contents) is Adapted Material,
308
+
309
+ including for purposes of Section 3(b); and
310
+ c. You must comply with the conditions in Section 3(a) if You Share
311
+ all or a substantial portion of the contents of the database.
312
+
313
+ For the avoidance of doubt, this Section 4 supplements and does not
314
+ replace Your obligations under this Public License where the Licensed
315
+ Rights include other Copyright and Similar Rights.
316
+
317
+
318
+ Section 5 -- Disclaimer of Warranties and Limitation of Liability.
319
+
320
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
321
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
322
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
323
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
324
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
325
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
326
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
327
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
328
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
329
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
330
+
331
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
332
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
333
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
334
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
335
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
336
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
337
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
338
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
339
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
340
+
341
+ c. The disclaimer of warranties and limitation of liability provided
342
+ above shall be interpreted in a manner that, to the extent
343
+ possible, most closely approximates an absolute disclaimer and
344
+ waiver of all liability.
345
+
346
+
347
+ Section 6 -- Term and Termination.
348
+
349
+ a. This Public License applies for the term of the Copyright and
350
+ Similar Rights licensed here. However, if You fail to comply with
351
+ this Public License, then Your rights under this Public License
352
+ terminate automatically.
353
+
354
+ b. Where Your right to use the Licensed Material has terminated under
355
+ Section 6(a), it reinstates:
356
+
357
+ 1. automatically as of the date the violation is cured, provided
358
+ it is cured within 30 days of Your discovery of the
359
+ violation; or
360
+
361
+ 2. upon express reinstatement by the Licensor.
362
+
363
+ For the avoidance of doubt, this Section 6(b) does not affect any
364
+ right the Licensor may have to seek remedies for Your violations
365
+ of this Public License.
366
+
367
+ c. For the avoidance of doubt, the Licensor may also offer the
368
+ Licensed Material under separate terms or conditions or stop
369
+ distributing the Licensed Material at any time; however, doing so
370
+ will not terminate this Public License.
371
+
372
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
373
+ License.
374
+
375
+
376
+ Section 7 -- Other Terms and Conditions.
377
+
378
+ a. The Licensor shall not be bound by any additional or different
379
+ terms or conditions communicated by You unless expressly agreed.
380
+
381
+ b. Any arrangements, understandings, or agreements regarding the
382
+ Licensed Material not stated herein are separate from and
383
+ independent of the terms and conditions of this Public License.
384
+
385
+
386
+ Section 8 -- Interpretation.
387
+
388
+ a. For the avoidance of doubt, this Public License does not, and
389
+ shall not be interpreted to, reduce, limit, restrict, or impose
390
+ conditions on any use of the Licensed Material that could lawfully
391
+ be made without permission under this Public License.
392
+
393
+ b. To the extent possible, if any provision of this Public License is
394
+ deemed unenforceable, it shall be automatically reformed to the
395
+ minimum extent necessary to make it enforceable. If the provision
396
+ cannot be reformed, it shall be severed from this Public License
397
+ without affecting the enforceability of the remaining terms and
398
+ conditions.
399
+
400
+ c. No term or condition of this Public License will be waived and no
401
+ failure to comply consented to unless expressly agreed to by the
402
+ Licensor.
403
+
404
+ d. Nothing in this Public License constitutes or may be interpreted
405
+ as a limitation upon, or waiver of, any privileges and immunities
406
+ that apply to the Licensor or You, including from the legal
407
+ processes of any jurisdiction or authority.
408
+
409
+
410
+ =======================================================================
411
+
412
+ Creative Commons is not a party to its public licenses.
413
+ Notwithstanding, Creative Commons may elect to apply one of its public
414
+ licenses to material it publishes and in those instances will be
415
+ considered the "Licensor." Except for the limited purpose of indicating
416
+ that material is shared under a Creative Commons public license or as
417
+ otherwise permitted by the Creative Commons policies published at
418
+ creativecommons.org/policies, Creative Commons does not authorize the
419
+ use of the trademark "Creative Commons" or any other trademark or logo
420
+ of Creative Commons without its prior written consent including,
421
+ without limitation, in connection with any unauthorized modifications
422
+ to any of its public licenses or any other arrangements,
423
+ understandings, or agreements concerning use of licensed material. For
424
+ the avoidance of doubt, this paragraph does not form part of the public
425
+ licenses.
426
+
427
+ Creative Commons may be contacted at creativecommons.org.
@@ -197,4 +197,4 @@ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
197
197
  TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
198
198
  YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
199
199
  PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
200
- POSSIBILITY OF SUCH DAMAGES.
200
+ POSSIBILITY OF SUCH DAMAGES.
@@ -286,4 +286,4 @@ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
286
286
  TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
287
287
  YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
288
288
  PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
289
- POSSIBILITY OF SUCH DAMAGES.
289
+ POSSIBILITY OF SUCH DAMAGES.
@@ -627,4 +627,4 @@ above cannot be given local legal effect according to their terms,
627
627
  reviewing courts shall apply local law that most closely approximates
628
628
  an absolute waiver of all civil liability in connection with the
629
629
  Program, unless a warranty or assumption of liability accompanies a
630
- copy of the Program in return for a fee.
630
+ copy of the Program in return for a fee.
metadata CHANGED
@@ -1,94 +1,97 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: license-generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
5
- prerelease:
4
+ version: 1.0.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Justin Blake
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-03-17 00:00:00.000000000 Z
11
+ date: 2017-03-02 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: thor
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: nice-sigint
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
28
39
  - !ruby/object:Gem::Version
29
40
  version: '0'
30
41
  - !ruby/object:Gem::Dependency
31
42
  name: rake
32
43
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
44
  requirements:
35
- - - ! '>='
45
+ - - ">="
36
46
  - !ruby/object:Gem::Version
37
47
  version: '0'
38
48
  type: :development
39
49
  prerelease: false
40
50
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
51
  requirements:
43
- - - ! '>='
52
+ - - ">="
44
53
  - !ruby/object:Gem::Version
45
54
  version: '0'
46
55
  - !ruby/object:Gem::Dependency
47
56
  name: rspec
48
57
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
58
  requirements:
51
- - - ! '>='
59
+ - - ">="
52
60
  - !ruby/object:Gem::Version
53
61
  version: '0'
54
62
  type: :development
55
63
  prerelease: false
56
64
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
65
  requirements:
59
- - - ! '>='
66
+ - - ">="
60
67
  - !ruby/object:Gem::Version
61
68
  version: '0'
62
69
  - !ruby/object:Gem::Dependency
63
70
  name: cucumber
64
71
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
72
  requirements:
67
- - - ! '>='
73
+ - - ">="
68
74
  - !ruby/object:Gem::Version
69
75
  version: '0'
70
76
  type: :development
71
77
  prerelease: false
72
78
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
79
  requirements:
75
- - - ! '>='
80
+ - - ">="
76
81
  - !ruby/object:Gem::Version
77
82
  version: '0'
78
83
  - !ruby/object:Gem::Dependency
79
84
  name: aruba
80
85
  requirement: !ruby/object:Gem::Requirement
81
- none: false
82
86
  requirements:
83
- - - ! '>='
87
+ - - ">="
84
88
  - !ruby/object:Gem::Version
85
89
  version: '0'
86
90
  type: :development
87
91
  prerelease: false
88
92
  version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
93
  requirements:
91
- - - ! '>='
94
+ - - ">="
92
95
  - !ruby/object:Gem::Version
93
96
  version: '0'
94
97
  description: Generate an open source license file in your project.
@@ -99,7 +102,7 @@ executables:
99
102
  extensions: []
100
103
  extra_rdoc_files: []
101
104
  files:
102
- - .gitignore
105
+ - ".gitignore"
103
106
  - CHANGELOG.md
104
107
  - Gemfile
105
108
  - LICENSE
@@ -122,7 +125,11 @@ files:
122
125
  - templates/afl-3.0.erb
123
126
  - templates/agpl-3.0.erb
124
127
  - templates/apache-2.0.erb
125
- - templates/bsd.erb
128
+ - templates/bsd-3.0.erb
129
+ - templates/cc-by-4.0.erb
130
+ - templates/cc-by-nc-4.0.erb
131
+ - templates/cc-by-nc-sa-4.0.erb
132
+ - templates/cc-by-sa-4.0.erb
126
133
  - templates/cc-zero-1.0.erb
127
134
  - templates/gpl-1.0.erb
128
135
  - templates/gpl-2.0.erb
@@ -135,33 +142,26 @@ files:
135
142
  - templates/zlib.erb
136
143
  homepage: https://github.com/blaix/license-generator
137
144
  licenses: []
145
+ metadata: {}
138
146
  post_install_message:
139
147
  rdoc_options: []
140
148
  require_paths:
141
149
  - lib
142
150
  required_ruby_version: !ruby/object:Gem::Requirement
143
- none: false
144
151
  requirements:
145
- - - ! '>='
152
+ - - ">="
146
153
  - !ruby/object:Gem::Version
147
154
  version: '0'
148
- segments:
149
- - 0
150
- hash: 3418520972971449165
151
155
  required_rubygems_version: !ruby/object:Gem::Requirement
152
- none: false
153
156
  requirements:
154
- - - ! '>='
157
+ - - ">="
155
158
  - !ruby/object:Gem::Version
156
159
  version: '0'
157
- segments:
158
- - 0
159
- hash: 3418520972971449165
160
160
  requirements: []
161
161
  rubyforge_project: license-generator
162
- rubygems_version: 1.8.25
162
+ rubygems_version: 2.5.1
163
163
  signing_key:
164
- specification_version: 3
164
+ specification_version: 4
165
165
  summary: Open Source License generator
166
166
  test_files:
167
167
  - features/generate_license.feature