add new license
Showing
COPYING
0 → 100644
This diff is collapsed.
LICENSE.txt
deleted
100644 → 0
... | @@ -6,7 +6,7 @@ Gem::Specification.new do |gem| | ... | @@ -6,7 +6,7 @@ Gem::Specification.new do |gem| |
gem.summary = %q{Fluentd output to Wendelin} | gem.summary = %q{Fluentd output to Wendelin} | ||
gem.description = %q{Fluentd output plugin to forward data to Wendelin system} | gem.description = %q{Fluentd output plugin to forward data to Wendelin system} | ||
gem.homepage = "https://lab.nexedi.com/nexedi/fluent-plugin-wendelin" | gem.homepage = "https://lab.nexedi.com/nexedi/fluent-plugin-wendelin" | ||
gem.license = "Apache-2.0" | gem.license = "GPLv3+ with wide exception for Open-Source" | ||
gem.files = `git ls-files -z`.split("\x0") | gem.files = `git ls-files -z`.split("\x0") | ||
gem.require_paths = ["lib"] | gem.require_paths = ["lib"] | ||
... | ... |
Please register or sign in to comment