Changeset 4508
- Timestamp:
- 04/09/09 14:47:49 (3 years ago)
- Location:
- trunk
- Files:
-
- 5 modified
-
LICENSE (modified) (1 diff)
-
pustefix-core/src/checkstyle.header (modified) (2 diffs)
-
pustefix-core/src/main/resources/pustefix/xsl/iwrapper.xsl (modified) (2 diffs)
-
pustefix-docbook/src/docbkx/reference/testing.xml (modified) (1 diff)
-
pustefix-samples/pustefix-sample1/src/main/webapp/xml/one_frame_navi.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LICENSE
r4338 r4508 1 The original code used in P FIXCOREis placed under the GNU LESSER1 The original code used in Pustefix is placed under the GNU LESSER 2 2 GENERAL PUBLIC LICENSE (LGPL). See the file LGPL.txt in this directory for 3 3 details. 4 4 5 P FIXCOREmakes strong use of code from other projects which are governed5 Pustefix makes strong use of code from other projects which are governed 6 6 by their respective licenses. These are belived to be compatible with the LGPL. 7 Please report any error with respect to this to jtl@schlund.de. 8 9 Almost all of the external code is located in the ./lib subdirectory 10 in the form of jar files, but there may be some external code placed 11 as a .java file below the ./src subdirectory. Please refer to the head 12 of the source files for authoritative info on their license. 7 Please report any error with respect to this to jens.lautenbacher@1und1.de. 13 8 14 9 (TODO: list the projects we use code from here and the license they use) -
trunk/pustefix-core/src/checkstyle.header
r1380 r4508 1 1 /* 2 * This file is part of P FIXCORE.2 * This file is part of Pustefix. 3 3 * 4 * P FIXCOREis free software; you can redistribute it and/or modify4 * Pustefix is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU Lesser General Public License as published by 6 6 * the Free Software Foundation; either version 2 of the License, or 7 7 * (at your option) any later version. 8 8 * 9 * P FIXCOREis distributed in the hope that it will be useful,9 * Pustefix is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 13 13 * 14 14 * You should have received a copy of the GNU Lesser General Public License 15 * along with P FIXCORE; if not, write to the Free Software15 * along with Pustefix; if not, write to the Free Software 16 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 17 * -
trunk/pustefix-core/src/main/resources/pustefix/xsl/iwrapper.xsl
r4009 r4508 30 30 </xsl:choose> 31 31 </xsl:param>/* 32 * This file is part of P FIXCORE.32 * This file is part of Pustefix. 33 33 * 34 * P FIXCOREis free software; you can redistribute it and/or modify34 * Pustefix is free software; you can redistribute it and/or modify 35 35 * it under the terms of the GNU Lesser General Public License as published by 36 36 * the Free Software Foundation; either version 2 of the License, or 37 37 * (at your option) any later version. 38 38 * 39 * P FIXCOREis distributed in the hope that it will be useful,39 * Pustefix is distributed in the hope that it will be useful, 40 40 * but WITHOUT ANY WARRANTY; without even the implied warranty of 41 41 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 43 43 * 44 44 * You should have received a copy of the GNU Lesser General Public License 45 * along with P FIXCORE; if not, write to the Free Software45 * along with Pustefix; if not, write to the Free Software 46 46 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 47 47 * -
trunk/pustefix-docbook/src/docbkx/reference/testing.xml
r3985 r4508 224 224 225 225 requestHandler.handleRequest(req, res); 226 Assert.assertTrue(res.getContentAsString().contains("<title>P FIXCORESample</title>"));226 Assert.assertTrue(res.getContentAsString().contains("<title>Pustefix Sample</title>")); 227 227 228 228 } -
trunk/pustefix-samples/pustefix-sample1/src/main/webapp/xml/one_frame_navi.xml
r4249 r4508 3 3 <html> 4 4 <head> 5 <title>P FIXCORESample</title>5 <title>Pustefix Sample</title> 6 6 <link href="{$__contextpath}/style.css" media="all" rel="stylesheet" type="text/css"/> 7 7 </head>
