Skip to content

Commit e6ada2e

Browse files
committed
Adds license
1 parent 626d4bf commit e6ada2e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

LICENSE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2016 Lucidworks
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

logstash-output-json_batch.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
s.name = 'logstash-output-json_batch'
33
s.version = '0.2.0'
44
s.licenses = ['Apache License (2.0)']
5-
s.summary = "This output lets you `POST` messages as JSON in a batched fashions"
5+
s.summary = "This output lets you `POST` messages as JSON in a batched fashion to a HTTP endpoint"
66
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
77
s.authors = ["jwestberg"]
88
s.email = '[email protected]'

0 commit comments

Comments
 (0)