[aXSL-commit] SF.net SVN: axsl: [503] trunk/axsl/axsl-fotree/src/java/org/axsl/fotree
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-05-05 13:36:38
|
Revision: 503 Author: victormote Date: 2006-05-05 06:36:27 -0700 (Fri, 05 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=503&view=rev Log Message: ----------- Fix copyrights. Modified Paths: -------------- trunk/axsl/axsl-fotree/src/java/org/axsl/fotree/FOTreeEvent.java trunk/axsl/axsl-fotree/src/java/org/axsl/fotree/FOTreeListener.java Modified: trunk/axsl/axsl-fotree/src/java/org/axsl/fotree/FOTreeEvent.java =================================================================== --- trunk/axsl/axsl-fotree/src/java/org/axsl/fotree/FOTreeEvent.java 2006-05-04 21:54:38 UTC (rev 502) +++ trunk/axsl/axsl-fotree/src/java/org/axsl/fotree/FOTreeEvent.java 2006-05-05 13:36:27 UTC (rev 503) @@ -1,22 +1,18 @@ /* - * Copyright 2004 The FOray Project. - * http://www.foray.org - * + * Copyright 2004 The aXSL Project. + * http://www.axsl.org + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * - * This work is in part derived from the following work(s), used with the - * permission of the licensor: - * Apache FOP, licensed by the Apache Software Foundation * */ Modified: trunk/axsl/axsl-fotree/src/java/org/axsl/fotree/FOTreeListener.java =================================================================== --- trunk/axsl/axsl-fotree/src/java/org/axsl/fotree/FOTreeListener.java 2006-05-04 21:54:38 UTC (rev 502) +++ trunk/axsl/axsl-fotree/src/java/org/axsl/fotree/FOTreeListener.java 2006-05-05 13:36:27 UTC (rev 503) @@ -1,22 +1,18 @@ /* - * Copyright 2004 The FOray Project. - * http://www.foray.org - * + * Copyright 2004 The aXSL Project. + * http://www.axsl.org + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * - * This work is in part derived from the following work(s), used with the - * permission of the licensor: - * Apache FOP, licensed by the Apache Software Foundation * */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |