From: jongfoster <jongfoster@users.sourceforge.net> Date: Sat, 22 Sep 2001 14:52:02 +0000 (+0000) Subject: Adding proper copyright notice X-Git-Tag: v_2_9_9~51 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/user-manual/@default-cgi@show-url-info?a=commitdiff_plain;h=5844d2f4fdc2ddd1557ac8d3b07e02095dd9dd80;p=privoxy.git Adding proper copyright notice Removing a character that just appeared at the start of the file. --- diff --git a/doc/webserver/redirect.php b/doc/webserver/redirect.php index 70d7e0b9..ce2c0a7c 100755 --- a/doc/webserver/redirect.php +++ b/doc/webserver/redirect.php @@ -1,21 +1,11 @@ -M<?php +<?php error_reporting(E_ALL); -// File : $Source: /cvsroot/ijbswa/current/project.h,v $ +// redirect.php // -// Purpose : redirects requests to a specific paragraph in the online docs -// This file belongs into -// ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ -// -// $Id: Makefile.in,v 1.12 2001/06/12 17:15:56 swa Exp $ -// -// Written by and Copyright (C) 2001 the SourceForge -// IJBSWA team. http://ijbswa.sourceforge.net -// -// Based on the Internet Junkbuster originally written -// by and Copyright (C) 1997 Anonymous Coders and -// Junkbusters Corporation. http://www.junkbusters.com +// Copyright (C) 2001 The SourceForge ijbswa team. +// May be used under the GNU GPL, version 2 or later. // Parse the v= and to= paramaters @@ -117,25 +107,3 @@ switch($to) exit; ?> - -// This program 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. -// -// This program 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. -// -// The GNU General Public License should be included with -// this file. If not, you can view it at -// http://www.gnu.org/copyleft/gpl.html -// or write to the Free Software Foundation, Inc., 59 -// Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// -// -// $Log: Makefile.in,v $ -//