summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md (renamed from Readme.md)17
-rw-r--r--tapicero.gemspec2
2 files changed, 12 insertions, 7 deletions
diff --git a/Readme.md b/README.md
index 9338fce..665efa4 100644
--- a/Readme.md
+++ b/README.md
@@ -5,12 +5,6 @@ Tapicero - Creating per user databases on the couch for soledad
"Tapicero" is spanish for upholsterer - the person who creates your couch.
-This program is written in Ruby and is distributed under the following license:
-
-> GNU Affero General Public License
-> Version 3.0 or higher
-> http://www.gnu.org/licenses/agpl-3.0.html
-
Installation
---------------------
@@ -106,3 +100,14 @@ For development and debugging you might want to run the programm directly withou
the deamon wrapper. You can do this like this:
ruby -I lib lib/tapicero.rb
+
+License
+--------------------
+
+This program is written in Ruby and is distributed under the following license:
+
+> GNU Affero General Public License
+> Version 3.0 or higher
+> http://www.gnu.org/licenses/agpl-3.0.html
+
+Tapicero is copyright 2014 LEAP Encryption Access Project.
diff --git a/tapicero.gemspec b/tapicero.gemspec
index 843222f..eae60d8 100644
--- a/tapicero.gemspec
+++ b/tapicero.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.summary = "Tapicero - create per user databases for the LEAP Platform"
s.description = "Watches the couch database for users and creates per user databases when new users are created. This way soledad and the leap webapp do not need admin privileges required to create databases."
- s.files = Dir["{config,lib}/**/*", 'bin/*'] + ["Rakefile", "Readme.md"]
+ s.files = Dir["{config,lib}/**/*", 'bin/*'] + ["Rakefile", "README.md"]
s.test_files = Dir["test/**/*"]
s.bindir = 'bin'
s.executables << 'tapicero'