]> source.dussan.org Git - aspectj.git/commitdiff
updated license text
authorwisberg <wisberg>
Tue, 5 Oct 2004 20:04:03 +0000 (20:04 +0000)
committerwisberg <wisberg>
Tue, 5 Oct 2004 20:04:03 +0000 (20:04 +0000)
build/src/org/aspectj/internal/tools/build/SampleGatherer.java

index dbc94b7d107e09a3a4ef0d9f1a4e685fca44842a..db562abba36bf0531285c959d9c38a0da91da80b 100644 (file)
@@ -426,27 +426,31 @@ class SamplesRenderer {
     }
     public static final String EOL = "\n"; // XXX
     public static final String INFO = 
-      "This contains contributions from the AspectJ community of "
+      "<p>This contains contributions from the AspectJ community of "
     + "<ul><li>sample code for AspectJ programs,</li>"
     + "<li>sample code for extensions to AspectJ tools using the public API's,</li>"
     + "<li>sample scripts for invoking AspectJ tools, and </li> "
     + "<li>documentation trails showing how to do given tasks"
     + "    using AspectJ, AJDT, or various IDE or deployment"
-    + "    environments.</li></ul>";
-    
+    + "    environments.</li></ul></p>"
+    + "<p>Find complete source files in the AspectJ CVS repository at "
+    + "<code>org.aspectj/modules/docs/sandbox</code>. "
+    + "For instructions on downloading code from the CVS repository, "
+    + "see the <a href=\"doc/faq.html#q:buildingsource\">FAQ entry "
+    + "\"buildingsource\"</a>.</p>";
+
     public static final String COPYRIGHT = 
-        "This documentation is made available under the Common Public "\r        + "License version 1.0 available at "
+        "<p><small>Copyright 2003 Contributors. All Rights Reserved. "
+        + "This sample code is made available under the Common Public "\r        + "License version 1.0 available at "
         + "<a href=\"http://www.eclipse.org/legal/cpl-v10.html\">"
         + "http://www.eclipse.org/legal/cpl-v10.html</a>."
-        + "<p>Copyright 2003 Contributors. All Rights Reserved. "
         + "Contributors are listed in this document as authors. "
-        + "Permission to republish portions of this documentation "
+        + "Permission to republish portions of this sample code "
         + "is hereby granted if the publication acknowledges "
         + "the author by name and "
         + "the source by reference to the AspectJ project home page "
-        + " at http://eclipse.org/aspectj."
-        + EOL
-        ;
+        + " at http://eclipse.org/aspectj.</small></p>"
+        + EOL;
     
     /** template algorithm to render */
     public final StringBuffer render(Samples samples, StringBuffer sink) {