mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 15:03:55 +01:00
create-mkdebian.sh: Fix lintian complaint about empty copyright file
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
fc36bdefdc
commit
26b71bee5d
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ EOF
|
||||||
|
|
||||||
copyright()
|
copyright()
|
||||||
{
|
{
|
||||||
echo -n ""
|
echo -n "Copyright (c) `date +'%Y'`, janware GmbH"
|
||||||
}
|
}
|
||||||
|
|
||||||
format()
|
format()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue