From 7a8a50e229417cd7684ece972bc00460aaaee82a Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 2 Oct 2015 10:18:06 +0900 Subject: [PATCH] Add CONTRIBUTING.md --- CONTRIBUTING.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..c43d567c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,29 @@ +License and Contributions +========================= + +`repmgr` is licensed under the GPL v3. All of its code and documentation is +Copyright 2010-2015, 2ndQuadrant Limited. See the files COPYRIGHT and LICENSE for +details. + +The development of repmgr has primarily been sponsored by 2ndQuadrant customers. + +Additional work has been sponsored by the 4CaaST project for cloud computing, +which has received funding from the European Union's Seventh Framework Programme +(FP7/2007-2013) under grant agreement 258862. + +Contributions to `repmgr` are welcome, and will be listed in the file `CREDITS`. +2ndQuadrant Limited requires that any contributions provide a copyright +assignment and a disclaimer of any work-for-hire ownership claims from the +employer of the developer. This lets us make sure that all of the repmgr +distribution remains free code. Please contact info@2ndQuadrant.com for a +copy of the relevant Copyright Assignment Form. + +Code style +---------- + +Code in repmgr is formatted to a consistent style using the following command: + + astyle --style=ansi --indent=tab --suffix=none *.c *.h + +Contributors should reformat their code similarly before submitting code to +the project, in order to minimize merge conflicts with other work. \ No newline at end of file