diff options
| author | Paul Buetow <paul@buetow.org> | 2011-08-11 06:44:51 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-08-11 06:44:51 +0000 |
| commit | 28ecae4bc0350c3e3ae750bf7f36758079da0ad7 (patch) | |
| tree | 85a34e87244475b7c6f2922d4bdf0995ee01ef0f | |
| parent | 8c48dff089e1bed1f6a9f4cbb8967d692254782d (diff) | |
I should also mod. the license in the source header file
| -rwxr-xr-x | loadbars.pl | 31 |
1 files changed, 3 insertions, 28 deletions
diff --git a/loadbars.pl b/loadbars.pl index 20ab47b..3b75e0e 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -1,33 +1,8 @@ #!/usr/bin/perl -# loadbars (c) 2010-2011, Dipl.-Inform. (FH) Paul Buetow -# -# E-Mail: loadbars@mx.buetow.org WWW: http://loadbars.buetow.org -# -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# * 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. -# * Neither the name of buetow.org 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 Paul Buetow ``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 Paul Buetow 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. +# loadbars (c) 2010 - 2011, Dipl.-Inform. (FH) Paul Buetow +# E-Mail: loadbars@mx.buetow.org WWW: http://loadbars.buetow.org +# For legal informations see COPYING and COPYING.FONT package Loadbars; |
