From e273a77ad6253ca980eb27c22099f7eacb4e6a99 Mon Sep 17 00:00:00 2001 From: Someone Date: Thu, 10 Jan 2013 21:17:58 +0100 Subject: [PATCH] Added copyright + licence headers to my own code --- cron/cron_portage.sh | 16 ++++++++++++++++ cron/cyrus.sh | 16 ++++++++++++++++ cron/ircstats.pl | 16 ++++++++++++++++ cron/servicestats.sh | 16 ++++++++++++++++ cyrus | 16 ++++++++++++++++ hostap | 16 ++++++++++++++++ ircch | 16 ++++++++++++++++ irccomp | 16 ++++++++++++++++ ircd | 16 ++++++++++++++++ ircsvc | 16 ++++++++++++++++ ircsvcdb | 16 ++++++++++++++++ isup | 16 ++++++++++++++++ portage_sync | 16 ++++++++++++++++ portage_tree_stats | 16 ++++++++++++++++ portage_updates | 16 ++++++++++++++++ 15 files changed, 240 insertions(+) diff --git a/cron/cron_portage.sh b/cron/cron_portage.sh index 8ad28b2..6eb761b 100755 --- a/cron/cron_portage.sh +++ b/cron/cron_portage.sh @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright 2011 by Jan Vales (Someone ) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + if [ ! -e "/tmp/munin_portage/timestamp.chk" -o -n "`diff -N -q /tmp/munin_portage/timestamp.chk /usr/portage/metadata/timestamp.chk`" ]; then mkdir -p /tmp/munin_portage/ diff --git a/cron/cyrus.sh b/cron/cyrus.sh index f3dcdd5..4d0372b 100755 --- a/cron/cyrus.sh +++ b/cron/cyrus.sh @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright 2011 by Jan Vales (Someone ) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + find /var/spool/imap/ -mindepth 3 -maxdepth 3 -type d -exec du -sb {} + | grep '/user/' | sort -nr | sed -e 's#/var/spool/imap/./##' -e 's#/#_#' > /tmp/munin_cyrus.txt du -sb /var/spool/imap/s/spam | sed -e 's#/var/spool/imap/./##' >> /tmp/munin_cyrus.txt diff --git a/cron/ircstats.pl b/cron/ircstats.pl index 31b6050..c91a6ee 100755 --- a/cron/ircstats.pl +++ b/cron/ircstats.pl @@ -1,4 +1,20 @@ #!/usr/bin/perl +# +# Copyright 2011 by Jan Vales (Someone ) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + require Net::IRC; mkdir("/tmp/irc", 0775); diff --git a/cron/servicestats.sh b/cron/servicestats.sh index 3ef493b..cff3d40 100755 --- a/cron/servicestats.sh +++ b/cron/servicestats.sh @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright 2011 by Jan Vales (Someone ) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + mkdir -p /tmp/irc/ chmod 775 /tmp/irc/ diff --git a/cyrus b/cyrus index 6ae9cce..47cecb2 100755 --- a/cyrus +++ b/cyrus @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright 2011 by Jan Vales (Someone ) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + if [ "$1" = "autoconf" ]; then echo "yes" diff --git a/hostap b/hostap index 04931eb..b2187cb 100755 --- a/hostap +++ b/hostap @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright 2011 by Jan Vales (Someone ) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + if [ "$1" = "autoconf" ]; then echo "yes" diff --git a/ircch b/ircch index 8b34df6..4f151e3 100755 --- a/ircch +++ b/ircch @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright 2011 by Jan Vales (Someone ) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + if [ "$1" = "autoconf" ]; then echo "yes" diff --git a/irccomp b/irccomp index 07617d2..ff90d5e 100755 --- a/irccomp +++ b/irccomp @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright 2011 by Jan Vales (Someone ) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + NETIDLIST="sno fro otu" diff --git a/ircd b/ircd index 7941cb1..12c5fa9 100755 --- a/ircd +++ b/ircd @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright 2011 by Jan Vales (Someone ) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + if [ "$1" = "autoconf" ]; then echo "yes" diff --git a/ircsvc b/ircsvc index a5ed102..f6f294f 100755 --- a/ircsvc +++ b/ircsvc @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright 2011 by Jan Vales (Someone ) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + if [ "$1" = "autoconf" ]; then echo "yes" diff --git a/ircsvcdb b/ircsvcdb index 7d48521..445f5c2 100755 --- a/ircsvcdb +++ b/ircsvcdb @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright 2011 by Jan Vales (Someone ) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + if [ "$1" = "autoconf" ]; then echo "yes" diff --git a/isup b/isup index a07ad29..011e262 100755 --- a/isup +++ b/isup @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright 2011 by Jan Vales (Someone ) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + if [ "$1" = "autoconf" ]; then echo "yes" diff --git a/portage_sync b/portage_sync index e1bb036..9304d8e 100755 --- a/portage_sync +++ b/portage_sync @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright 2011 by Jan Vales (Someone ) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + if [ "$1" = "autoconf" ]; then echo "yes" diff --git a/portage_tree_stats b/portage_tree_stats index d37bae0..6ab5c35 100755 --- a/portage_tree_stats +++ b/portage_tree_stats @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright 2011 by Jan Vales (Someone ) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + if [ "$1" = "autoconf" ]; then echo "yes" diff --git a/portage_updates b/portage_updates index 78fed3c..c13a16e 100755 --- a/portage_updates +++ b/portage_updates @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright 2011 by Jan Vales (Someone ) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + if [ "$1" = "autoconf" ]; then echo "yes" -- 2.43.0