Skip to content

Commit 768d9b0

Browse files
author
gdgate
authored
Merge pull request #1739 from sangtm/TMA-1717-remove-erubis
FEATURE: TMA-1718 - Update license files for gooddata-ruby repo and gooddata gem Reviewed-by: https://github.com/danh-ung
2 parents b87973d + e27aabf commit 768d9b0

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

EULA.docx

29.1 KB
Binary file not shown.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,5 @@ For full contributor info see [contributors page](https://github.com/gooddata/go
9595

9696
## Copyright
9797

98-
Copyright (c) 2010 - 2018 GoodData Corporation and Thomas Watson Steen. See [LICENSE](/LICENSE) for details.
98+
c) 2010-2021 GoodData Corporation
99+
This repository is governed by the terms and conditions in the EULA. This repository contains a number of open source packages detailed in NOTICES, including the GoodData Ruby SDK, which is licensed under the BSD-3-Clause license and contains additional open source components detailed in the file called LICENSE FOR RUBY SDK COMPONENT.

gooddata.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'gooddata/version'
55
Gem::Specification.new do |s|
66
s.name = 'gooddata'
77
s.version = GoodData::VERSION
8-
s.licenses = ['BSD']
8+
s.licenses = ['BSD-3-Clause']
99
s.platform = 'java' if RUBY_PLATFORM =~ /java/
1010

1111
s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=

0 commit comments

Comments
 (0)