Skip to content

Commit eabe67d

Browse files
Andrew Gaulph
authored andcommitted
Use correct identifier for Apache License 2.0
This addresses a warning during "gem build": WARNING: WARNING: license value 'Apache License 2.0' is invalid. Use a license identifier from http://spdx.org/licenses or 'Nonstandard' for a nonstandard license. Fixes #99
1 parent de20c82 commit eabe67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logstash-output-s3.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
22

33
s.name = 'logstash-output-s3'
44
s.version = '3.1.2'
5-
s.licenses = ['Apache License (2.0)']
5+
s.licenses = ['Apache-2.0']
66
s.summary = "This plugin was created for store the logstash's events into Amazon Simple Storage Service (Amazon S3)"
77
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
88
s.authors = ["Elastic"]

0 commit comments

Comments
 (0)