summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2008-08-29 20:50:57 +0200
committerAlbert Astals Cid <aacid@kde.org>2008-08-29 20:50:57 +0200
commitc39f23dca98d3efe8d094c9a3e1bd460ba57d1ce (patch)
tree6e85555ce76ca0d1bcba1c40f4fa9e487577139e
parent35a72590ffd3284e63601af79599e5fa025e567f (diff)
Add a readme for contributors with licensing and misc info
-rw-r--r--README.contributors20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.contributors b/README.contributors
new file mode 100644
index 00000000..58d97593
--- /dev/null
+++ b/README.contributors
@@ -0,0 +1,20 @@
+If you want to become or are a poppler contributor, this is a README for you, keep reading!
+
+Licensing
+---------
+Only send patches to poppler if you agree to relicense them under GPLv2 or later,
+if you don't agree to such license, you should explain us the problem or bug
+and how you would solve it by words.
+
+By default all patches attache to the bugzilla or the mailing list would be assumed
+to agree with the licensing expressed here
+
+Channels of contact
+-------------------
+Poppler has three main channels of contact:
+ * The poppler mailing list http://lists.freedesktop.org/mailman/listinfo/poppler
+ * The poppler bugzilla http://bugs.freedesktop.org
+ * The #poppler channel at the freenode network
+Do not hesitate to drop by talk to people there.
+
+And keep hacking on poppler!