This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit b5bae156414c1f4e5e93de6a8e03f18b155bccbd Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Oct 29 02:03:27 2016 +0200 misc bin/: update license notice. --- bin/build-all-deb-packages | 10 ++++------ bin/build-deb-package | 10 ++++------ bin/build-nsis-package.sh | 10 ++++------ bin/build-rpm-package | 10 ++++------ bin/debian-codename-to-version.sh | 10 ++++------ bin/gitrevno | 10 ++++------ bin/pkgneedsbuild | 10 ++++------ bin/tarballrelease | 12 +++++------- bin/ubuntu-codename-to-version.sh | 10 ++++------ bin/updatebuildmain | 10 ++++------ bin/updatebuildrelease | 10 ++++------ bin/x2go-release-announcement | 10 ++++------ 12 files changed, 49 insertions(+), 73 deletions(-) diff --git a/bin/build-all-deb-packages b/bin/build-all-deb-packages index 08fe9a6..08d851a 100755 --- a/bin/build-all-deb-packages +++ b/bin/build-all-deb-packages @@ -2,20 +2,18 @@ # Copyright (C) 2011 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # -# This is free software; you can redistribute it and/or modify +# 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; either version 3 of the License, or +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This is distributed in the hope that it will be useful, +# 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, write to the -# Free Software Foundation, Inc., -# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. COMPONENT_MAIN="main" COMPONENT_BAIKAL="baikal" diff --git a/bin/build-deb-package b/bin/build-deb-package index 74887fa..cd307de 100755 --- a/bin/build-deb-package +++ b/bin/build-deb-package @@ -3,20 +3,18 @@ # Copyright (C) 2011-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2015-2016 by Mihai Moldovan <ionic@ionic.de> # -# This programme is free software; you can redistribute it and/or modify +# 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; either version 3 of the License, or +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This programme is distributed in the hope that it will be useful, +# 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, write to the -# Free Software Foundation, Inc., -# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. typeset script_path="$(dirname "$(readlink -e "${BASH_SOURCE}")")" diff --git a/bin/build-nsis-package.sh b/bin/build-nsis-package.sh index 64ae283..69cb1bb 100755 --- a/bin/build-nsis-package.sh +++ b/bin/build-nsis-package.sh @@ -4,20 +4,18 @@ # Copyright (C) 2014-2015 by Mike DePaulo <mikedep333@gmail.com> # Copyright (C) 2015 by Mihai Moldovan <ionic@ionic.de> # -# This programme is free software; you can redistribute it and/or modify +# 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; either version 3 of the License, or +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This programme is distributed in the hope that it will be useful, +# 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, write to the -# Free Software Foundation, Inc., -# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # Note: This script was adapted from build-deb-package. It is still very # rough around the edges. For example, many lines are commented out diff --git a/bin/build-rpm-package b/bin/build-rpm-package index c46dc00..e82a6b7 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -3,20 +3,18 @@ # Copyright (C) 2011-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2015 by Mihai Moldovan <ionic@ionic.de> # -# This programme is free software; you can redistribute it and/or modify +# 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; either version 3 of the License, or +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This programme is distributed in the hope that it will be useful, +# 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, write to the -# Free Software Foundation, Inc., -# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. typeset script_path="$(dirname "$(readlink -e "${BASH_SOURCE}")")" diff --git a/bin/debian-codename-to-version.sh b/bin/debian-codename-to-version.sh index 42f497b..d7b3d38 100755 --- a/bin/debian-codename-to-version.sh +++ b/bin/debian-codename-to-version.sh @@ -2,20 +2,18 @@ # Copyright (C) 2016 by Mihai Moldovan <ionic@ionic.de> # -# This programme is free software; you can redistribute it and/or modify +# 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; either version 3 of the License, or +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This programme is distributed in the hope that it will be useful, +# 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, write to the -# Free Software Foundation, Inc., -# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. export PATH="${HOME}/bin:${PATH}" diff --git a/bin/gitrevno b/bin/gitrevno index 2f121ff..cebd00d 100755 --- a/bin/gitrevno +++ b/bin/gitrevno @@ -2,20 +2,18 @@ # Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # -# This is free software; you can redistribute it and/or modify +# 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; either version 3 of the License, or +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This is distributed in the hope that it will be useful, +# 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, write to the -# Free Software Foundation, Inc., -# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA +# along with this program. If not, see <http://www.gnu.org/licenses/>. import subprocess _proc = subprocess.Popen('git log --no-color --date=iso', diff --git a/bin/pkgneedsbuild b/bin/pkgneedsbuild index 2a192eb..d80cf03 100755 --- a/bin/pkgneedsbuild +++ b/bin/pkgneedsbuild @@ -2,20 +2,18 @@ # Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # -# This is free software; you can redistribute it and/or modify +# 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; either version 3 of the License, or +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This is distributed in the hope that it will be useful, +# 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, write to the -# Free Software Foundation, Inc., -# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA +# along with this program. If not, see <http://www.gnu.org/licenses/>. set -xe diff --git a/bin/tarballrelease b/bin/tarballrelease index 1696d9f..f4a4c2e 100755 --- a/bin/tarballrelease +++ b/bin/tarballrelease @@ -2,20 +2,18 @@ # Copyright (C) 2011 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # -# This is free software; you can redistribute it and/or modify -# it under the tBerms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or +# 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, either version 3 of the License, or # (at your option) any later version. # -# This is distributed in the hope that it will be useful, +# 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, write to the -# Free Software Foundation, Inc., -# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # Thanks to Jonas Smedegaard <dr@jones.dk> for inspiration... diff --git a/bin/ubuntu-codename-to-version.sh b/bin/ubuntu-codename-to-version.sh index 54768f6..0a71ba9 100755 --- a/bin/ubuntu-codename-to-version.sh +++ b/bin/ubuntu-codename-to-version.sh @@ -2,20 +2,18 @@ # Copyright (C) 2016 by Mihai Moldovan <ionic@ionic.de> # -# This programme is free software; you can redistribute it and/or modify +# 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; either version 3 of the License, or +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This programme is distributed in the hope that it will be useful, +# 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, write to the -# Free Software Foundation, Inc., -# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. export PATH="${HOME}/bin:${PATH}" diff --git a/bin/updatebuildmain b/bin/updatebuildmain index b7144d0..3c24d58 100755 --- a/bin/updatebuildmain +++ b/bin/updatebuildmain @@ -2,20 +2,18 @@ # Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # -# This is free software; you can redistribute it and/or modify +# 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; either version 3 of the License, or +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This is distributed in the hope that it will be useful, +# 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, write to the -# Free Software Foundation, Inc., -# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA +# along with this program. If not, see <http://www.gnu.org/licenses/>. set -e diff --git a/bin/updatebuildrelease b/bin/updatebuildrelease index 665778a..c41a1e8 100755 --- a/bin/updatebuildrelease +++ b/bin/updatebuildrelease @@ -2,20 +2,18 @@ # Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # -# This is free software; you can redistribute it and/or modify +# 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; either version 3 of the License, or +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This is distributed in the hope that it will be useful, +# 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, write to the -# Free Software Foundation, Inc., -# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA +# along with this program. If not, see <http://www.gnu.org/licenses/>. set -e diff --git a/bin/x2go-release-announcement b/bin/x2go-release-announcement index ae0ba3a..5d424df 100755 --- a/bin/x2go-release-announcement +++ b/bin/x2go-release-announcement @@ -2,20 +2,18 @@ # Copyright (C) 2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # -# This programme is free software; you can redistribute it and/or modify +# 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; either version 3 of the License, or +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This programme is distributed in the hope that it will be useful, +# 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, write to the -# Free Software Foundation, Inc., -# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. offset=${1:-0} count=${2:-1} -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git