From 894b3747a687fdd89fc57509d5f4090c95a24ce2 Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 18 Jan 2013 04:39:48 +0100 Subject: [PATCH] Added copyright + licence headers to my own code --- ggcAll.sh | 16 ++++++++++++++++ gpullAll.sh | 16 ++++++++++++++++ gresetAll.sh | 16 ++++++++++++++++ setup.sh | 16 ++++++++++++++++ 4 files changed, 64 insertions(+) diff --git a/ggcAll.sh b/ggcAll.sh index 677f57f..89315f1 100755 --- a/ggcAll.sh +++ b/ggcAll.sh @@ -1,4 +1,20 @@ #!/bin/bash +# +# 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 . +# + echo "Will run git gc on all repos in this directory in 10 sec." sleep 10 diff --git a/gpullAll.sh b/gpullAll.sh index d85e032..242d4ed 100755 --- a/gpullAll.sh +++ b/gpullAll.sh @@ -1,4 +1,20 @@ #!/bin/bash +# +# 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 . +# + echo "updating all repos in `pwd` in 10 sec." sleep 10 diff --git a/gresetAll.sh b/gresetAll.sh index 895d00b..6c49634 100755 --- a/gresetAll.sh +++ b/gresetAll.sh @@ -1,4 +1,20 @@ #!/bin/bash +# +# 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 . +# + echo "running git reset --hard on all repos in `pwd` in 30 sec." echo "THIS IS POTENTIONALLY FATAL, KNOW WHAT YOU ARE DOING!" sleep 30 diff --git a/setup.sh b/setup.sh index 48fc198..394a634 100755 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,20 @@ #!/bin/bash +# +# 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 . +# + echo "Will symlink all githelper-scripts to ../ in 10 sec." sleep 10 -- 2.43.0