aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-04-06 21:14:52 +0200
committerAndreas Schneider <mail@cynapses.org>2010-04-07 11:29:47 +0200
commitc584b55488493d1e04434109f73f9c8749be4fdc (patch)
tree7afb2c2c760f701a46dfd8995cd6ab5c06a20c76 /README
parent5a2abd34ce9ad97c69906c5fb7b07e26e96fceaa (diff)
downloadlibssh-c584b55488493d1e04434109f73f9c8749be4fdc.tar.gz
libssh-c584b55488493d1e04434109f73f9c8749be4fdc.tar.xz
libssh-c584b55488493d1e04434109f73f9c8749be4fdc.zip
Added the copyright policy to the README.
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
index b01bdd63..2800802c 100644
--- a/README
+++ b/README
@@ -46,3 +46,20 @@ header file and it is documented. Example:
ssh_options_set(session, SSH_OPTIONS_HOST, "localhost");
+5* Copyright policy
+-_-_-_-_-_-_-_-_-_-_
+
+The developers of libssh have a policy of asking for contributions to be made
+under the personal copyright of the contributor, instead of a corporate
+copyright.
+
+There are some reasons for the establishment of this policy:
+
+ * Individual copyrights make copyright registration in the US a simpler
+ process.
+ * If libssh is copyrighted by individuals rather than corporations,
+ decisions regarding enforcement and protection of copyright will, more
+ likely, be made in the interests of the project, and not in the interests
+ of any corporation’s shareholders.
+ * If we ever need to relicense a portion of the code contacting individuals
+ for permission to do so is much easier than contacting a company.