Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Update default license (elastic#7502)
Browse files Browse the repository at this point in the history
* Update default license

The current value issues a warning when building: 

WARNING:  license value 'Apache License (2.0)' is invalid.  Use a license identifier from
http://spdx.org/licenses or 'Nonstandard' for a nonstandard license.
Did you mean 'Apache-2.0'?

* Update license

* Update license

* Update license
  • Loading branch information
bdahon authored and jordansissel committed Jun 22, 2017
1 parent 7bc3c23 commit 2105b49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'logstash-codec-<%= plugin_name %>'
s.version = '0.1.0'
s.licenses = ['Apache License (2.0)']
s.licenses = ['Apache-2.0']
s.summary = 'TODO: Write a short summary, because Rubygems requires one.'
s.description = 'TODO: Write a longer description or delete this line.'
s.homepage = 'TODO: Put your plugin''s website or public repo URL here.'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'logstash-filter-<%= plugin_name %>'
s.version = '0.1.0'
s.licenses = ['Apache License (2.0)']
s.licenses = ['Apache-2.0']
s.summary = 'TODO: Write a short summary, because Rubygems requires one.'
s.description = 'TODO: Write a longer description or delete this line.'
s.homepage = 'TODO: Put your plugin''s website or public repo URL here.'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'logstash-input-<%= plugin_name %>'
s.version = '0.1.0'
s.licenses = ['Apache License (2.0)']
s.licenses = ['Apache-2.0']
s.summary = 'TODO: Write a short summary, because Rubygems requires one.'
s.description = '{TODO: Write a longer description or delete this line.'
s.homepage = 'TODO: Put your plugin''s website or public repo URL here.'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'logstash-output-<%= plugin_name %>'
s.version = '0.1.0'
s.licenses = ['Apache License (2.0)']
s.licenses = ['Apache-2.0']
s.summary = 'TODO: Write a short summary, because Rubygems requires one.'
s.description = 'TODO: Write a longer description or delete this line.'
s.homepage = 'TODO: Put your plugin''s website or public repo URL here.'
Expand Down

0 comments on commit 2105b49

Please sign in to comment.