7167266: missing copyright notes in 3rd party code
authorkvn
Tue, 08 May 2012 15:47:04 -0700
changeset 12595 9b7bf05a745d
parent 12594 6e6bb5986456
child 12596 c188d81b4f8e
7167266: missing copyright notes in 3rd party code Summary: add missing copyright notes to the regression test file. Reviewed-by: twisti, johnc
hotspot/test/compiler/7070134/Stemmer.java
--- a/hotspot/test/compiler/7070134/Stemmer.java	Mon May 07 12:37:46 2012 -0700
+++ b/hotspot/test/compiler/7070134/Stemmer.java	Tue May 08 15:47:04 2012 -0700
@@ -13,7 +13,18 @@
        Porter, 1980, An algorithm for suffix stripping, Program, Vol. 14,
        no. 3, pp 130-137,
 
-   See also http://www.tartarus.org/~martin/PorterStemmer
+   http://www.tartarus.org/~martin/PorterStemmer
+
+   The software is completely free for any purpose, unless notes at the head
+   of the program text indicates otherwise (which is rare). In any case,
+   the notes about licensing are never more restrictive than the BSD License.
+
+   In every case where the software is not written by me (Martin Porter),
+   this licensing arrangement has been endorsed by the contributor, and it is
+   therefore unnecessary to ask the contributor again to confirm it.
+
+   I have not asked any contributors (or their employers, if they have them)
+   for proofs that they have the right to distribute their software in this way.
 
    History: