From 3aa109a9545cb5476bd7e8b4102c3012e3fd242b Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Tue, 30 Apr 2013 16:41:23 +0200 Subject: [PATCH] Fix copyright notices --- libvideosite.pm | 9 +++++++++ videosite-irssi.pl | 7 +------ videosite-weechat.pl | 6 ++++-- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/libvideosite.pm b/libvideosite.pm index b581e5a..10f1e81 100644 --- a/libvideosite.pm +++ b/libvideosite.pm @@ -1,3 +1,12 @@ +# library to autodownload flash videos +# +# (c) 2007-2008 by Ralf Ertzinger +# licensed under GNU GPL v2 +# +# Based on youtube.pl by Christian Garbs +# which in turn is +# based on trigger.pl by Wouter Coekaerts + package libvideosite; require Exporter; diff --git a/videosite-irssi.pl b/videosite-irssi.pl index c121257..822d9b5 100644 --- a/videosite-irssi.pl +++ b/videosite-irssi.pl @@ -1,12 +1,7 @@ -# autodownload flash videos +# shim to connect libvideosite to irssi # # (c) 2007-2008 by Ralf Ertzinger # licensed under GNU GPL v2 -# -# Based on youtube.pl by Christian Garbs -# which in turn is -# based on trigger.pl by Wouter Coekaerts - use strict; use Irssi 20020324 qw (command_bind command_runsub signal_add_first signal_add_last); use vars qw($VERSION %IRSSI); diff --git a/videosite-weechat.pl b/videosite-weechat.pl index 62c8870..6e4034d 100644 --- a/videosite-weechat.pl +++ b/videosite-weechat.pl @@ -1,5 +1,7 @@ -#!/usr/bin/perl -w - +# shim to connect libvideosite to weechat +# +# (c) 2007-2008 by Ralf Ertzinger +# licensed under GNU GPL v2 use strict; use File::Spec; use Module::Load; -- 1.8.3.1