publish_my_data 1.3.12 → 1.3.13

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -158,7 +158,21 @@ Optionally, you may wish to gitignore this.
158
158
 
159
159
  ##Licence
160
160
 
161
- Source code is licensed under the MIT-LICENSE included in this distribution.
161
+ All source code is copyright Swirrl IT Limited.
162
+
163
+ This project's source code is licensed under a dual license model: AGPL v3 and commercial.
164
+
165
+ #### 1. The AGPL License
166
+
167
+ See the [GNU Affero General Public License](http://www.gnu.org/licenses/agpl-3.0.html) for full details.
168
+
169
+ AGPL is like GPL, but goes a bit further. The AGPL is a Free Software license that obligates you to make all the source code of your service available to users of that service. For example, if you are using PublishMyData on your server, to provide a SaaS service, you would have to give away all of your source code.
170
+
171
+ For example, this means that if you use PublishMyData to power a publicly accessible Rails app, you need to release the code for that app (under AGPL).
172
+
173
+ #### 2. A Commercial License
174
+
175
+ If you are not able to comply with the terms of the AGPL license, you can request an exemption or a commercial license by [contacting Swirrl](http://swirrl.com).
162
176
 
163
177
  ###Attribution
164
178
 
@@ -170,7 +184,7 @@ The Swirrl logo, which is the mark of Swirrl IT Limited and is copyright ©2013-
170
184
 
171
185
  ##Contributing
172
186
 
173
- If you want to issue a patch, bug fix or feature, please just issue a pull request (with tests where appropriate). Before accepting your first pull request, we ask you to send us an email agreeing to assigning to Swirrl the copyright for all project contributions. We will release any contibutions under the MIT license.
187
+ If you want to issue a patch, bug fix or feature, please just issue a pull request (with tests where appropriate). Before accepting your first pull request, we ask you to send us an email agreeing to assigning to Swirrl the copyright for all project contributions. We will release any accepted contibutions under the AGPL license.
174
188
 
175
189
  ###Style Guidelines
176
190
 
@@ -1,3 +1,3 @@
1
1
  module PublishMyData
2
- VERSION = "1.3.12"
2
+ VERSION = "1.3.13"
3
3
  end
@@ -0,0 +1,11 @@
1
+ PublishMyData - the Linked Data Publishing Platform
2
+
3
+ Copyright (c) 2014 Swirrl IT Limited.
4
+
5
+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
6
+
7
+ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
8
+
9
+ You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
10
+
11
+ If you are not able to comply with the terms of the AGPL license, you can request an exemption or a commercial license by contacting Swirrl: http://swirrl.com.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: publish_my_data
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.12
4
+ version: 1.3.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -16,7 +16,7 @@ authors:
16
16
  autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
- date: 2014-03-18 00:00:00.000000000 Z
19
+ date: 2014-03-19 00:00:00.000000000 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rails
@@ -465,7 +465,7 @@ files:
465
465
  - lib/publish_my_data/version.rb
466
466
  - lib/publish_my_data.rb
467
467
  - lib/tasks/publish_my_data_tasks.rake
468
- - MIT-LICENSE
468
+ - publishmydata_license.txt
469
469
  - Rakefile
470
470
  - README.md
471
471
  - spec/controllers/publish_my_data/datasets_controller_spec.rb
@@ -529,7 +529,7 @@ files:
529
529
  - spec/support/vocabularies.rb
530
530
  homepage: http://github.com/Swirrl/publish_my_data
531
531
  licenses:
532
- - MIT
532
+ - AGPL
533
533
  post_install_message:
534
534
  rdoc_options: []
535
535
  require_paths:
@@ -542,7 +542,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
542
542
  version: '0'
543
543
  segments:
544
544
  - 0
545
- hash: 3385214290625724029
545
+ hash: 3446561408064617641
546
546
  required_rubygems_version: !ruby/object:Gem::Requirement
547
547
  none: false
548
548
  requirements:
data/MIT-LICENSE DELETED
@@ -1,22 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2014 Swirrl IT Limited
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.