Copyright

- Updated the copyright notices to 2010, for the 1.9.0 release.
- added "unmaintained" comment to zsh completion script asking for
  contributions
This commit is contained in:
Federico Hernandez
2009-12-28 21:37:55 +01:00
parent 79113668cd
commit 48daf13d7f
14 changed files with 60 additions and 16 deletions

View File

@@ -363,7 +363,7 @@ the official site at <http://taskwarrior.org>
.SH "CREDITS & COPYRIGHTS" .SH "CREDITS & COPYRIGHTS"
task was written by P. Beckingham <paul@beckingham.net>. task was written by P. Beckingham <paul@beckingham.net>.
.br .br
Copyright (C) 2006 \- 2009 P. Beckingham Copyright (C) 2006 \- 2010 P. Beckingham
This man page was originally written by Federico Hernandez. This man page was originally written by Federico Hernandez.

View File

@@ -444,7 +444,7 @@ can be configured in the configuration file.
.SH "CREDITS & COPYRIGHTS" .SH "CREDITS & COPYRIGHTS"
task was written by P. Beckingham <paul@beckingham.net>. task was written by P. Beckingham <paul@beckingham.net>.
.br .br
Copyright (C) 2006 \- 2009 P. Beckingham Copyright (C) 2006 \- 2010 P. Beckingham
This man page was originally written by P.C. Shyamshankar, and has been modified This man page was originally written by P.C. Shyamshankar, and has been modified
and supplemented by Federico Hernandez. and supplemented by Federico Hernandez.

View File

@@ -463,7 +463,7 @@ Lists all tasks with upcoming due dates matching the specified criteria.
.SH "CREDITS & COPYRIGHTS" .SH "CREDITS & COPYRIGHTS"
task was written by P. Beckingham <paul@beckingham.net>. task was written by P. Beckingham <paul@beckingham.net>.
.br .br
Copyright (C) 2006 \- 2009 P. Beckingham Copyright (C) 2006 \- 2010 P. Beckingham
This man page was originally written by Federico Hernandez. This man page was originally written by Federico Hernandez.

View File

@@ -1,3 +1,39 @@
task (1.8.5-1ubuntu2) karmic; urgency=low
* Fixed wrong ChangeLog file
-- Federico Hernandez <ultrafredde@gmail.com> Sat, 05 Dec 2009 23:58:36 +0100
task (1.8.5-1ubuntu1) karmic; urgency=low
* Initial deb package for task bugfix release 1.8.5
-- Federico Hernandez <ultrafredde@gmail.com> Sat, 05 Dec 2009 23:56:36 +0100
task (1.8.4-1ubuntu1) karmic; urgency=low
* Initial deb package for task bugfix release 1.8.4 on karmic koala
-- Federico Hernandez <ultrafredde@gmail.com> Tue, 17 Nov 2009 13:12:28 +0100
task (1.8.3-1ubuntu1) karmic; urgency=low
* Initial deb package for task bugfix release 1.8.3 on karmic koala
-- Federico Hernandez <ultrafredde@gmail.com> Sat, 31 Oct 2009 22:45:10 +0100
task (1.8.3-0ubuntu1) jaunty; urgency=low
* Initial deb package for task bugfix release 1.8.3
-- Federico Hernandez <ultrafredde@gmail.com> Wed, 21 Oct 2009 23:22:25 +0200
task (1.8.2-0ubuntu1) jaunty; urgency=low
* Initial deb package for task bugfix release 1.8.2
-- Federico Hernandez <ultrafredde@gmail.com> Mon, 07 Sep 2009 11:35:22 +0200
task (1.8.1-0ubuntu1) jaunty; urgency=low task (1.8.1-0ubuntu1) jaunty; urgency=low
* Initial deb package for task bugfix release 1.8.1 * Initial deb package for task bugfix release 1.8.1

View File

@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Federico Hernandez <ultrafredde@gmail.com> Maintainer: Federico Hernandez <ultrafredde@gmail.com>
XSBC-Original-Maintainer: Federico Hernandez <ultrafredde@gmail.com> XSBC-Original-Maintainer: Federico Hernandez <ultrafredde@gmail.com>
Build-Depends: debhelper (>= 7), autotools-dev, libncurses5-dev Build-Depends: debhelper (>= 7), autotools-dev, libncurses5-dev
Standards-Version: 3.8.0.1 Standards-Version: 3.8.3
Homepage: http://taskwarrior.org Homepage: http://taskwarrior.org
Package: task Package: task

View File

@@ -1,6 +1,6 @@
This package was debianized by: This package was debianized by:
Federico Hernandez <ultrafredde@gmail.com> on Thu, 20 Aug 2009 20:26:33 +0200 Federico Hernandez <ultrafredde@gmail.com> on Sat, 05 Dec 2009 23:58:36 +0100
It was downloaded from: It was downloaded from:
@@ -25,13 +25,14 @@ Upstream Authors:
Johan Friis Johan Friis
Steven de Brouwer Steven de Brouwer
Pietro Cerutti Pietro Cerutti
Cory Donnelly
Copyright: Copyright:
Copyright 2006 - 2009, Paul Beckingham Copyright 2006 - 2010, Paul Beckingham
Copyright 2009 Federico Hernandez Copyright 2009 - 2010 Federico Hernandez
Copyright 2009 - 2010 John Florian
Copyright 2009 P.C. Shyamshankar Copyright 2009 P.C. Shyamshankar
Copyright 2009 John Florian
License: License:
@@ -54,6 +55,6 @@ Public License can be found in `/usr/share/common-licenses/GPL-2'.
The Debian packaging is: The Debian packaging is:
Copyright (C) 2009, Federico Hernandez <ultrafredde@gmail.com> Copyright (C) 2009 - 2010, Federico Hernandez <ultrafredde@gmail.com>
and is licensed under the GPL, see above. and is licensed under the GPL, see above.

View File

@@ -33,7 +33,7 @@ binary-arch: install
dh_installman dh_installman
dh_installexamples dh_installexamples
install -D -m644 scripts/bash/task_completion.sh $(CURDIR)/debian/task/etc/bash_completion.d/task install -D -m644 scripts/bash/task_completion.sh $(CURDIR)/debian/task/etc/bash_completion.d/task
rm -rf $(CURDIR)/debian/task/usr/share/doc/task-1.8.1 rm -rf $(CURDIR)/debian/task/usr/share/doc/task-1.8.5
dh_strip dh_strip
dh_compress dh_compress
dh_fixperms dh_fixperms

View File

@@ -1,6 +1,6 @@
# bash completion support for task # bash completion support for task
# #
# Copyright 2009 Federico Hernandez # Copyright 2009-2010 Federico Hernandez
# All rights reserved. # All rights reserved.
# #
# This script is part of the task project. # This script is part of the task project.

View File

@@ -53,7 +53,7 @@ You should then be ready to go.
--- ---
All four above mentioned files are All four above mentioned files are
Copyright 2009 John Florian Copyright 2009-2010 John Florian
and are available under the GNU Public License version 2 or later. and are available under the GNU Public License version 2 or later.
For the full text of this license, see COPYING. For the full text of this license, see COPYING.

View File

@@ -4,7 +4,7 @@
" Maintainer: John Florian <jflorian@doubledog.org> " Maintainer: John Florian <jflorian@doubledog.org>
" Updated: Thu Dec 10 18:28:26 EST 2009 " Updated: Thu Dec 10 18:28:26 EST 2009
" "
" Copyright 2009 John Florian " Copyright 2009-2010 John Florian
" "
" This file is available under the GNU Public License version 2 or later. " This file is available under the GNU Public License version 2 or later.
" For the full text of this license, see COPYING. " For the full text of this license, see COPYING.

View File

@@ -3,7 +3,7 @@
" Maintainer: John Florian <jflorian@doubledog.org> " Maintainer: John Florian <jflorian@doubledog.org>
" Updated: Wed Jul 8 19:46:20 EDT 2009 " Updated: Wed Jul 8 19:46:20 EDT 2009
" "
" Copyright 2009 John Florian " Copyright 2009-2010 John Florian
" "
" This file is available under the GNU Public License version 2 or later. " This file is available under the GNU Public License version 2 or later.
" For the full text of this license, see COPYING. " For the full text of this license, see COPYING.

View File

@@ -3,7 +3,7 @@
" Maintainer: John Florian <jflorian@doubledog.org> " Maintainer: John Florian <jflorian@doubledog.org>
" Updated: Wed Jul 8 19:46:32 EDT 2009 " Updated: Wed Jul 8 19:46:32 EDT 2009
" "
" Copyright 2009 John Florian " Copyright 2009-2010 John Florian
" "
" This file is available under the GNU Public License version 2 or later. " This file is available under the GNU Public License version 2 or later.
" For the full text of this license, see COPYING. " For the full text of this license, see COPYING.

View File

@@ -3,7 +3,7 @@
" Maintainer: John Florian <jflorian@doubledog.org> " Maintainer: John Florian <jflorian@doubledog.org>
" Updated: Wed Nov 25 12:19:43 EST 2009 " Updated: Wed Nov 25 12:19:43 EST 2009
" "
" Copyright 2009 John Florian " Copyright 2009-2010 John Florian
" "
" This file is available under the GNU Public License version 2 or later. " This file is available under the GNU Public License version 2 or later.
" For the full text of this license, see COPYING. " For the full text of this license, see COPYING.

View File

@@ -1,4 +1,11 @@
#compdef task #compdef task
#
# This script is currently unmaintained and was released for an earlier version
# of task. We welcome any zsh user that wants to contribute to task to take a
# look at this script and either confirm its working status or improve it.
# Please contact us at support@taskwarrior.org if you have further questions on
# how to contribute to task.
#
# zsh completion for task # zsh completion for task
# #
# Copyright 2009 P.C. Shyamshankar # Copyright 2009 P.C. Shyamshankar