From: Sverre B. <sv...@us...> - 2005-10-05 01:38:27
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25472/help Modified Files: no_help.php en_help.php Log Message: changing NwaToolset references to WERA Index: en_help.php =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/help/en_help.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** en_help.php 4 Oct 2005 22:59:27 -0000 1.1 --- en_help.php 5 Oct 2005 01:38:18 -0000 1.2 *************** *** 1,8 **** <?php - /* ! * This file is part of The NWA Toolset. * ! * Copyright (C) 2001-2004 Royal Library in Stockholm, * Royal Library in Copenhagen, * Helsinki University Library of Finland, --- 1,7 ---- <?php /* ! * This file is part of WERA. * ! * Copyright (C) 2001-2002 Royal Library in Stockholm, * Royal Library in Copenhagen, * Helsinki University Library of Finland, *************** *** 10,19 **** * National and University Library of Iceland. * ! * The NWA Toolset is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ! * The NWA Toolset is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --- 9,18 ---- * National and University Library of Iceland. * ! * WERA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ! * WERA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *************** *** 21,25 **** * * You should have received a copy of the GNU General Public License ! * along with The NWA Toolset; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ --- 20,24 ---- * * You should have received a copy of the GNU General Public License ! * along with WERA; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ Index: no_help.php =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/help/no_help.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** no_help.php 4 Oct 2005 22:59:27 -0000 1.1 --- no_help.php 5 Oct 2005 01:38:18 -0000 1.2 *************** *** 1,8 **** <?php - /* ! * This file is part of The NWA Toolset. * ! * Copyright (C) 2001-2004 Royal Library in Stockholm, * Royal Library in Copenhagen, * Helsinki University Library of Finland, --- 1,7 ---- <?php /* ! * This file is part of WERA. * ! * Copyright (C) 2001-2002 Royal Library in Stockholm, * Royal Library in Copenhagen, * Helsinki University Library of Finland, *************** *** 10,19 **** * National and University Library of Iceland. * ! * The NWA Toolset is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ! * The NWA Toolset is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --- 9,18 ---- * National and University Library of Iceland. * ! * WERA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ! * WERA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *************** *** 21,25 **** * * You should have received a copy of the GNU General Public License ! * along with The NWA Toolset; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ --- 20,24 ---- * * You should have received a copy of the GNU General Public License ! * along with WERA; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ |