|
From: Chilts <and...@us...> - 2005-05-08 10:32:45
|
Update of /cvsroot/pollpod/pollpod/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30978 Modified Files: pollpod.pl Log Message: - added header with copyright information Index: pollpod.pl =================================================================== RCS file: /cvsroot/pollpod/pollpod/src/pollpod.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- pollpod.pl 8 May 2005 03:29:56 -0000 1.2 +++ pollpod.pl 8 May 2005 10:32:36 -0000 1.3 @@ -1,4 +1,22 @@ #!/usr/bin/perl +## -------------------------------------------------------------------*-perl-*- +# Created : 20050506 +# By : Andrew Chilton +# Email : < apc AT chilts DOT org > +# Website : http://www.chilts.org/ +# Copyright : (c) Andrew Chilton 2005 +# +# File : $RCSfile$ +# LastModBy : $Author$ +# On : $Date$ +# Revision : $Revision$ +# +# Copyright (C) 2005 Andrew Chilton. All Rights Reserved. +# +# This module is free software; you can redistribute it and/or modify it under +# the same terms as Perl itself. +# +# See http://www.perl.com/language/misc/Artistic.html ## ---------------------------------------------------------------------------- use strict; @@ -155,7 +173,7 @@ url => $feed, }; - tmsg( 'NewFeed', + tmsg( 'Feed', "$feedName/$feed"); $ok++; } |