We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a10d8 commit 089cc16Copy full SHA for 089cc16
3 files changed
EULA.docx
29.1 KB
README.md
@@ -95,4 +95,4 @@ For full contributor info see [contributors page](https://github.com/gooddata/go
95
96
## Copyright
97
98
-Copyright (c) 2010 - 2018 GoodData Corporation and Thomas Watson Steen. See [LICENSE](/LICENSE) for details.
+Copyright (c) 2010 - 2021 GoodData Corporation and Thomas Watson Steen. See [LICENSE](/LICENSE) for details.
gooddata.gemspec
@@ -5,7 +5,7 @@ require 'gooddata/version'
5
Gem::Specification.new do |s|
6
s.name = 'gooddata'
7
s.version = GoodData::VERSION
8
- s.licenses = ['BSD']
+ s.licenses = ['BSD-3-Clause']
9
s.platform = 'java' if RUBY_PLATFORM =~ /java/
10
11
s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
0 commit comments