From 699cad051e1f5c74e869897a3a300cdbc78198b1 Mon Sep 17 00:00:00 2001 From: wisberg Date: Tue, 5 Oct 2004 20:04:03 +0000 Subject: [PATCH] updated license text --- .../internal/tools/build/SampleGatherer.java | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/build/src/org/aspectj/internal/tools/build/SampleGatherer.java b/build/src/org/aspectj/internal/tools/build/SampleGatherer.java index dbc94b7d1..db562abba 100644 --- a/build/src/org/aspectj/internal/tools/build/SampleGatherer.java +++ b/build/src/org/aspectj/internal/tools/build/SampleGatherer.java @@ -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 " + "

This contains contributions from the AspectJ community of " + "

"; - + + " environments.

" + + "

Find complete source files in the AspectJ CVS repository at " + + "org.aspectj/modules/docs/sandbox. " + + "For instructions on downloading code from the CVS repository, " + + "see the FAQ entry " + + "\"buildingsource\".

"; + public static final String COPYRIGHT = - "This documentation is made available under the Common Public " + "License version 1.0 available at " + "

Copyright 2003 Contributors. All Rights Reserved. " + + "This sample code is made available under the Common Public " + "License version 1.0 available at " + "" + "http://www.eclipse.org/legal/cpl-v10.html." - + "

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.

" + + EOL; /** template algorithm to render */ public final StringBuffer render(Samples samples, StringBuffer sink) { -- 2.39.5