From a97b84feed9d1cf5eae05e369c7fbdbbbcd6b9f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20K=C3=A1cha?= <ph@cesnet.cz> Date: Thu, 28 Nov 2013 14:10:17 +0100 Subject: [PATCH] Unified preambles and copyrights --- src/warden-client/doc/example-receiver.pl.txt | 2 +- .../doc/example-sender-random.pl.txt | 32 ++----------------- src/warden-client/doc/example-sender.pl.txt | 2 +- src/warden-client/lib/WardenClientConf.pm | 2 +- src/warden-client/lib/WardenClientReceive.pm | 2 +- src/warden-client/lib/WardenClientSend.pm | 2 +- 6 files changed, 7 insertions(+), 35 deletions(-) diff --git a/src/warden-client/doc/example-receiver.pl.txt b/src/warden-client/doc/example-receiver.pl.txt index 19a6287..b5d1b3e 100755 --- a/src/warden-client/doc/example-receiver.pl.txt +++ b/src/warden-client/doc/example-receiver.pl.txt @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Copyright (C) 2011-2012 Cesnet z.s.p.o +# Copyright (C) 2011-2013 Cesnet z.s.p.o # # Use of this source is governed by a BSD-style license, see LICENSE file. diff --git a/src/warden-client/doc/example-sender-random.pl.txt b/src/warden-client/doc/example-sender-random.pl.txt index bbbe80a..fa15f8a 100755 --- a/src/warden-client/doc/example-sender-random.pl.txt +++ b/src/warden-client/doc/example-sender-random.pl.txt @@ -1,36 +1,8 @@ #!/usr/bin/perl -w # -# sender.pl -# -# Copyright (C) 2011-2012 Cesnet z.s.p.o -# Author(s): Tomas PLESNIK <plesnik@ics.muni.cz> -# Jan SOUKAL <soukal@ics.muni.cz> -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in -# the documentation and/or other materials provided with the -# distribution. -# 3. Neither the name of the Cesnet z.s.p.o nor the names of its -# contributors may be used to endorse or promote products derived from -# this software without specific prior written permission. -# -# This software is provided ``as is'', and any express or implied -# warranties, including, but not limited to, the implied warranties of -# merchantability and fitness for a particular purpose are disclaimed. -# In no event shall the Cesnet z.s.p.o or contributors be liable for -# any direct, indirect, incidental, special, exemplary, or consequential -# damages (including, but not limited to, procurement of substitute -# goods or services; loss of use, data, or profits; or business -# interruption) however caused and on any theory of liability, whether -# in contract, strict liability, or tort (including negligence or -# otherwise) arising in any way out of the use of this software, even -# if advised of the possibility of such damage. +# Copyright (C) 2011-2013 Cesnet z.s.p.o # +# Use of this source is governed by a BSD-style license, see LICENSE file. use Switch; use strict; diff --git a/src/warden-client/doc/example-sender.pl.txt b/src/warden-client/doc/example-sender.pl.txt index ed5cbcc..75a5e67 100755 --- a/src/warden-client/doc/example-sender.pl.txt +++ b/src/warden-client/doc/example-sender.pl.txt @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Copyright (C) 2011-2012 Cesnet z.s.p.o +# Copyright (C) 2011-2013 Cesnet z.s.p.o # # Use of this source is governed by a BSD-style license, see LICENSE file. diff --git a/src/warden-client/lib/WardenClientConf.pm b/src/warden-client/lib/WardenClientConf.pm index a83d40f..2085d30 100755 --- a/src/warden-client/lib/WardenClientConf.pm +++ b/src/warden-client/lib/WardenClientConf.pm @@ -2,7 +2,7 @@ # # WardenClientConf.pm # -# Copyright (C) 2011-2012 Cesnet z.s.p.o +# Copyright (C) 2011-2013 Cesnet z.s.p.o # # Use of this source is governed by a BSD-style license, see LICENSE file. diff --git a/src/warden-client/lib/WardenClientReceive.pm b/src/warden-client/lib/WardenClientReceive.pm index faf2d29..14c012b 100755 --- a/src/warden-client/lib/WardenClientReceive.pm +++ b/src/warden-client/lib/WardenClientReceive.pm @@ -2,7 +2,7 @@ # # WardenClientReceive.pm # -# Copyright (C) 2011-2012 Cesnet z.s.p.o +# Copyright (C) 2011-2013 Cesnet z.s.p.o # # Use of this source is governed by a BSD-style license, see LICENSE file. diff --git a/src/warden-client/lib/WardenClientSend.pm b/src/warden-client/lib/WardenClientSend.pm index a77b95c..793095e 100755 --- a/src/warden-client/lib/WardenClientSend.pm +++ b/src/warden-client/lib/WardenClientSend.pm @@ -2,7 +2,7 @@ # # WardenClientSend.pm # -# Copyright (C) 2011-2012 Cesnet z.s.p.o +# Copyright (C) 2011-2013 Cesnet z.s.p.o # # Use of this source is governed by a BSD-style license, see LICENSE file. -- GitLab