Skip to content

Commit 158b107

Browse files
committed
Switch to dual licensing under AGPL-3.0 or MIT licenses.
1 parent a7cea89 commit 158b107

6 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [1.1.0] - 2023-05-11
2+
- Switch to dual licensing under AGPL-3.0 or MIT licenses.
3+
14
## [1.0.8] - 2022-04-28
25
- Fixed Faraday deprecation warnings.
36

File renamed without changes.

LICENSE.MIT.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright 2023 Zammad Foundation
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

LICENSE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# LICENSING
2+
3+
This program is free software; you can redistribute it and/or modify it under the terms of either:
4+
5+
1. the [GNU Affero General Public License](LICENSE.AGPL.txt) as published by the Free Software Foundation version 3
6+
2. the [MIT License](LICENSE.MIT.txt) as published by the Open Source Initiative

lib/zammad_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ZammadAPI
2-
VERSION = '1.0.8'.freeze
2+
VERSION = '1.1.0'.freeze
33
end

zammad_api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.summary = 'Zammad API v1.0 client.'
1313
spec.description = 'Ruby wrapper for the Zammad API v1.0.'
1414
spec.homepage = 'https://github.com/zammad/zammad-api-client-ruby'
15-
spec.license = 'AGPL-3.0-only'
15+
spec.licenses = ['AGPL-3.0-only', 'MIT']
1616

1717
spec.metadata["allowed_push_host"] = "https://rubygems.org"
1818

0 commit comments

Comments
 (0)