Changeset 4508

Show
Ignore:
Timestamp:
04/09/09 14:47:49 (3 years ago)
Author:
mlhartme
Message:

copyright fixes

Location:
trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/LICENSE

    r4338 r4508  
    1 The original code used in PFIXCORE is placed under the GNU LESSER 
     1The original code used in Pustefix is placed under the GNU LESSER 
    22GENERAL PUBLIC LICENSE (LGPL).  See the file LGPL.txt in this directory for 
    33details. 
    44 
    5 PFIXCORE makes strong use of code from other projects which are governed  
     5Pustefix makes strong use of code from other projects which are governed  
    66by 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. 
     7Please report any error with respect to this to jens.lautenbacher@1und1.de. 
    138 
    149(TODO: list the projects we use code from here and the license they use) 
  • trunk/pustefix-core/src/checkstyle.header

    r1380 r4508  
    11/* 
    2  * This file is part of PFIXCORE. 
     2 * This file is part of Pustefix. 
    33 * 
    4  * PFIXCORE is free software; you can redistribute it and/or modify 
     4 * Pustefix is free software; you can redistribute it and/or modify 
    55 * it under the terms of the GNU Lesser General Public License as published by 
    66 * the Free Software Foundation; either version 2 of the License, or 
    77 * (at your option) any later version. 
    88 * 
    9  * PFIXCORE is distributed in the hope that it will be useful, 
     9 * Pustefix is distributed in the hope that it will be useful, 
    1010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1111 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     
    1313 * 
    1414 * You should have received a copy of the GNU Lesser General Public License 
    15  * along with PFIXCORE; if not, write to the Free Software 
     15 * along with Pustefix; if not, write to the Free Software 
    1616 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    1717 * 
  • trunk/pustefix-core/src/main/resources/pustefix/xsl/iwrapper.xsl

    r4009 r4508  
    3030      </xsl:choose> 
    3131    </xsl:param>/* 
    32  * This file is part of PFIXCORE. 
     32 * This file is part of Pustefix. 
    3333 * 
    34  * PFIXCORE is free software; you can redistribute it and/or modify 
     34 * Pustefix is free software; you can redistribute it and/or modify 
    3535 * it under the terms of the GNU Lesser General Public License as published by 
    3636 * the Free Software Foundation; either version 2 of the License, or 
    3737 * (at your option) any later version. 
    3838 * 
    39  * PFIXCORE is distributed in the hope that it will be useful, 
     39 * Pustefix is distributed in the hope that it will be useful, 
    4040 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    4141 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     
    4343 * 
    4444 * You should have received a copy of the GNU Lesser General Public License 
    45  * along with PFIXCORE; if not, write to the Free Software 
     45 * along with Pustefix; if not, write to the Free Software 
    4646 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    4747 * 
  • trunk/pustefix-docbook/src/docbkx/reference/testing.xml

    r3985 r4508  
    224224         
    225225        requestHandler.handleRequest(req, res); 
    226         Assert.assertTrue(res.getContentAsString().contains("<title>PFIXCORE Sample</title>")); 
     226        Assert.assertTrue(res.getContentAsString().contains("<title>Pustefix Sample</title>")); 
    227227         
    228228    } 
  • trunk/pustefix-samples/pustefix-sample1/src/main/webapp/xml/one_frame_navi.xml

    r4249 r4508  
    33  <html> 
    44    <head> 
    5       <title>PFIXCORE Sample</title> 
     5      <title>Pustefix Sample</title> 
    66      <link href="{$__contextpath}/style.css" media="all" rel="stylesheet" type="text/css"/> 
    77    </head>