From 65ffddb7be6ff8f4c38309f16945216b2e37113c Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 1 Jan 2016 14:25:19 +0100 Subject: [PATCH] Welcome 2016! --- debian/learn-bash-1.0.0/debian/README | 2 +- debian/learn-bash-1.0.0/debian/changelog | 10 +++++----- debian/learn-bash-1.0.0/debian/copyright | 4 ++-- debian/learn-bash-1.0.0/debian/learn-bash.1 | 2 +- .../debian/learn-bash/usr/bin/learn.sh | 2 +- .../learn-bash/usr/share/doc/learn-bash/copyright | 4 ++-- debian/learn-bash-1.0.0/learn-bash/learn.sh | 2 +- debian/learn-bash_1.1.27_amd64.changes | 2 +- debian/learn-bash_1.1.27_amd64.changes.asc | 2 +- jekyll/LICENSE | 2 +- learn.sh | 2 +- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/debian/learn-bash-1.0.0/debian/README b/debian/learn-bash-1.0.0/debian/README index b10263b..0519542 100644 --- a/debian/learn-bash-1.0.0/debian/README +++ b/debian/learn-bash-1.0.0/debian/README @@ -3,4 +3,4 @@ The Debian Package learn-bash Script to learn bash scripting. - -- Daniil Gentili Tue, 26 May 2015 22:59:02 +0200 + -- Daniil Gentili Tue, 26 May 2016 22:59:02 +0200 diff --git a/debian/learn-bash-1.0.0/debian/changelog b/debian/learn-bash-1.0.0/debian/changelog index 8120b95..69e475f 100644 --- a/debian/learn-bash-1.0.0/debian/changelog +++ b/debian/learn-bash-1.0.0/debian/changelog @@ -2,29 +2,29 @@ learn-bash (1.1.27) lenny; urgency=low * Fixed lots of mistakes - -- Daniil Gentili Mon, 26 Oct 2015 16:23:59 +0000 + -- Daniil Gentili Mon, 26 Oct 2016 16:23:59 +0000 learn-bash (1.1.22) lenny; urgency=low * trigger - -- Daniil Gentili Sun, 25 Oct 2015 23:56:59 +0000 + -- Daniil Gentili Sun, 25 Oct 2016 23:56:59 +0000 learn-bash (1.1.12) lenny; urgency=low * trigger - -- Daniil Gentili Wed, 30 Sep 2015 19:00:31 +0000 + -- Daniil Gentili Wed, 30 Sep 2016 19:00:31 +0000 learn-bash (1.1.9) lenny; urgency=low * trigger ra - -- Daniil Gentili Wed, 30 Sep 2015 18:36:29 +0000 + -- Daniil Gentili Wed, 30 Sep 2016 18:36:29 +0000 learn-bash (1.1) precise; urgency=low * First packaged version - -- Daniil Gentili Wed, 30 Sep 2015 07:45:53 +0000 + -- Daniil Gentili Wed, 30 Sep 2016 07:45:53 +0000 diff --git a/debian/learn-bash-1.0.0/debian/copyright b/debian/learn-bash-1.0.0/debian/copyright index ac292c1..221be56 100644 --- a/debian/learn-bash-1.0.0/debian/copyright +++ b/debian/learn-bash-1.0.0/debian/copyright @@ -3,11 +3,11 @@ Upstream-Name: learn-bash Source: https://github.com/danog/video-dl Files: * -Copyright: 2015 Daniil Gentili +Copyright: 2016 Daniil Gentili License: GPL-3.0+ Files: debian/* -Copyright: 2015 Daniil Gentili +Copyright: 2016 Daniil Gentili License: GPL-3.0+ License: GPL-3.0+ diff --git a/debian/learn-bash-1.0.0/debian/learn-bash.1 b/debian/learn-bash-1.0.0/debian/learn-bash.1 index 9ca7e71..0ab7455 100644 --- a/debian/learn-bash-1.0.0/debian/learn-bash.1 +++ b/debian/learn-bash-1.0.0/debian/learn-bash.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "README" "" "October 2015" "" "" +.TH "README" "" "October 2016" "" "" Script to learn bash scripting\. . .P diff --git a/debian/learn-bash-1.0.0/debian/learn-bash/usr/bin/learn.sh b/debian/learn-bash-1.0.0/debian/learn-bash/usr/bin/learn.sh index a7ae35d..18e5b42 100755 --- a/debian/learn-bash-1.0.0/debian/learn-bash/usr/bin/learn.sh +++ b/debian/learn-bash-1.0.0/debian/learn-bash/usr/bin/learn.sh @@ -9,7 +9,7 @@ [ -f /bin/bash ] && bash="/bin/bash" || bash="$(which -a bash | tail -1)" -echo "Video download script - Copyright (C) 2015 Daniil Gentili (http://daniil.it) +echo "Video download script - Copyright (C) 2016 Daniil Gentili (http://daniil.it) This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see the LICENSE file." diff --git a/debian/learn-bash-1.0.0/debian/learn-bash/usr/share/doc/learn-bash/copyright b/debian/learn-bash-1.0.0/debian/learn-bash/usr/share/doc/learn-bash/copyright index ac292c1..221be56 100644 --- a/debian/learn-bash-1.0.0/debian/learn-bash/usr/share/doc/learn-bash/copyright +++ b/debian/learn-bash-1.0.0/debian/learn-bash/usr/share/doc/learn-bash/copyright @@ -3,11 +3,11 @@ Upstream-Name: learn-bash Source: https://github.com/danog/video-dl Files: * -Copyright: 2015 Daniil Gentili +Copyright: 2016 Daniil Gentili License: GPL-3.0+ Files: debian/* -Copyright: 2015 Daniil Gentili +Copyright: 2016 Daniil Gentili License: GPL-3.0+ License: GPL-3.0+ diff --git a/debian/learn-bash-1.0.0/learn-bash/learn.sh b/debian/learn-bash-1.0.0/learn-bash/learn.sh index a7ae35d..18e5b42 100644 --- a/debian/learn-bash-1.0.0/learn-bash/learn.sh +++ b/debian/learn-bash-1.0.0/learn-bash/learn.sh @@ -9,7 +9,7 @@ [ -f /bin/bash ] && bash="/bin/bash" || bash="$(which -a bash | tail -1)" -echo "Video download script - Copyright (C) 2015 Daniil Gentili (http://daniil.it) +echo "Video download script - Copyright (C) 2016 Daniil Gentili (http://daniil.it) This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see the LICENSE file." diff --git a/debian/learn-bash_1.1.27_amd64.changes b/debian/learn-bash_1.1.27_amd64.changes index c80e49f..da7c3a2 100644 --- a/debian/learn-bash_1.1.27_amd64.changes +++ b/debian/learn-bash_1.1.27_amd64.changes @@ -1,5 +1,5 @@ Format: 1.8 -Date: Mon, 26 Oct 2015 16:23:59 +0000 +Date: Mon, 26 Oct 2016 16:23:59 +0000 Source: learn-bash Binary: learn-bash Architecture: source all diff --git a/debian/learn-bash_1.1.27_amd64.changes.asc b/debian/learn-bash_1.1.27_amd64.changes.asc index b78c099..6a53781 100644 --- a/debian/learn-bash_1.1.27_amd64.changes.asc +++ b/debian/learn-bash_1.1.27_amd64.changes.asc @@ -2,7 +2,7 @@ Hash: SHA1 Format: 1.8 -Date: Mon, 26 Oct 2015 16:23:59 +0000 +Date: Mon, 26 Oct 2016 16:23:59 +0000 Source: learn-bash Binary: learn-bash Architecture: source all diff --git a/jekyll/LICENSE b/jekyll/LICENSE index 09f44a1..8add067 100644 --- a/jekyll/LICENSE +++ b/jekyll/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Shu Uesugi +Copyright (c) 2016 Shu Uesugi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/learn.sh b/learn.sh index a7ae35d..18e5b42 100644 --- a/learn.sh +++ b/learn.sh @@ -9,7 +9,7 @@ [ -f /bin/bash ] && bash="/bin/bash" || bash="$(which -a bash | tail -1)" -echo "Video download script - Copyright (C) 2015 Daniil Gentili (http://daniil.it) +echo "Video download script - Copyright (C) 2016 Daniil Gentili (http://daniil.it) This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see the LICENSE file."