autospec, pck-update: Update the copyleft messages
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
703a7f61a5
commit
1b62dc674c
@ -69,6 +69,10 @@ Thu Nov 07 2013 Madrisan <davide.madrisan(a)gmail.com>
|
|||||||
* po/it/autospec.po - Davide Madrisan:
|
* po/it/autospec.po - Davide Madrisan:
|
||||||
Add missing translation strings.
|
Add missing translation strings.
|
||||||
|
|
||||||
|
+ update
|
||||||
|
* autospec, pck-update - Davide Madrisan:
|
||||||
|
Update the copyleft messages.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
Changes in version 1.16.3
|
Changes in version 1.16.3
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# +----oOO-{_}-OOo-----------------------------------------------------------+
|
# +----oOO-{_}-OOo-----------------------------------------------------------+
|
||||||
# | |
|
# | |
|
||||||
# | $0 -- help creating rpm specfiles and automatically update rpm packages |
|
# | $0 -- help creating rpm specfiles and automatically update rpm packages |
|
||||||
# | Copyright (C) 2004-2012 Davide Madrisan <davide.madrisan@gmail.com> |
|
# | Copyright (C) 2004-2013 Davide Madrisan <davide.madrisan@gmail.com> |
|
||||||
# | |
|
# | |
|
||||||
# | This program is free software; you can redistribute it and/or modify it |
|
# | This program is free software; you can redistribute it and/or modify it |
|
||||||
# | under the terms of the GNU General Public License version 2 as published |
|
# | under the terms of the GNU General Public License version 2 as published |
|
||||||
@ -36,7 +36,7 @@ let "print_version = 0"
|
|||||||
function autospec.version() {
|
function autospec.version() {
|
||||||
echo "\
|
echo "\
|
||||||
${me[0]} ${me[1]}
|
${me[0]} ${me[1]}
|
||||||
Copyright (C) 2004-2012 Davide Madrisan <davide.madrisan@gmail.com>"
|
Copyright (C) 2004-2013 Davide Madrisan <davide.madrisan@gmail.com>"
|
||||||
}
|
}
|
||||||
|
|
||||||
function autospec.copying() {
|
function autospec.copying() {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# pck-update -- plugin for @package@
|
# pck-update -- plugin for @package@
|
||||||
# Copyright (C) 2004-2012 Davide Madrisan <davide.madrisan@gmail.com>
|
# Copyright (C) 2004-2013 Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
|
|
||||||
[ -z "$BASH" ] || [ ${BASH_VERSION:0:1} -lt 3 ] &&
|
[ -z "$BASH" ] || [ ${BASH_VERSION:0:1} -lt 3 ] &&
|
||||||
{ echo $"this script requires bash version 3 or better" >&2 && exit 1; }
|
{ echo $"this script requires bash version 3 or better" >&2 && exit 1; }
|
||||||
@ -80,7 +80,7 @@ or FITNESS FOR A PARTICULAR PURPOSE."
|
|||||||
function version() {
|
function version() {
|
||||||
echo "\
|
echo "\
|
||||||
${me[0]} ${me[1]}
|
${me[0]} ${me[1]}
|
||||||
Copyright (C) 2004-2012 Davide Madrisan <davide.madrisan@gmail.com>"
|
Copyright (C) 2004-2013 Davide Madrisan <davide.madrisan@gmail.com>"
|
||||||
}
|
}
|
||||||
|
|
||||||
# $1: optional exit code (default is '1')
|
# $1: optional exit code (default is '1')
|
||||||
|
Loading…
Reference in New Issue
Block a user