fix license

This commit is contained in:
Benjamin Neff 2016-08-22 00:11:01 +02:00
parent 03d659eb3d
commit de573c278b
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/diaspora/diaspora_federation"
s.summary = "diaspora* federation rails engine"
s.description = "A rails engine that adds the diaspora* federation protocol to a rails app"
s.license = "AGPL 3.0 - http://www.gnu.org/licenses/agpl-3.0.html"
s.license = "AGPL-3.0"
s.files = Dir["app/**/*", "config/routes.rb", "config/initializers/*",
"lib/diaspora_federation/{engine,rails}.rb", "LICENSE", "README.md", "Changelog.md"]

View file

@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.summary = "diaspora* federation test utils"
s.description = "This gem provides some supplimentary code (factory definitions), that"\
"helps to build tests for users of the diaspora_federation gem."
s.license = "AGPL 3.0 - http://www.gnu.org/licenses/agpl-3.0.html"
s.license = "AGPL-3.0"
s.files = Dir["lib/diaspora_federation/test.rb", "lib/diaspora_federation/test/*"]

View file

@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.description = "This gem provides the functionality for de-/serialization and " \
"de-/encryption of Entities in the protocols used for communication " \
"among the various installations of Diaspora*"
s.license = "AGPL 3.0 - http://www.gnu.org/licenses/agpl-3.0.html"
s.license = "AGPL-3.0"
s.files = Dir["lib/**/*", "LICENSE", "README.md", "Changelog.md"] -
Dir["lib/diaspora_federation/{engine,rails,test}.rb", "lib/diaspora_federation/test/*"]