From: Sverre B. <sv...@us...> - 2005-10-05 01:38:27
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25472/test Modified Files: findversions.php meta.php Log Message: changing NwaToolset references to WERA Index: meta.php =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/test/meta.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** meta.php 4 Oct 2005 23:49:07 -0000 1.1 --- meta.php 5 Oct 2005 01:38:18 -0000 1.2 *************** *** 1,5 **** <?php /* ! * This file is part of The NWA Toolset. * * Copyright (C) 2001-2002 Royal Library in Stockholm, --- 1,5 ---- <?php /* ! * This file is part of WERA. * * Copyright (C) 2001-2002 Royal Library in Stockholm, *************** *** 9,18 **** * 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 *************** *** 20,24 **** * * 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: findversions.php =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/test/findversions.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** findversions.php 4 Oct 2005 23:40:45 -0000 1.2 --- findversions.php 5 Oct 2005 01:38:18 -0000 1.3 *************** *** 1,4 **** --- 1,28 ---- <?php /* + * This file is part of WERA. + * + * Copyright (C) 2001-2002 Royal Library in Stockholm, + * Royal Library in Copenhagen, + * Helsinki University Library of Finland, + * National Library of Norway, + * 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 + * GNU General Public License for more details. + * + * 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 + */ + + /* * Created on Aug 29, 2005 * |