From 2fbc76c0b4eeb08ab08a4500709a5db4f4b330e6 Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Tue, 5 Sep 2017 11:28:23 -0700 Subject: [PATCH] Add CONTRIBUTING license header advice --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3d1add1110..1f261982fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,8 +18,9 @@ Code contributions must include a license header at the top of each file. A sam Code contributions should include the following: -* Javadoc on classed and methods +* Javadoc on classes and methods * Unit Tests to demonstrate code correctness and allow this to be maintained going forward. In the case of bug fixes the unit test should demonstrate the bug in the absence of the fix (if any). Unit Tests are usually JUnit classes, or in some cases may be JTS TestRunner test cases +* License information on __all__ provided source files. An example license header can be found [here](doc/sample_java_header.txt). ## Make a Pull Request