Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Vandiver <alexmv@bestpractical.com>2015-05-05 07:10:49 +0300
committerAlex Vandiver <alexmv@bestpractical.com>2015-05-05 07:10:49 +0300
commitbc28fe98fcde5a7446fe29c23798177c48e27b89 (patch)
treeaf3e71a37ee516897ae3125835736ce0e0ef6ca1
parent2c0b42c2e6dc39e5cfb0b4310713e7d969d4cb1a (diff)
Explicitly note the license and contributing agreement4.2/contributing
-rw-r--r--docs/hacking.pod36
1 files changed, 34 insertions, 2 deletions
diff --git a/docs/hacking.pod b/docs/hacking.pod
index 2de4f3c8c4..65bdf5c599 100644
--- a/docs/hacking.pod
+++ b/docs/hacking.pod
@@ -1,7 +1,8 @@
=pod
-RT is open source, and we welcome contributions from the community.
-This document details the how of getting your changes into RT.
+RT is L<open source|/License>, and we welcome contributions from the
+community. This document details the how of getting your changes into
+RT.
=head1 Version control
@@ -176,6 +177,37 @@ send it to C<rt-devel@bestpractical.com>.
If you have another bug or feature to implement, simply restart the
process at step 4.
+
+=head1 License
+
+RT is licensed under the L<GNU GPL, Version
+2|https://www.gnu.org/licenses/gpl-2.0.html>; it is copyright by Best
+Practical Solutions.
+
+RT does not have an explicit Contributor License Agreement requirement,
+or requirement of Developer Certificate of Origin (C<Signed-Off-By:>);
+rather, it has the following legal statement concerning contributions:
+
+=over
+
+(The following paragraph is not intended to limit the rights granted
+to you to modify and distribute this software under the terms of
+the GNU General Public License and is only of importance to you if
+you choose to contribute your changes and enhancements to the
+community by submitting them to Best Practical Solutions, LLC.)
+
+By intentionally submitting any modifications, corrections or
+derivatives to this work, or any other work intended for use with
+Request Tracker, to Best Practical Solutions, LLC, you confirm that
+you are the copyright holder for those contributions and you grant
+Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable,
+royalty-free, perpetual, license to use, copy, create derivative
+works based on those contributions, and sublicense and distribute
+those contributions and any derivatives thereof.
+
+=back
+
+
=head1 Code conventions
The most salient convention is that RT uses four spaces for indentation,