From: Sverre B. <sv...@us...> - 2005-10-05 01:38:27
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/handlers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25472/handlers Modified Files: passthrough.php html_javascript.php Log Message: changing NwaToolset references to WERA Index: html_javascript.php =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/handlers/html_javascript.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** html_javascript.php 4 Oct 2005 22:59:27 -0000 1.1 --- html_javascript.php 5 Oct 2005 01:38:18 -0000 1.2 *************** *** 1,18 **** <?php /* ! * This file is part of The NWA Toolset. * * 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. * ! * 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 --- 1,18 ---- <?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 *************** *** 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 */ *************** *** 31,35 **** * The javascript is based on one of Internet Archives Wayback Machine * installations. A few modifications have been made to adapt it to the ! * NwaToolset url scheme. * * Please Note ! --- 31,35 ---- * The javascript is based on one of Internet Archives Wayback Machine * installations. A few modifications have been made to adapt it to the ! * WERA url scheme. * * Please Note ! Index: passthrough.php =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/handlers/passthrough.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** passthrough.php 4 Oct 2005 22:59:27 -0000 1.1 --- passthrough.php 5 Oct 2005 01:38:18 -0000 1.2 *************** *** 1,18 **** <?php /* ! * This file is part of The NWA Toolset. * * 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. * ! * 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 --- 1,18 ---- <?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 *************** *** 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 */ |