From: Thomas Hochstein Date: Sun, 21 Feb 2010 17:51:39 +0000 (+0100) Subject: Update header/introduction, bump version/copyright information. X-Git-Tag: v0.6~10 X-Git-Url: https://code.th-h.de/?p=usenet%2Fyapfaq.git;a=commitdiff_plain;h=7aaba0e0ae35ad6efe161bbe0047bbc18ac227ac Update header/introduction, bump version/copyright information. Fix typo/language in header/introduction. Add new author / copyright information. Bump version to 0.6-unreleased. Signed-off-by: Thomas Hochstein --- diff --git a/yapfaq.pl b/yapfaq.pl index b89be9a..06734ff 100644 --- a/yapfaq.pl +++ b/yapfaq.pl @@ -1,16 +1,18 @@ #! /usr/bin/perl -W # -# yapfaq Version 0.5b by Marc 'HE' Brockschmidt +# yapfaq Version 0.6 by Thomas Hochstein +# (Original author: Marc Brockschmidt) # -# This script posts any project described in it's config-file. Most persons +# This script posts any project described in its config-file. Most people # will use it in combination with cron(8). # # Copyright (C) 2003 Marc Brockschmidt +# Copyright (c) 2010 Thomas Hochstein # # It can be redistributed and/or modified under the same terms under # which Perl itself is published. -my $Version = "0.5b"; +my $Version = "0.6-unreleased"; my $NNTPServer = ""; my $NNTPUser = "";