diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..a75335f6b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,49 @@ +sudo: required +language: generic +matrix: + include: + - name: "Gentoo (latest)" + os: linux + env: CONTAINER=gentoo + services: docker + - name: "Fedora 28" + os: linux + env: CONTAINER=fedora28 + services: docker + - name: "Fedora 29" + os: linux + env: CONTAINER=fedora28 + services: docker + - name: "Debian Stable" + os: linux + env: CONTAINER=debianstable + services: docker + - name: "Debian Testing" + os: linux + env: CONTAINER=debiantesting + services: docker + - name: "Ubuntu 16.04" + os: linux + env: CONTAINER=ubuntu1604 + services: docker + - name: "Ubuntu 18.04" + os: linux + env: CONTAINER=ubuntu1804 + services: docker + - name: "OpenSUSE 15.0" + os: linux + env: CONTAINER=opensuse1500 + services: docker + - name: "Archlinux 2018.01.01" + os: linux + env: CONTAINER=arch180101 + services: docker + - name: "Mac OS X 10.13" + os: osx + env: CONTAINER=osx +install: + # Build the docker container + - pushd $TRAVIS_BUILD_DIR + - if [[ $CONTAINER != "osx" ]]; then docker-compose build test-$CONTAINER ; fi +script: + - if [[ $CONTAINER != "osx" ]]; then docker-compose run test-$CONTAINER; else bash test/scripts/test_osx.sh ; fi diff --git a/COPYING b/COPYING index 9d6090408..ed86152e6 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ Taskwarrior - a command line task list manager. -Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. 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/LICENSE b/LICENSE index 9d6090408..ed86152e6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Taskwarrior - a command line task list manager. -Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. 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/README.md b/README.md index 6d711a698..5b0130d1e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Taskwarrior +[![Travis build status](https://travis-ci.org/tbabej/taskwarrior.svg?branch=2.6.0)](https://travis-ci.org/tbabej/taskwarrior) + Thank you for taking a look at Taskwarrior! Taskwarrior is a GTD, todo list, task management, command line utility with a diff --git a/doc/man/task-color.5.in b/doc/man/task-color.5.in index cc024442d..b2c0336cf 100644 --- a/doc/man/task-color.5.in +++ b/doc/man/task-color.5.in @@ -288,7 +288,7 @@ Better yet, create your own, and share it. We will gladly host the theme file on . .SH "CREDITS & COPYRIGHTS" -Copyright (C) 2006 \- 2018 P. Beckingham, F. Hernandez. +Copyright (C) 2006 \- 2019 P. Beckingham, F. Hernandez. Taskwarrior is distributed under the MIT license. See https://www.opensource.org/licenses/mit-license.php for more information. diff --git a/doc/man/task-sync.5.in b/doc/man/task-sync.5.in index 2ec5f96dc..6a13a0a76 100644 --- a/doc/man/task-sync.5.in +++ b/doc/man/task-sync.5.in @@ -147,7 +147,7 @@ Weaknesses: - You need to manage your own server, or gain access to a hosted server. .SH "CREDITS & COPYRIGHTS" -Copyright (C) 2006 \- 2018 P. Beckingham, F. Hernandez. +Copyright (C) 2006 \- 2019 P. Beckingham, F. Hernandez. Taskwarrior is distributed under the MIT license. See https://www.opensource.org/licenses/mit-license.php for more information. diff --git a/doc/man/task.1.in b/doc/man/task.1.in index da97b2190..222d82260 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -1334,7 +1334,7 @@ The file that contains the completed ("done") tasks. The file that contains information needed by the "undo" command. .SH "CREDITS & COPYRIGHTS" -Copyright (C) 2006 \- 2018 P. Beckingham, F. Hernandez. +Copyright (C) 2006 \- 2019 P. Beckingham, F. Hernandez. Taskwarrior is distributed under the MIT license. See https://www.opensource.org/licenses/mit-license.php for more information. diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index ae2e0145d..522fce5c4 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -1512,7 +1512,7 @@ Default is "NORMAL". See GnuTLS documentation for full details. .RE .SH "CREDITS & COPYRIGHTS" -Copyright (C) 2006 \- 2018 P. Beckingham, F. Hernandez. +Copyright (C) 2006 \- 2019 P. Beckingham, F. Hernandez. This man page was originally written by Federico Hernandez. diff --git a/doc/rc/dark-16.theme b/doc/rc/dark-16.theme index b31a687b3..40cff797f 100644 --- a/doc/rc/dark-16.theme +++ b/doc/rc/dark-16.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/doc/rc/dark-256.theme b/doc/rc/dark-256.theme index 6a1ed1d6f..26df05a06 100644 --- a/doc/rc/dark-256.theme +++ b/doc/rc/dark-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/doc/rc/dark-blue-256.theme b/doc/rc/dark-blue-256.theme index a030dca85..9108153d3 100644 --- a/doc/rc/dark-blue-256.theme +++ b/doc/rc/dark-blue-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/doc/rc/dark-gray-256.theme b/doc/rc/dark-gray-256.theme index 0a920319d..0d065af0b 100644 --- a/doc/rc/dark-gray-256.theme +++ b/doc/rc/dark-gray-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/doc/rc/dark-gray-blue-256.theme b/doc/rc/dark-gray-blue-256.theme index 7d840f2cc..b0e4412bf 100644 --- a/doc/rc/dark-gray-blue-256.theme +++ b/doc/rc/dark-gray-blue-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/doc/rc/dark-green-256.theme b/doc/rc/dark-green-256.theme index ad231310b..725801be7 100644 --- a/doc/rc/dark-green-256.theme +++ b/doc/rc/dark-green-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/doc/rc/dark-red-256.theme b/doc/rc/dark-red-256.theme index b57a67c4a..7ae5b0a4a 100644 --- a/doc/rc/dark-red-256.theme +++ b/doc/rc/dark-red-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/doc/rc/dark-violets-256.theme b/doc/rc/dark-violets-256.theme index 8a6f140fc..33fcef3e3 100644 --- a/doc/rc/dark-violets-256.theme +++ b/doc/rc/dark-violets-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/doc/rc/dark-yellow-green.theme b/doc/rc/dark-yellow-green.theme index 2b5bc34ab..513457ce8 100644 --- a/doc/rc/dark-yellow-green.theme +++ b/doc/rc/dark-yellow-green.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/doc/rc/light-16.theme b/doc/rc/light-16.theme index 59ba4ef70..b93c43f8f 100644 --- a/doc/rc/light-16.theme +++ b/doc/rc/light-16.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/doc/rc/light-256.theme b/doc/rc/light-256.theme index 578b9df0a..ceb463bad 100644 --- a/doc/rc/light-256.theme +++ b/doc/rc/light-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/doc/rc/no-color.theme b/doc/rc/no-color.theme index 32d750351..c20e0b565 100644 --- a/doc/rc/no-color.theme +++ b/doc/rc/no-color.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/doc/rc/solarized-dark-256.theme b/doc/rc/solarized-dark-256.theme index 29c99681f..3a8bddb73 100644 --- a/doc/rc/solarized-dark-256.theme +++ b/doc/rc/solarized-dark-256.theme @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/doc/rc/solarized-light-256.theme b/doc/rc/solarized-light-256.theme index edbcbb592..5128f2b4d 100644 --- a/doc/rc/solarized-light-256.theme +++ b/doc/rc/solarized-light-256.theme @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/doc/ref/task-ref.pages b/doc/ref/task-ref.pages index cdeea3562..6f317d58d 100644 Binary files a/doc/ref/task-ref.pages and b/doc/ref/task-ref.pages differ diff --git a/doc/ref/task-ref.pdf b/doc/ref/task-ref.pdf index 9fb903f42..65802723d 100644 Binary files a/doc/ref/task-ref.pdf and b/doc/ref/task-ref.pdf differ diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 000000000..e0ea1a8f5 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,74 @@ +version: '3' +services: + test-fedora28: + build: + context: . + dockerfile: test/docker/fedora28 + network_mode: "host" + security_opt: + - label=type:container_runtime_t + tty: true + test-fedora29: + build: + context: . + dockerfile: test/docker/fedora29 + network_mode: "host" + security_opt: + - label=type:container_runtime_t + tty: true + test-ubuntu1604: + build: + context: . + dockerfile: test/docker/ubuntu1604 + network_mode: "host" + security_opt: + - label=type:container_runtime_t + tty: true + test-ubuntu1804: + build: + context: . + dockerfile: test/docker/ubuntu1804 + network_mode: "host" + security_opt: + - label=type:container_runtime_t + tty: true + test-debianstable: + build: + context: . + dockerfile: test/docker/debianstable + network_mode: "host" + security_opt: + - label=type:container_runtime_t + tty: true + test-debiantesting: + build: + context: . + dockerfile: test/docker/debiantesting + network_mode: "host" + security_opt: + - label=type:container_runtime_t + tty: true + test-gentoo: + build: + context: . + dockerfile: test/docker/gentoo + network_mode: "host" + security_opt: + - label=type:container_runtime_t + tty: true + test-opensuse1500: + build: + context: . + dockerfile: test/docker/opensuse1500 + network_mode: "host" + security_opt: + - label=type:container_runtime_t + tty: true + test-arch180101: + build: + context: . + dockerfile: test/docker/arch180101 + network_mode: "host" + security_opt: + - label=type:container_runtime_t + tty: true diff --git a/scripts/add-ons/update-holidays.pl b/scripts/add-ons/update-holidays.pl index b3a5ae8bc..b7f494728 100755 --- a/scripts/add-ons/update-holidays.pl +++ b/scripts/add-ons/update-holidays.pl @@ -1,7 +1,7 @@ #! /usr/bin/perl ################################################################################ ## -## Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +## Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. ## ## Permission is hereby granted, free of charge, to any person obtaining a copy ## of this software and associated documentation files (the "Software"), to deal @@ -189,7 +189,7 @@ if (open my $fh, '>:utf8', $file) "# ${url_current}\n", "# ${url_next}\n", "#\n", - "# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez.\n", + "# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez.\n", "#\n", "# Permission is hereby granted, free of charge, to any person obtaining a copy\n", "# of this software and associated documentation files (the \"Software\"), to deal\n", diff --git a/scripts/bash/task.sh b/scripts/bash/task.sh index 4029e1173..114013e52 100644 --- a/scripts/bash/task.sh +++ b/scripts/bash/task.sh @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/scripts/fish/task.fish b/scripts/fish/task.fish index 78ed7a176..f67ed00e3 100644 --- a/scripts/fish/task.fish +++ b/scripts/fish/task.fish @@ -33,7 +33,7 @@ # set -g task_complete_attribute_modifiers yes # # -# Copyright 2014 - 2018, Roman Inflianskas +# Copyright 2014 - 2019, Roman Inflianskas # # 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/scripts/vim/README b/scripts/vim/README index a9143ac1f..4efb8499c 100644 --- a/scripts/vim/README +++ b/scripts/vim/README @@ -53,7 +53,7 @@ You should then be ready to go. --- All four above mentioned files are -Copyright 2009 - 2018 John Florian +Copyright 2009 - 2019 John Florian and are available under the MIT license. For the full text of this license, see COPYING. diff --git a/scripts/vim/ftdetect/task.vim b/scripts/vim/ftdetect/task.vim index e9840a455..9451e4b85 100644 --- a/scripts/vim/ftdetect/task.vim +++ b/scripts/vim/ftdetect/task.vim @@ -4,7 +4,7 @@ " Maintainer: John Florian " Updated: Thu Dec 10 18:28:26 EST 2009 " -" Copyright 2009 - 2018 John Florian +" Copyright 2009 - 2019 John Florian " " This file is available under the MIT license. " For the full text of this license, see COPYING. diff --git a/scripts/vim/syntax/taskdata.vim b/scripts/vim/syntax/taskdata.vim index 55cbec701..89756b52b 100644 --- a/scripts/vim/syntax/taskdata.vim +++ b/scripts/vim/syntax/taskdata.vim @@ -3,7 +3,7 @@ " Maintainer: John Florian " Updated: Wed Jul 8 19:46:20 EDT 2009 " -" Copyright 2009 - 2018 John Florian +" Copyright 2009 - 2019 John Florian " " This file is available under the MIT license. " For the full text of this license, see COPYING. diff --git a/scripts/vim/syntax/taskedit.vim b/scripts/vim/syntax/taskedit.vim index 7291729b1..1cf6abaa3 100644 --- a/scripts/vim/syntax/taskedit.vim +++ b/scripts/vim/syntax/taskedit.vim @@ -3,7 +3,7 @@ " Maintainer: John Florian " Updated: Wed Jul 8 19:46:32 EDT 2009 " -" Copyright 2009 - 2018 John Florian +" Copyright 2009 - 2019 John Florian " " This file is available under the MIT license. " For the full text of this license, see COPYING. diff --git a/scripts/vim/syntax/taskrc.vim b/scripts/vim/syntax/taskrc.vim index a602e91ee..6c71a6289 100644 --- a/scripts/vim/syntax/taskrc.vim +++ b/scripts/vim/syntax/taskrc.vim @@ -1,6 +1,6 @@ " Vim syntax file " -" Copyright (c) 2014 - 2018 Taskwarrior Team +" Copyright (c) 2014 - 2019 Taskwarrior Team " Copyright (c) 2009 - 2014 John Florian " " Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/scripts/zsh/_task b/scripts/zsh/_task index 603a9fc0c..61b6df24c 100644 --- a/scripts/zsh/_task +++ b/scripts/zsh/_task @@ -1,6 +1,6 @@ #compdef task # -# Copyright 2010 - 2018 Johannes Schlatow +# Copyright 2010 - 2019 Johannes Schlatow # Copyright 2009 P.C. Shyamshankar # # Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 3a7b13c72..f76978327 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/CLI2.h b/src/CLI2.h index 410037d7e..050aa723e 100644 --- a/src/CLI2.h +++ b/src/CLI2.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/Context.cpp b/src/Context.cpp index 004bbbd31..e0cadc796 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/Context.h b/src/Context.h index c31ebe37f..0a5a8b7c6 100644 --- a/src/Context.h +++ b/src/Context.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/DOM.cpp b/src/DOM.cpp index 54d97eeac..4af987639 100644 --- a/src/DOM.cpp +++ b/src/DOM.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/DOM.h b/src/DOM.h index 28716e9b3..e6fbcbe32 100644 --- a/src/DOM.h +++ b/src/DOM.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/Eval.cpp b/src/Eval.cpp index ec9af4668..68b44c611 100644 --- a/src/Eval.cpp +++ b/src/Eval.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/Eval.h b/src/Eval.h index 802beeada..f3b3a0adb 100644 --- a/src/Eval.h +++ b/src/Eval.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/Filter.cpp b/src/Filter.cpp index eca2bfd71..ec9620e07 100644 --- a/src/Filter.cpp +++ b/src/Filter.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/Filter.h b/src/Filter.h index 8bb862a51..ce251b434 100644 --- a/src/Filter.h +++ b/src/Filter.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/Hooks.cpp b/src/Hooks.cpp index d01420029..e8de61ee9 100644 --- a/src/Hooks.cpp +++ b/src/Hooks.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/Hooks.h b/src/Hooks.h index c7712bddc..19212820d 100644 --- a/src/Hooks.h +++ b/src/Hooks.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/Lexer.cpp b/src/Lexer.cpp index 4d71abf73..a95fb1171 100644 --- a/src/Lexer.cpp +++ b/src/Lexer.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/Lexer.h b/src/Lexer.h index 14be25029..d556bbb9b 100644 --- a/src/Lexer.h +++ b/src/Lexer.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/TDB2.cpp b/src/TDB2.cpp index 3bfdfc22e..137c68b28 100644 --- a/src/TDB2.cpp +++ b/src/TDB2.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/TDB2.h b/src/TDB2.h index 7ee3b8b05..46572ffc2 100644 --- a/src/TDB2.h +++ b/src/TDB2.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/TLSClient.cpp b/src/TLSClient.cpp index e984a72c7..0080079d6 100644 --- a/src/TLSClient.cpp +++ b/src/TLSClient.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/TLSClient.h b/src/TLSClient.h index 307fd76b0..16f63d775 100644 --- a/src/TLSClient.h +++ b/src/TLSClient.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/Task.cpp b/src/Task.cpp index a748abdd6..c66893664 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/Task.h b/src/Task.h index 0d537044c..cbc7fd807 100644 --- a/src/Task.h +++ b/src/Task.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/Variant.cpp b/src/Variant.cpp index 630264f7a..c02c273a2 100644 --- a/src/Variant.cpp +++ b/src/Variant.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/Variant.h b/src/Variant.h index 4abe74ba8..6c94ce0dc 100644 --- a/src/Variant.h +++ b/src/Variant.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/ViewTask.cpp b/src/ViewTask.cpp index 54f6566b0..6b441f1a3 100644 --- a/src/ViewTask.cpp +++ b/src/ViewTask.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/ViewTask.h b/src/ViewTask.h index 8b8009976..61be102db 100644 --- a/src/ViewTask.h +++ b/src/ViewTask.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/calc.cpp b/src/calc.cpp index 564d3bfe4..427f58ddc 100644 --- a/src/calc.cpp +++ b/src/calc.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -93,7 +93,7 @@ int main (int argc, char** argv) << format ("calc {1} built for ", VERSION) << osName () << '\n' - << "Copyright (C) 2006 - 2018 P. Beckingham, F. Hernandez." + << "Copyright (C) 2006 - 2019 P. Beckingham, F. Hernandez." << '\n' << '\n' << "Taskwarrior may be copied only under the terms of the MIT license, which may be found in the Taskwarrior source kit." diff --git a/src/columns/ColDepends.cpp b/src/columns/ColDepends.cpp index da1a24423..cac9b2205 100644 --- a/src/columns/ColDepends.cpp +++ b/src/columns/ColDepends.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColDepends.h b/src/columns/ColDepends.h index b3a276437..4ff8343b3 100644 --- a/src/columns/ColDepends.h +++ b/src/columns/ColDepends.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColDescription.cpp b/src/columns/ColDescription.cpp index 27c7dea0c..3619ce9db 100644 --- a/src/columns/ColDescription.cpp +++ b/src/columns/ColDescription.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColDescription.h b/src/columns/ColDescription.h index e5894d355..4aa5fa565 100644 --- a/src/columns/ColDescription.h +++ b/src/columns/ColDescription.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColDue.cpp b/src/columns/ColDue.cpp index 0fe892fe5..e6af6c0a0 100644 --- a/src/columns/ColDue.cpp +++ b/src/columns/ColDue.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColDue.h b/src/columns/ColDue.h index 276e3e0eb..4b3f53346 100644 --- a/src/columns/ColDue.h +++ b/src/columns/ColDue.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColEnd.cpp b/src/columns/ColEnd.cpp index 2c520ffb2..9ceb02f95 100644 --- a/src/columns/ColEnd.cpp +++ b/src/columns/ColEnd.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColEnd.h b/src/columns/ColEnd.h index 13200592c..68ae38e14 100644 --- a/src/columns/ColEnd.h +++ b/src/columns/ColEnd.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColEntry.cpp b/src/columns/ColEntry.cpp index 272723cfb..d7f94474e 100644 --- a/src/columns/ColEntry.cpp +++ b/src/columns/ColEntry.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColEntry.h b/src/columns/ColEntry.h index 434e41044..912be7048 100644 --- a/src/columns/ColEntry.h +++ b/src/columns/ColEntry.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColID.cpp b/src/columns/ColID.cpp index 1f08c4d87..9e5ff4e00 100644 --- a/src/columns/ColID.cpp +++ b/src/columns/ColID.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColID.h b/src/columns/ColID.h index 284de8a6d..38bd0f4e2 100644 --- a/src/columns/ColID.h +++ b/src/columns/ColID.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColIMask.cpp b/src/columns/ColIMask.cpp index 5a3d61108..1136875d5 100644 --- a/src/columns/ColIMask.cpp +++ b/src/columns/ColIMask.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColIMask.h b/src/columns/ColIMask.h index 09a5af90f..e5549ac0c 100644 --- a/src/columns/ColIMask.h +++ b/src/columns/ColIMask.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColLast.cpp b/src/columns/ColLast.cpp index 98ad329f8..487be4e1b 100644 --- a/src/columns/ColLast.cpp +++ b/src/columns/ColLast.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColLast.h b/src/columns/ColLast.h index 7d14b247f..473aa4cdc 100644 --- a/src/columns/ColLast.h +++ b/src/columns/ColLast.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColMask.cpp b/src/columns/ColMask.cpp index eb5c2b7b5..6744a15e8 100644 --- a/src/columns/ColMask.cpp +++ b/src/columns/ColMask.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColMask.h b/src/columns/ColMask.h index 833c723b6..ad479c1f1 100644 --- a/src/columns/ColMask.h +++ b/src/columns/ColMask.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColModified.cpp b/src/columns/ColModified.cpp index 1a614558c..c4d0117b8 100644 --- a/src/columns/ColModified.cpp +++ b/src/columns/ColModified.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColModified.h b/src/columns/ColModified.h index a48db7f83..21f78adc8 100644 --- a/src/columns/ColModified.h +++ b/src/columns/ColModified.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColParent.cpp b/src/columns/ColParent.cpp index 185de506a..ae5afe03c 100644 --- a/src/columns/ColParent.cpp +++ b/src/columns/ColParent.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColParent.h b/src/columns/ColParent.h index ec952785e..082245137 100644 --- a/src/columns/ColParent.h +++ b/src/columns/ColParent.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColProject.cpp b/src/columns/ColProject.cpp index 208877fcb..6ecc2c770 100644 --- a/src/columns/ColProject.cpp +++ b/src/columns/ColProject.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColProject.h b/src/columns/ColProject.h index 7ac32587c..8412a9f63 100644 --- a/src/columns/ColProject.h +++ b/src/columns/ColProject.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColRType.cpp b/src/columns/ColRType.cpp index 30381eaaa..0cf30cd48 100644 --- a/src/columns/ColRType.cpp +++ b/src/columns/ColRType.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColRType.h b/src/columns/ColRType.h index 51ef01134..f0e08d7e7 100644 --- a/src/columns/ColRType.h +++ b/src/columns/ColRType.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColRecur.cpp b/src/columns/ColRecur.cpp index 249f95c86..8ded6f4cd 100644 --- a/src/columns/ColRecur.cpp +++ b/src/columns/ColRecur.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColRecur.h b/src/columns/ColRecur.h index 599e19d6c..a23824ed7 100644 --- a/src/columns/ColRecur.h +++ b/src/columns/ColRecur.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColScheduled.cpp b/src/columns/ColScheduled.cpp index ca86ebfc9..a498b70e4 100644 --- a/src/columns/ColScheduled.cpp +++ b/src/columns/ColScheduled.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColScheduled.h b/src/columns/ColScheduled.h index d8ef8b16e..6cb808760 100644 --- a/src/columns/ColScheduled.h +++ b/src/columns/ColScheduled.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColStart.cpp b/src/columns/ColStart.cpp index 1ea2c2281..9f9c0ddb3 100644 --- a/src/columns/ColStart.cpp +++ b/src/columns/ColStart.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColStart.h b/src/columns/ColStart.h index 7815d7cfd..62a347ea9 100644 --- a/src/columns/ColStart.h +++ b/src/columns/ColStart.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColStatus.cpp b/src/columns/ColStatus.cpp index 019fd5f6b..89ee22efb 100644 --- a/src/columns/ColStatus.cpp +++ b/src/columns/ColStatus.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColStatus.h b/src/columns/ColStatus.h index f81924483..ed7043c1a 100644 --- a/src/columns/ColStatus.h +++ b/src/columns/ColStatus.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColTags.cpp b/src/columns/ColTags.cpp index 4d0d43058..d9dab5c62 100644 --- a/src/columns/ColTags.cpp +++ b/src/columns/ColTags.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColTags.h b/src/columns/ColTags.h index de3451582..36325e4c2 100644 --- a/src/columns/ColTags.h +++ b/src/columns/ColTags.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColTemplate.cpp b/src/columns/ColTemplate.cpp index a0cfdc528..61c65c7da 100644 --- a/src/columns/ColTemplate.cpp +++ b/src/columns/ColTemplate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColTemplate.h b/src/columns/ColTemplate.h index 95191fda5..94e12d78f 100644 --- a/src/columns/ColTemplate.h +++ b/src/columns/ColTemplate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColTypeDate.cpp b/src/columns/ColTypeDate.cpp index 6d2c4b78e..ff7c23d94 100644 --- a/src/columns/ColTypeDate.cpp +++ b/src/columns/ColTypeDate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColTypeDate.h b/src/columns/ColTypeDate.h index dc3b290f1..624406c99 100644 --- a/src/columns/ColTypeDate.h +++ b/src/columns/ColTypeDate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColTypeDuration.cpp b/src/columns/ColTypeDuration.cpp index 37e15b8b7..77bd79e96 100644 --- a/src/columns/ColTypeDuration.cpp +++ b/src/columns/ColTypeDuration.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColTypeDuration.h b/src/columns/ColTypeDuration.h index 41c4b9447..dd2e3e71f 100644 --- a/src/columns/ColTypeDuration.h +++ b/src/columns/ColTypeDuration.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColTypeNumeric.cpp b/src/columns/ColTypeNumeric.cpp index cc1937009..d6f7d46b8 100644 --- a/src/columns/ColTypeNumeric.cpp +++ b/src/columns/ColTypeNumeric.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColTypeNumeric.h b/src/columns/ColTypeNumeric.h index 5f982ee65..1c1f050ba 100644 --- a/src/columns/ColTypeNumeric.h +++ b/src/columns/ColTypeNumeric.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColTypeString.cpp b/src/columns/ColTypeString.cpp index f25b8539b..06852d347 100644 --- a/src/columns/ColTypeString.cpp +++ b/src/columns/ColTypeString.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColTypeString.h b/src/columns/ColTypeString.h index a8626c897..4ec657b17 100644 --- a/src/columns/ColTypeString.h +++ b/src/columns/ColTypeString.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColUDA.cpp b/src/columns/ColUDA.cpp index f68d68d66..69619a99f 100644 --- a/src/columns/ColUDA.cpp +++ b/src/columns/ColUDA.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColUDA.h b/src/columns/ColUDA.h index 07611441a..798f26c80 100644 --- a/src/columns/ColUDA.h +++ b/src/columns/ColUDA.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColUUID.cpp b/src/columns/ColUUID.cpp index 87905b7f0..4980fac1e 100644 --- a/src/columns/ColUUID.cpp +++ b/src/columns/ColUUID.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColUUID.h b/src/columns/ColUUID.h index eb71b602c..6056af789 100644 --- a/src/columns/ColUUID.h +++ b/src/columns/ColUUID.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColUntil.cpp b/src/columns/ColUntil.cpp index 9dc7308e9..0f5e028e5 100644 --- a/src/columns/ColUntil.cpp +++ b/src/columns/ColUntil.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColUntil.h b/src/columns/ColUntil.h index 32640559d..c2bd0488c 100644 --- a/src/columns/ColUntil.h +++ b/src/columns/ColUntil.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColUrgency.cpp b/src/columns/ColUrgency.cpp index 65d1cc369..0a726eff2 100644 --- a/src/columns/ColUrgency.cpp +++ b/src/columns/ColUrgency.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColUrgency.h b/src/columns/ColUrgency.h index 87f522017..01b424c65 100644 --- a/src/columns/ColUrgency.h +++ b/src/columns/ColUrgency.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColWait.cpp b/src/columns/ColWait.cpp index bd1e1f9a8..4b8d50566 100644 --- a/src/columns/ColWait.cpp +++ b/src/columns/ColWait.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/ColWait.h b/src/columns/ColWait.h index 0221de9ad..7aabdf4bd 100644 --- a/src/columns/ColWait.h +++ b/src/columns/ColWait.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/Column.cpp b/src/columns/Column.cpp index 425f64b9f..7accef804 100644 --- a/src/columns/Column.cpp +++ b/src/columns/Column.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/columns/Column.h b/src/columns/Column.h index 9e4d5afe9..a196c8176 100644 --- a/src/columns/Column.h +++ b/src/columns/Column.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdAdd.cpp b/src/commands/CmdAdd.cpp index 2a81e833f..de9eef8ac 100644 --- a/src/commands/CmdAdd.cpp +++ b/src/commands/CmdAdd.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdAdd.h b/src/commands/CmdAdd.h index 1a1c3f1f1..9ae953882 100644 --- a/src/commands/CmdAdd.h +++ b/src/commands/CmdAdd.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdAliases.cpp b/src/commands/CmdAliases.cpp index fd5981fd2..1a6701879 100644 --- a/src/commands/CmdAliases.cpp +++ b/src/commands/CmdAliases.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdAliases.h b/src/commands/CmdAliases.h index 09a3c8339..2d790f6a5 100644 --- a/src/commands/CmdAliases.h +++ b/src/commands/CmdAliases.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdAnnotate.cpp b/src/commands/CmdAnnotate.cpp index fabc526ce..c1f6df586 100644 --- a/src/commands/CmdAnnotate.cpp +++ b/src/commands/CmdAnnotate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdAnnotate.h b/src/commands/CmdAnnotate.h index 73bbc78ee..917f2718c 100644 --- a/src/commands/CmdAnnotate.h +++ b/src/commands/CmdAnnotate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdAppend.cpp b/src/commands/CmdAppend.cpp index cd1eea943..30b440bd1 100644 --- a/src/commands/CmdAppend.cpp +++ b/src/commands/CmdAppend.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdAppend.h b/src/commands/CmdAppend.h index 8ad43d7f9..bb8530547 100644 --- a/src/commands/CmdAppend.h +++ b/src/commands/CmdAppend.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdAttributes.cpp b/src/commands/CmdAttributes.cpp index f73d43c9b..3a1f73a54 100644 --- a/src/commands/CmdAttributes.cpp +++ b/src/commands/CmdAttributes.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdAttributes.h b/src/commands/CmdAttributes.h index faa98d8e3..5dedcc6c7 100644 --- a/src/commands/CmdAttributes.h +++ b/src/commands/CmdAttributes.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdBurndown.cpp b/src/commands/CmdBurndown.cpp index f6aa6e642..7d2374772 100644 --- a/src/commands/CmdBurndown.cpp +++ b/src/commands/CmdBurndown.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdBurndown.h b/src/commands/CmdBurndown.h index afb0ad479..63de42efd 100644 --- a/src/commands/CmdBurndown.h +++ b/src/commands/CmdBurndown.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdCalc.cpp b/src/commands/CmdCalc.cpp index e00af1cd6..977c3c12d 100644 --- a/src/commands/CmdCalc.cpp +++ b/src/commands/CmdCalc.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdCalc.h b/src/commands/CmdCalc.h index eea7f77b0..1aa7c6061 100644 --- a/src/commands/CmdCalc.h +++ b/src/commands/CmdCalc.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdCalendar.cpp b/src/commands/CmdCalendar.cpp index efebcbcfb..3db0f9774 100644 --- a/src/commands/CmdCalendar.cpp +++ b/src/commands/CmdCalendar.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdCalendar.h b/src/commands/CmdCalendar.h index bd27f1261..21f25e3ad 100644 --- a/src/commands/CmdCalendar.h +++ b/src/commands/CmdCalendar.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdColor.cpp b/src/commands/CmdColor.cpp index c5d9676f2..893772fb7 100644 --- a/src/commands/CmdColor.cpp +++ b/src/commands/CmdColor.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdColor.h b/src/commands/CmdColor.h index b8f65b0e1..49aba46c3 100644 --- a/src/commands/CmdColor.h +++ b/src/commands/CmdColor.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdColumns.cpp b/src/commands/CmdColumns.cpp index 15326cc9e..ac010e26c 100644 --- a/src/commands/CmdColumns.cpp +++ b/src/commands/CmdColumns.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdColumns.h b/src/commands/CmdColumns.h index e9309ee7a..593aad980 100644 --- a/src/commands/CmdColumns.h +++ b/src/commands/CmdColumns.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdCommands.cpp b/src/commands/CmdCommands.cpp index 919c127ba..e8eeb3d67 100644 --- a/src/commands/CmdCommands.cpp +++ b/src/commands/CmdCommands.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdCommands.h b/src/commands/CmdCommands.h index 4b909cb1d..fc6768a34 100644 --- a/src/commands/CmdCommands.h +++ b/src/commands/CmdCommands.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdConfig.cpp b/src/commands/CmdConfig.cpp index 48f66ed02..a2222a5e5 100644 --- a/src/commands/CmdConfig.cpp +++ b/src/commands/CmdConfig.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdConfig.h b/src/commands/CmdConfig.h index 79d8bcc20..860794811 100644 --- a/src/commands/CmdConfig.h +++ b/src/commands/CmdConfig.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdContext.cpp b/src/commands/CmdContext.cpp index b3c92cc93..55482067f 100644 --- a/src/commands/CmdContext.cpp +++ b/src/commands/CmdContext.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdContext.h b/src/commands/CmdContext.h index dd4237b56..2ff884ea3 100644 --- a/src/commands/CmdContext.h +++ b/src/commands/CmdContext.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdCount.cpp b/src/commands/CmdCount.cpp index 036d6727f..56d34ad94 100644 --- a/src/commands/CmdCount.cpp +++ b/src/commands/CmdCount.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdCount.h b/src/commands/CmdCount.h index a0ebf222e..da7f2ea71 100644 --- a/src/commands/CmdCount.h +++ b/src/commands/CmdCount.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdCustom.cpp b/src/commands/CmdCustom.cpp index 6ec0e909d..84fb9005c 100644 --- a/src/commands/CmdCustom.cpp +++ b/src/commands/CmdCustom.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdCustom.h b/src/commands/CmdCustom.h index c5927c5a3..9ce9a5251 100644 --- a/src/commands/CmdCustom.h +++ b/src/commands/CmdCustom.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdDelete.cpp b/src/commands/CmdDelete.cpp index 3f859337e..7f46be024 100644 --- a/src/commands/CmdDelete.cpp +++ b/src/commands/CmdDelete.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdDelete.h b/src/commands/CmdDelete.h index 35624b19c..5342d62d0 100644 --- a/src/commands/CmdDelete.h +++ b/src/commands/CmdDelete.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdDenotate.cpp b/src/commands/CmdDenotate.cpp index faa8ca4c8..dee84cbef 100644 --- a/src/commands/CmdDenotate.cpp +++ b/src/commands/CmdDenotate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdDenotate.h b/src/commands/CmdDenotate.h index 39fe43385..28461df98 100644 --- a/src/commands/CmdDenotate.h +++ b/src/commands/CmdDenotate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdDiagnostics.cpp b/src/commands/CmdDiagnostics.cpp index 21dae85df..8040c6cb6 100644 --- a/src/commands/CmdDiagnostics.cpp +++ b/src/commands/CmdDiagnostics.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdDiagnostics.h b/src/commands/CmdDiagnostics.h index 89cd1ba99..5a7ee6b8f 100644 --- a/src/commands/CmdDiagnostics.h +++ b/src/commands/CmdDiagnostics.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdDone.cpp b/src/commands/CmdDone.cpp index 2c2663d89..8858b26d0 100644 --- a/src/commands/CmdDone.cpp +++ b/src/commands/CmdDone.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdDone.h b/src/commands/CmdDone.h index 6e5d3a00f..c3aed336a 100644 --- a/src/commands/CmdDone.h +++ b/src/commands/CmdDone.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdDuplicate.cpp b/src/commands/CmdDuplicate.cpp index ef92e3655..ec43da7a1 100644 --- a/src/commands/CmdDuplicate.cpp +++ b/src/commands/CmdDuplicate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdDuplicate.h b/src/commands/CmdDuplicate.h index 953b5f997..374432d00 100644 --- a/src/commands/CmdDuplicate.h +++ b/src/commands/CmdDuplicate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdEdit.cpp b/src/commands/CmdEdit.cpp index 820b88cc6..07fee1b0f 100644 --- a/src/commands/CmdEdit.cpp +++ b/src/commands/CmdEdit.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdEdit.h b/src/commands/CmdEdit.h index e4c54ff32..0dcedc34b 100644 --- a/src/commands/CmdEdit.h +++ b/src/commands/CmdEdit.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdExec.cpp b/src/commands/CmdExec.cpp index d1991a4ad..502a57289 100644 --- a/src/commands/CmdExec.cpp +++ b/src/commands/CmdExec.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdExec.h b/src/commands/CmdExec.h index 3087e689e..0eba03317 100644 --- a/src/commands/CmdExec.h +++ b/src/commands/CmdExec.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdExport.cpp b/src/commands/CmdExport.cpp index a1fc29e57..77bb244f0 100644 --- a/src/commands/CmdExport.cpp +++ b/src/commands/CmdExport.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdExport.h b/src/commands/CmdExport.h index 30655049b..6eae137c4 100644 --- a/src/commands/CmdExport.h +++ b/src/commands/CmdExport.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdGet.cpp b/src/commands/CmdGet.cpp index 0dad80e03..595a966ea 100644 --- a/src/commands/CmdGet.cpp +++ b/src/commands/CmdGet.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdGet.h b/src/commands/CmdGet.h index d1b368028..c85075ceb 100644 --- a/src/commands/CmdGet.h +++ b/src/commands/CmdGet.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdHelp.cpp b/src/commands/CmdHelp.cpp index 522b0b4c7..106f3a75b 100644 --- a/src/commands/CmdHelp.cpp +++ b/src/commands/CmdHelp.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdHelp.h b/src/commands/CmdHelp.h index 084904875..9eaa1617c 100644 --- a/src/commands/CmdHelp.h +++ b/src/commands/CmdHelp.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdHistory.cpp b/src/commands/CmdHistory.cpp index 438694f6e..6a307c65e 100644 --- a/src/commands/CmdHistory.cpp +++ b/src/commands/CmdHistory.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdHistory.h b/src/commands/CmdHistory.h index 0b72175c8..7bc562efa 100644 --- a/src/commands/CmdHistory.h +++ b/src/commands/CmdHistory.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdIDs.cpp b/src/commands/CmdIDs.cpp index f876cba3c..534070c7a 100644 --- a/src/commands/CmdIDs.cpp +++ b/src/commands/CmdIDs.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdIDs.h b/src/commands/CmdIDs.h index e8e2e269a..0b770d302 100644 --- a/src/commands/CmdIDs.h +++ b/src/commands/CmdIDs.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdImport.cpp b/src/commands/CmdImport.cpp index 6eb133ff4..0be459c3f 100644 --- a/src/commands/CmdImport.cpp +++ b/src/commands/CmdImport.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdImport.h b/src/commands/CmdImport.h index e18ee8178..2f94731cb 100644 --- a/src/commands/CmdImport.h +++ b/src/commands/CmdImport.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdInfo.cpp b/src/commands/CmdInfo.cpp index e2a3930b5..a8ca85f3a 100644 --- a/src/commands/CmdInfo.cpp +++ b/src/commands/CmdInfo.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdInfo.h b/src/commands/CmdInfo.h index c0dc0861e..03b9ae176 100644 --- a/src/commands/CmdInfo.h +++ b/src/commands/CmdInfo.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdLog.cpp b/src/commands/CmdLog.cpp index c244eb93c..40a97e1be 100644 --- a/src/commands/CmdLog.cpp +++ b/src/commands/CmdLog.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdLog.h b/src/commands/CmdLog.h index 62b7a91c9..fc4cf8029 100644 --- a/src/commands/CmdLog.h +++ b/src/commands/CmdLog.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdLogo.cpp b/src/commands/CmdLogo.cpp index 7d9de7359..4c83bf64b 100644 --- a/src/commands/CmdLogo.cpp +++ b/src/commands/CmdLogo.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdLogo.h b/src/commands/CmdLogo.h index f8f37c999..3e3571b7d 100644 --- a/src/commands/CmdLogo.h +++ b/src/commands/CmdLogo.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdModify.cpp b/src/commands/CmdModify.cpp index 1d473047d..da38f312f 100644 --- a/src/commands/CmdModify.cpp +++ b/src/commands/CmdModify.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdModify.h b/src/commands/CmdModify.h index 7f42fc3dc..22df52e0d 100644 --- a/src/commands/CmdModify.h +++ b/src/commands/CmdModify.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdPrepend.cpp b/src/commands/CmdPrepend.cpp index 75fe9b9df..84873abd9 100644 --- a/src/commands/CmdPrepend.cpp +++ b/src/commands/CmdPrepend.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdPrepend.h b/src/commands/CmdPrepend.h index 4810f0336..3f9329411 100644 --- a/src/commands/CmdPrepend.h +++ b/src/commands/CmdPrepend.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdProjects.cpp b/src/commands/CmdProjects.cpp index f69d1beae..febde29fe 100644 --- a/src/commands/CmdProjects.cpp +++ b/src/commands/CmdProjects.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdProjects.h b/src/commands/CmdProjects.h index 6efee88f0..14f91dead 100644 --- a/src/commands/CmdProjects.h +++ b/src/commands/CmdProjects.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdPurge.cpp b/src/commands/CmdPurge.cpp index 2bf899746..ccda7b025 100644 --- a/src/commands/CmdPurge.cpp +++ b/src/commands/CmdPurge.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdPurge.h b/src/commands/CmdPurge.h index f9da43090..6e6452232 100644 --- a/src/commands/CmdPurge.h +++ b/src/commands/CmdPurge.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdReports.cpp b/src/commands/CmdReports.cpp index e2e9ba05f..616c355fa 100644 --- a/src/commands/CmdReports.cpp +++ b/src/commands/CmdReports.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdReports.h b/src/commands/CmdReports.h index 8aab838c5..5409be3cf 100644 --- a/src/commands/CmdReports.h +++ b/src/commands/CmdReports.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index d7fa8c388..18526f0c5 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdShow.h b/src/commands/CmdShow.h index 710fa5c79..4489201e0 100644 --- a/src/commands/CmdShow.h +++ b/src/commands/CmdShow.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdStart.cpp b/src/commands/CmdStart.cpp index 938759de4..03b20278e 100644 --- a/src/commands/CmdStart.cpp +++ b/src/commands/CmdStart.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdStart.h b/src/commands/CmdStart.h index 46a087b91..5d97c7a9f 100644 --- a/src/commands/CmdStart.h +++ b/src/commands/CmdStart.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdStats.cpp b/src/commands/CmdStats.cpp index 129037ae8..ac724c908 100644 --- a/src/commands/CmdStats.cpp +++ b/src/commands/CmdStats.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdStats.h b/src/commands/CmdStats.h index f4ef23b27..c12b7e359 100644 --- a/src/commands/CmdStats.h +++ b/src/commands/CmdStats.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdStop.cpp b/src/commands/CmdStop.cpp index 6b76019f9..bb77ea108 100644 --- a/src/commands/CmdStop.cpp +++ b/src/commands/CmdStop.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdStop.h b/src/commands/CmdStop.h index cde72b5e9..7d9fdb01b 100644 --- a/src/commands/CmdStop.h +++ b/src/commands/CmdStop.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdSummary.cpp b/src/commands/CmdSummary.cpp index a8c62b725..c6d322212 100644 --- a/src/commands/CmdSummary.cpp +++ b/src/commands/CmdSummary.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdSummary.h b/src/commands/CmdSummary.h index f38eb0efb..d422855c1 100644 --- a/src/commands/CmdSummary.h +++ b/src/commands/CmdSummary.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdSync.cpp b/src/commands/CmdSync.cpp index 1f865ab7c..467dfcf0f 100644 --- a/src/commands/CmdSync.cpp +++ b/src/commands/CmdSync.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdSync.h b/src/commands/CmdSync.h index bc9321d86..8da9d206f 100644 --- a/src/commands/CmdSync.h +++ b/src/commands/CmdSync.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdTags.cpp b/src/commands/CmdTags.cpp index e52cb46da..1ad3137c4 100644 --- a/src/commands/CmdTags.cpp +++ b/src/commands/CmdTags.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdTags.h b/src/commands/CmdTags.h index b3cbc9131..510722482 100644 --- a/src/commands/CmdTags.h +++ b/src/commands/CmdTags.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdTimesheet.cpp b/src/commands/CmdTimesheet.cpp index 522e36a2b..1fc5033be 100644 --- a/src/commands/CmdTimesheet.cpp +++ b/src/commands/CmdTimesheet.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdTimesheet.h b/src/commands/CmdTimesheet.h index d1371847f..acec783ec 100644 --- a/src/commands/CmdTimesheet.h +++ b/src/commands/CmdTimesheet.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdUDAs.cpp b/src/commands/CmdUDAs.cpp index 1c7d0398a..be140005c 100644 --- a/src/commands/CmdUDAs.cpp +++ b/src/commands/CmdUDAs.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdUDAs.h b/src/commands/CmdUDAs.h index 4f1425bcb..ec4a32f82 100644 --- a/src/commands/CmdUDAs.h +++ b/src/commands/CmdUDAs.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdUndo.cpp b/src/commands/CmdUndo.cpp index 3c9a92204..3d67a3462 100644 --- a/src/commands/CmdUndo.cpp +++ b/src/commands/CmdUndo.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdUndo.h b/src/commands/CmdUndo.h index 9b5bbd8bb..ecf3d7317 100644 --- a/src/commands/CmdUndo.h +++ b/src/commands/CmdUndo.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdUnique.cpp b/src/commands/CmdUnique.cpp index 9e181b901..6248fb663 100644 --- a/src/commands/CmdUnique.cpp +++ b/src/commands/CmdUnique.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdUnique.h b/src/commands/CmdUnique.h index c1e39af77..f827efe1b 100644 --- a/src/commands/CmdUnique.h +++ b/src/commands/CmdUnique.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdUrgency.cpp b/src/commands/CmdUrgency.cpp index 9ec5d8419..5de8bb096 100644 --- a/src/commands/CmdUrgency.cpp +++ b/src/commands/CmdUrgency.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdUrgency.h b/src/commands/CmdUrgency.h index d80b3d238..594636e82 100644 --- a/src/commands/CmdUrgency.h +++ b/src/commands/CmdUrgency.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/CmdVersion.cpp b/src/commands/CmdVersion.cpp index dd35e7789..ede311c0d 100644 --- a/src/commands/CmdVersion.cpp +++ b/src/commands/CmdVersion.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -78,7 +78,7 @@ int CmdVersion::execute (std::string& output) << format ("{1} {2} built for ", bold.colorize (PACKAGE), bold.colorize (VERSION)) << osName () << '\n' - << "Copyright (C) 2006 - 2018 P. Beckingham, F. Hernandez." + << "Copyright (C) 2006 - 2019 P. Beckingham, F. Hernandez." << '\n' << '\n' << disclaimer.render () diff --git a/src/commands/CmdVersion.h b/src/commands/CmdVersion.h index 40edcc9e1..b03e0046f 100644 --- a/src/commands/CmdVersion.h +++ b/src/commands/CmdVersion.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/Command.cpp b/src/commands/Command.cpp index a07f4537a..9b53c98dc 100644 --- a/src/commands/Command.cpp +++ b/src/commands/Command.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/commands/Command.h b/src/commands/Command.h index 877a284e8..af2402985 100644 --- a/src/commands/Command.h +++ b/src/commands/Command.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/dependency.cpp b/src/dependency.cpp index 0927cf528..58aab89da 100644 --- a/src/dependency.cpp +++ b/src/dependency.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/feedback.cpp b/src/feedback.cpp index 9bb218d24..c1f982c6e 100644 --- a/src/feedback.cpp +++ b/src/feedback.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/legacy.cpp b/src/legacy.cpp index e34befc70..19db61531 100644 --- a/src/legacy.cpp +++ b/src/legacy.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/libshared b/src/libshared index 999c824cf..ba9b76db8 160000 --- a/src/libshared +++ b/src/libshared @@ -1 +1 @@ -Subproject commit 999c824cf1139d208e884042eddef87a1d76fb7e +Subproject commit ba9b76db8f6180dc62f0bdbdd012891d818108e8 diff --git a/src/main.cpp b/src/main.cpp index c40108814..2fc858d54 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/main.h b/src/main.h index 0e4274224..511692dd7 100644 --- a/src/main.h +++ b/src/main.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/nag.cpp b/src/nag.cpp index 880b7e8a8..d5878e18a 100644 --- a/src/nag.cpp +++ b/src/nag.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/recur.cpp b/src/recur.cpp index 0b768034b..3181bed3d 100644 --- a/src/recur.cpp +++ b/src/recur.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/recur2.cpp b/src/recur2.cpp index 5dd701371..b6ebad69c 100644 --- a/src/recur2.cpp +++ b/src/recur2.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/rules.cpp b/src/rules.cpp index f55fb5cbd..981aa38f9 100644 --- a/src/rules.cpp +++ b/src/rules.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/sort.cpp b/src/sort.cpp index 1f2c3b780..fab503293 100644 --- a/src/sort.cpp +++ b/src/sort.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/util.cpp b/src/util.cpp index 5d4e9efb2..4aad80c47 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/src/util.h b/src/util.h index a3f660464..622aac47e 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/test/CMakeLists.txt b/test/CMakeLists.txt index 4e0517187..3e37e5e3b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -27,7 +27,7 @@ add_custom_target (build_tests DEPENDS ${test_SRCS} foreach (src_FILE ${test_SRCS}) add_executable (${src_FILE} "${src_FILE}.cpp" test.cpp) - target_link_libraries (${src_FILE} task commands task columns libshared ${TASK_LIBRARIES}) + target_link_libraries (${src_FILE} task commands columns libshared task commands columns libshared task commands columns libshared ${TASK_LIBRARIES}) endforeach (src_FILE) configure_file(run_all run_all COPYONLY) diff --git a/test/abbreviation.t b/test/abbreviation.t index 22b90e454..600bc18b4 100755 --- a/test/abbreviation.t +++ b/test/abbreviation.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/add.t b/test/add.t index 0e6929ff4..6e2c934db 100755 --- a/test/add.t +++ b/test/add.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/alias.t b/test/alias.t index 740148b7b..e4e54bfae 100755 --- a/test/alias.t +++ b/test/alias.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/annotate.t b/test/annotate.t index e3af0910d..1acc879d2 100755 --- a/test/annotate.t +++ b/test/annotate.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/append.t b/test/append.t index 20c5378d4..1179aa995 100755 --- a/test/append.t +++ b/test/append.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/args.t b/test/args.t index aff507000..3480bdaae 100755 --- a/test/args.t +++ b/test/args.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/backlog.t b/test/backlog.t index 61e6c702a..516506d47 100755 --- a/test/backlog.t +++ b/test/backlog.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/basetest/utils.py b/test/basetest/utils.py index 3efaebc1b..200066c94 100644 --- a/test/basetest/utils.py +++ b/test/basetest/utils.py @@ -124,7 +124,7 @@ def _queue_output(arguments, pidq, outputq): This function is meant to be executed in a thread as it may block """ kwargs = arguments["process"] - input = arguments["input"] + input_data = arguments["input"].encode("utf-8") if arguments["input"] else None try: proc = Popen(**kwargs) @@ -146,7 +146,7 @@ def _queue_output(arguments, pidq, outputq): pidq.put(proc.pid) # Send input and wait for finish - out, err = proc.communicate(input) + out, err = proc.communicate(input_data) if sys.version_info > (3,): out, err = out.decode('utf-8'), err.decode('utf-8') @@ -464,7 +464,7 @@ def mkstemp(data): pass f = tempfile.NamedTemporaryFile(delete=False) - f.write(data) + f.write(data.encode('utf-8') if not isinstance(data, bytes) else data) f.close() # Ensure removal at end of python session diff --git a/test/bash_completion.t b/test/bash_completion.t index 2049f69d3..ff58efaf2 100755 --- a/test/bash_completion.t +++ b/test/bash_completion.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/bash_tap.sh b/test/bash_tap.sh index b9dce0f7c..9a59f2f99 100644 --- a/test/bash_tap.sh +++ b/test/bash_tap.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # For more information, see https://github.com/wbsch/bash_tap # Subject to the MIT License. See LICENSE file or http://opensource.org/licenses/MIT -# Copyright (c) 2015-2018 Wilhelm Schürmann +# Copyright (c) 2015-2019 Wilhelm Schürmann function bashtap_on_error { # A command in the parent script failed, interpret this as a test failure. diff --git a/test/bash_tap_tw.sh b/test/bash_tap_tw.sh index 0c7a10935..93b4a2139 100644 --- a/test/bash_tap_tw.sh +++ b/test/bash_tap_tw.sh @@ -9,7 +9,7 @@ # appended to or changed as needed. # # Subject to the MIT License. See LICENSE file or http://opensource.org/licenses/MIT -# Copyright (c) 2015-2018 Wilhelm Schürmann +# Copyright (c) 2015-2019 Wilhelm Schürmann function setup_taskrc { # Configuration diff --git a/test/blocked.t b/test/blocked.t index 2e77376ba..b419e3143 100755 --- a/test/blocked.t +++ b/test/blocked.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/bulk.t b/test/bulk.t index 00cdd55c0..488427d55 100755 --- a/test/bulk.t +++ b/test/bulk.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/burndown.t b/test/burndown.t index 0c98e3e42..8f18d56d0 100755 --- a/test/burndown.t +++ b/test/burndown.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/calc.t b/test/calc.t index 241d9a39e..8a4d8cea2 100755 --- a/test/calc.t +++ b/test/calc.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/calendar.t b/test/calendar.t index a83a34b0a..2249c6d95 100755 --- a/test/calendar.t +++ b/test/calendar.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/caseless.t b/test/caseless.t index 79fd55c0e..8e9a26874 100755 --- a/test/caseless.t +++ b/test/caseless.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/col.t.cpp b/test/col.t.cpp index e7355771e..e26765258 100644 --- a/test/col.t.cpp +++ b/test/col.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/test/color.cmd.t b/test/color.cmd.t index 8943d7965..d4dd1d791 100755 --- a/test/color.cmd.t +++ b/test/color.cmd.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/color.rules.t b/test/color.rules.t index 30de59ceb..163b488a2 100755 --- a/test/color.rules.t +++ b/test/color.rules.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/columns.t b/test/columns.t index b22007570..16307e3cc 100755 --- a/test/columns.t +++ b/test/columns.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/commands.t b/test/commands.t index 669aa6237..d143b831a 100755 --- a/test/commands.t +++ b/test/commands.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/completed.t b/test/completed.t index e60114ad7..2bcf80e13 100755 --- a/test/completed.t +++ b/test/completed.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/configuration.t b/test/configuration.t index 21bf8b3c4..8182917e7 100755 --- a/test/configuration.t +++ b/test/configuration.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/confirmation.t b/test/confirmation.t index f5fb2232b..323ba1cba 100755 --- a/test/confirmation.t +++ b/test/confirmation.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/context.t b/test/context.t index c9d790d2b..2da469d2f 100755 --- a/test/context.t +++ b/test/context.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -60,11 +60,11 @@ class ContextManagementTest(TestCase): self.assertIn("Context 'work' defined.", out) # Assert the config contains context definition - self.assertIn('context.work=project:Work\n', self.t.taskrc_content) + context_line = 'context.work=project:Work\n' + self.assertIn(context_line, self.t.taskrc_content) # Assert that it contains the definition only once - is_context_line = lambda x: x == 'context.work=project:Work\n' - self.assertEqual(len(filter(is_context_line, self.t.taskrc_content)), 1) + self.assertEqual(self.t.taskrc_content.count(context_line), 1) def test_context_redefine_same_definition(self): """Test re-defining the context with the same definition.""" @@ -73,11 +73,11 @@ class ContextManagementTest(TestCase): self.assertIn("Context 'work' defined.", out) # Assert the config contains context definition - self.assertIn('context.work=project:Work\n', self.t.taskrc_content) + context_line = 'context.work=project:Work\n' + self.assertIn(context_line, self.t.taskrc_content) # Assert that it contains the definition only once - is_context_line = lambda x: x == 'context.work=project:Work\n' - self.assertEqual(len(filter(is_context_line, self.t.taskrc_content)), 1) + self.assertEqual(self.t.taskrc_content.count(context_line), 1) def test_context_redefine_different_definition(self): """Test re-defining the context with different definition.""" @@ -89,11 +89,11 @@ class ContextManagementTest(TestCase): self.assertNotIn('context.work=project:Work\n', self.t.taskrc_content) # Assert the config contains context definition - self.assertIn('context.work=+work\n', self.t.taskrc_content) + context_line = 'context.work=+work\n' + self.assertIn(context_line, self.t.taskrc_content) # Assert that it contains the definition only once - is_context_line = lambda x: x == 'context.work=+work\n' - self.assertEqual(len(filter(is_context_line, self.t.taskrc_content)), 1) + self.assertEqual(self.t.taskrc_content.count(context_line), 1) def test_context_delete(self): """Test simple context deletion.""" @@ -138,8 +138,8 @@ class ContextManagementTest(TestCase): # Assert that output contains work and home context definitions exactly # once - self.assertEqual(len(filter(contains_work, out.splitlines())), 1) - self.assertEqual(len(filter(contains_home, out.splitlines())), 1) + self.assertEqual(len(list(filter(contains_work, out.splitlines()))), 1) + self.assertEqual(len(list(filter(contains_home, out.splitlines()))), 1) def test_context_initially_empty(self): """Test that no context is set initially.""" @@ -168,33 +168,30 @@ class ContextManagementTest(TestCase): code, out, err = self.t('context home') self.assertIn("Context 'home' set.", out) - contains_home = lambda line: line == "context=home\n" - self.assertEqual(len(filter(contains_home, self.t.taskrc_content)), 1) + context_line = "context=home\n" + self.assertEqual(self.t.taskrc_content.count(context_line), 1) def test_context_switching(self): """Test changing the context.""" self.t('context define work project:Work') self.t('context define home +home') - contains_home = lambda line: line == "context=home\n" - contains_work = lambda line: line == "context=work\n" - # Switch to home context code, out, err = self.t('context home') self.assertIn("Context 'home' set.", out) - self.assertEqual(len(filter(contains_home, self.t.taskrc_content)), 1) + self.assertEqual(self.t.taskrc_content.count("context=home\n"), 1) # Switch to work context code, out, err = self.t('context work') self.assertIn("Context 'work' set.", out) self.assertNotIn("context=home\n", self.t.taskrc_content) - self.assertEqual(len(filter(contains_work, self.t.taskrc_content)), 1) + self.assertEqual(self.t.taskrc_content.count("context=work\n"), 1) # Switch back to home context code, out, err = self.t('context home') self.assertIn("Context 'home' set.", out) self.assertNotIn("context=work\n", self.t.taskrc_content) - self.assertEqual(len(filter(contains_home, self.t.taskrc_content)), 1) + self.assertEqual(self.t.taskrc_content.count("context=home\n"), 1) def test_context_unsetting(self): """Test removing the context.""" diff --git a/test/count.t b/test/count.t index f34bd2f36..312ebd220 100755 --- a/test/count.t +++ b/test/count.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/custom.config.t b/test/custom.config.t index 5fa62a55e..b31d54d03 100755 --- a/test/custom.config.t +++ b/test/custom.config.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/custom.recur_ind.t b/test/custom.recur_ind.t index 549dfff0e..727bac4d8 100755 --- a/test/custom.recur_ind.t +++ b/test/custom.recur_ind.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/custom.t b/test/custom.t index c7edc29c2..3ae702bca 100755 --- a/test/custom.t +++ b/test/custom.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/custom.tag_ind.t b/test/custom.tag_ind.t index 8b65d3397..ed8217918 100755 --- a/test/custom.tag_ind.t +++ b/test/custom.tag_ind.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/date.iso.t b/test/date.iso.t index 83ff61972..96c1c20da 100755 --- a/test/date.iso.t +++ b/test/date.iso.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/dateformat.t b/test/dateformat.t index 4c6fd7ad1..e95a4bbfe 100755 --- a/test/dateformat.t +++ b/test/dateformat.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/datesort.t b/test/datesort.t index 1cab82105..9bbf984ef 100755 --- a/test/datesort.t +++ b/test/datesort.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/datetime-negative.t b/test/datetime-negative.t index 46d3ddd0a..86ee43a9b 100755 --- a/test/datetime-negative.t +++ b/test/datetime-negative.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/debug.t b/test/debug.t index ce2025a43..3054c6935 100755 --- a/test/debug.t +++ b/test/debug.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/default.t b/test/default.t index a7872939b..cef949255 100755 --- a/test/default.t +++ b/test/default.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/delete.t b/test/delete.t index 22b5b6e6a..15cd8f66d 100755 --- a/test/delete.t +++ b/test/delete.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/denotate.t b/test/denotate.t index ad718efbc..4ea1503ca 100755 --- a/test/denotate.t +++ b/test/denotate.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/dependencies.t b/test/dependencies.t index 9882087f6..26254515e 100755 --- a/test/dependencies.t +++ b/test/dependencies.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/diag.t b/test/diag.t index fafaf326c..953b84cc5 100755 --- a/test/diag.t +++ b/test/diag.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -48,7 +48,7 @@ class TestDiagnostics(TestCase): self.t.activate_hooks() code, out, err = self.t.diag() self.tap(out) - self.assertRegexpMatches(out, "Compliance:\s+C\+\+11") + self.assertRegexpMatches(out, "Compliance:\s+C\+\+14") self.assertRegexpMatches(out, "libgnutls:\s+\d+\.\d+\.\d+") self.assertIn("edlin", out) self.assertIn("strict", out) diff --git a/test/diag_color.t b/test/diag_color.t index f955e278f..150e12d4d 100755 --- a/test/diag_color.t +++ b/test/diag_color.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/docker/arch180101 b/test/docker/arch180101 new file mode 100644 index 000000000..6bf64969b --- /dev/null +++ b/test/docker/arch180101 @@ -0,0 +1,27 @@ +FROM base/archlinux:2018.01.01 + +RUN pacman -Sy --noconfirm archlinux-keyring +RUN pacman -Syyu --noconfirm +RUN pacman -S --noconfirm gnutls util-linux bash-completion cmake python git libfaketime +RUN pacman -S --noconfirm make gcc + +# Setup language environment +ENV LANG en_US.UTF-8 +ENV LANGUAGE en_US.UTF-8 + +# Setup taskwarrior +ADD . /root/code/ +WORKDIR /root/code/ +RUN git clean -dfx +RUN git submodule init +RUN git submodule update +RUN cmake -DCMAKE_BUILD_TYPE=debug . +RUN make -j2 +RUN make install +RUN task --version + +# Setup tests +WORKDIR /root/code/test/ +RUN make + +CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"] diff --git a/test/docker/debianstable b/test/docker/debianstable new file mode 100644 index 000000000..a5d0af2de --- /dev/null +++ b/test/docker/debianstable @@ -0,0 +1,27 @@ +FROM debian:stable + +RUN apt-get update +RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime +RUN apt-get install -y python + +# Setup language environment +ENV LC_ALL en_US.UTF-8 +ENV LANG en_US.UTF-8 +ENV LANGUAGE en_US.UTF-8 + +# Setup taskwarrior +ADD . /root/code/ +WORKDIR /root/code/ +RUN git clean -dfx +RUN git submodule init +RUN git submodule update +RUN cmake -DCMAKE_BUILD_TYPE=debug . +RUN make -j2 +RUN make install +RUN task --version + +# Setup tests +WORKDIR /root/code/test/ +RUN make + +CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"] diff --git a/test/docker/debiantesting b/test/docker/debiantesting new file mode 100644 index 000000000..5652571ce --- /dev/null +++ b/test/docker/debiantesting @@ -0,0 +1,27 @@ +FROM debian:testing + +RUN apt-get update +RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime +RUN apt-get install -y python + +# Setup language environment +ENV LC_ALL en_US.UTF-8 +ENV LANG en_US.UTF-8 +ENV LANGUAGE en_US.UTF-8 + +# Setup taskwarrior +ADD . /root/code/ +WORKDIR /root/code/ +RUN git clean -dfx +RUN git submodule init +RUN git submodule update +RUN cmake -DCMAKE_BUILD_TYPE=debug . +RUN make -j2 +RUN make install +RUN task --version + +# Setup tests +WORKDIR /root/code/test/ +RUN make + +CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"] diff --git a/test/docker/fedora28 b/test/docker/fedora28 new file mode 100644 index 000000000..d8e30b6e1 --- /dev/null +++ b/test/docker/fedora28 @@ -0,0 +1,26 @@ +FROM fedora:28 + +RUN dnf update -y +RUN dnf install python git gcc gcc-c++ cmake make gnutls-devel libuuid-devel libfaketime -y + +# Setup language environment +ENV LC_ALL en_US.UTF-8 +ENV LANG en_US.UTF-8 +ENV LANGUAGE en_US.UTF-8 + +# Setup taskwarrior +ADD . /root/code/ +WORKDIR /root/code/ +RUN git clean -dfx +RUN git submodule init +RUN git submodule update +RUN cmake -DCMAKE_BUILD_TYPE=debug . +RUN make -j2 +RUN make install +RUN task --version + +# Setup tests +WORKDIR /root/code/test/ +RUN make + +CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"] diff --git a/test/docker/fedora29 b/test/docker/fedora29 new file mode 100644 index 000000000..3bb6f0def --- /dev/null +++ b/test/docker/fedora29 @@ -0,0 +1,26 @@ +FROM fedora:29 + +RUN dnf update -y +RUN dnf install python git gcc gcc-c++ cmake make gnutls-devel libuuid-devel libfaketime -y + +# Setup language environment +ENV LC_ALL en_US.UTF-8 +ENV LANG en_US.UTF-8 +ENV LANGUAGE en_US.UTF-8 + +# Setup taskwarrior +ADD . /root/code/ +WORKDIR /root/code/ +RUN git clean -dfx +RUN git submodule init +RUN git submodule update +RUN cmake -DCMAKE_BUILD_TYPE=debug . +RUN make -j2 +RUN make install +RUN task --version + +# Setup tests +WORKDIR /root/code/test/ +RUN make + +CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"] diff --git a/test/docker/gentoo b/test/docker/gentoo new file mode 100644 index 000000000..2eb352527 --- /dev/null +++ b/test/docker/gentoo @@ -0,0 +1,32 @@ +# name the portage image +FROM gentoo/portage:latest as portage + +# image is based on stage3-x86 +FROM gentoo/stage3-x86:latest + +# copy the entire portage volume in +COPY --from=portage /usr/portage /usr/portage + +RUN emerge -qv sys-libs/readline:0 net-libs/gnutls:0= sys-apps/util-linux dev-util/cmake sys-devel/make dev-vcs/git sys-libs/libfaketime + +# Setup language environment +ENV LC_ALL en_US.UTF-8 +ENV LANG en_US.UTF-8 +ENV LANGUAGE en_US.UTF-8 + +# Setup taskwarrior +ADD . /root/code/ +WORKDIR /root/code/ +RUN git clean -dfx +RUN git submodule init +RUN git submodule update +RUN cmake -DCMAKE_BUILD_TYPE=debug . +RUN make -j2 +RUN make install +RUN task --version + +# Setup tests +WORKDIR /root/code/test/ +RUN make + +CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"] diff --git a/test/docker/opensuse1500 b/test/docker/opensuse1500 new file mode 100644 index 000000000..70ebaa1cf --- /dev/null +++ b/test/docker/opensuse1500 @@ -0,0 +1,25 @@ +FROM opensuse/leap:15 + +RUN zypper install -y python awk coreutils git gcc gcc-c++ cmake make libgnutls-devel libuuid-devel libfaketime + +# Setup language environment +ENV LC_ALL en_US.UTF-8 +ENV LANG en_US.UTF-8 +ENV LANGUAGE en_US.UTF-8 + +# Setup taskwarrior +ADD . /root/code/ +WORKDIR /root/code/ +RUN git clean -dfx +RUN git submodule init +RUN git submodule update +RUN cmake -DCMAKE_BUILD_TYPE=debug . +RUN make -j2 +RUN make install +RUN task --version + +# Setup tests +WORKDIR /root/code/test/ +RUN make + +CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"] diff --git a/test/docker/ubuntu1604 b/test/docker/ubuntu1604 new file mode 100644 index 000000000..11019329b --- /dev/null +++ b/test/docker/ubuntu1604 @@ -0,0 +1,27 @@ +FROM ubuntu:16.04 + +RUN apt-get update +RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime +RUN apt-get install -y python + +# Setup language environment +ENV LC_ALL en_US.UTF-8 +ENV LANG en_US.UTF-8 +ENV LANGUAGE en_US.UTF-8 + +# Setup taskwarrior +ADD . /root/code/ +WORKDIR /root/code/ +RUN git clean -dfx +RUN git submodule init +RUN git submodule update +RUN cmake -DCMAKE_BUILD_TYPE=debug . +RUN make -j2 +RUN make install +RUN task --version + +# Setup tests +WORKDIR /root/code/test/ +RUN make + +CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"] diff --git a/test/docker/ubuntu1804 b/test/docker/ubuntu1804 new file mode 100644 index 000000000..a53301411 --- /dev/null +++ b/test/docker/ubuntu1804 @@ -0,0 +1,27 @@ +FROM ubuntu:18.04 + +RUN apt-get update +RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime +RUN apt-get install -y python + +# Setup language environment +ENV LC_ALL en_US.UTF-8 +ENV LANG en_US.UTF-8 +ENV LANGUAGE en_US.UTF-8 + +# Setup taskwarrior +ADD . /root/code/ +WORKDIR /root/code/ +RUN git clean -dfx +RUN git submodule init +RUN git submodule update +RUN cmake -DCMAKE_BUILD_TYPE=debug . +RUN make -j2 +RUN make install +RUN task --version + +# Setup tests +WORKDIR /root/code/test/ +RUN make + +CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"] diff --git a/test/dom.t.cpp b/test/dom.t.cpp index 365268459..5b3f53b54 100644 --- a/test/dom.t.cpp +++ b/test/dom.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/dom2.t b/test/dom2.t index 656d6b08a..40458801d 100755 --- a/test/dom2.t +++ b/test/dom2.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/due.t b/test/due.t index b3ddf281f..7a3fe1473 100755 --- a/test/due.t +++ b/test/due.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/duplicate.t b/test/duplicate.t index 41fdbcc10..3ad205358 100755 --- a/test/duplicate.t +++ b/test/duplicate.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/edit.t b/test/edit.t index 18b84d09b..8ac144776 100755 --- a/test/edit.t +++ b/test/edit.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -41,7 +41,7 @@ class TestTaskEdit(TestCase): self.t = Task() # Workaround to always assume changes were introduced via "task edit" - self.editor = mkstemp_exec("echo '' >> $1\n") + self.editor = mkstemp_exec(b"echo '' >> $1\n") self.t.env["VISUAL"] = self.editor diff --git a/test/encoding.t b/test/encoding.t index 0b696c29e..42d49b315 100755 --- a/test/encoding.t +++ b/test/encoding.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/enpassant.t b/test/enpassant.t index 23f7119a6..e40319002 100755 --- a/test/enpassant.t +++ b/test/enpassant.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/eval.t.cpp b/test/eval.t.cpp index 334f9dd63..0a568bc01 100644 --- a/test/eval.t.cpp +++ b/test/eval.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/exec.t b/test/exec.t index 70f72d0d3..800c98cb0 100755 --- a/test/exec.t +++ b/test/exec.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/export.t b/test/export.t index 62b617832..f7ef9ba51 100755 --- a/test/export.t +++ b/test/export.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/feature.559.t b/test/feature.559.t index 9bff3d16c..646f6d2e4 100755 --- a/test/feature.559.t +++ b/test/feature.559.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/feature.default.project.t b/test/feature.default.project.t index 438c51f27..7fe44b1ba 100755 --- a/test/feature.default.project.t +++ b/test/feature.default.project.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/feature.print.empty.columns.t b/test/feature.print.empty.columns.t index 72b99a1f6..7ba146d0e 100755 --- a/test/feature.print.empty.columns.t +++ b/test/feature.print.empty.columns.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/feature.recurrence.t b/test/feature.recurrence.t index 52a21285d..9c9d510e9 100755 --- a/test/feature.recurrence.t +++ b/test/feature.recurrence.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/feedback.t b/test/feedback.t index 6a80e587d..80e952c82 100755 --- a/test/feedback.t +++ b/test/feedback.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/filter.t b/test/filter.t index 74a9d9abb..bc39fb0a4 100755 --- a/test/filter.t +++ b/test/filter.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/fontunderline.t b/test/fontunderline.t index fab9a8274..9502a2112 100755 --- a/test/fontunderline.t +++ b/test/fontunderline.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/format.t b/test/format.t index 6e1203b20..7e274e2ce 100755 --- a/test/format.t +++ b/test/format.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/gc.t b/test/gc.t index a8efbdd6b..e278bd5b9 100755 --- a/test/gc.t +++ b/test/gc.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/helpers.t b/test/helpers.t index ea3ac2d4c..c990995f2 100755 --- a/test/helpers.t +++ b/test/helpers.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/history.t b/test/history.t index f3b14733f..1dff59d6f 100755 --- a/test/history.t +++ b/test/history.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/hooks.env.t b/test/hooks.env.t index efd28840b..5aac2f8f5 100755 --- a/test/hooks.env.t +++ b/test/hooks.env.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/hooks.on-add.t b/test/hooks.on-add.t index 876e7955a..50912e74c 100755 --- a/test/hooks.on-add.t +++ b/test/hooks.on-add.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/hooks.on-exit.t b/test/hooks.on-exit.t index 334ee92bd..fd89da375 100755 --- a/test/hooks.on-exit.t +++ b/test/hooks.on-exit.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/hooks.on-launch.t b/test/hooks.on-launch.t index affc53fa6..0c7ed22e5 100755 --- a/test/hooks.on-launch.t +++ b/test/hooks.on-launch.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/hooks.on-modify.t b/test/hooks.on-modify.t index 49753460b..55f037169 100755 --- a/test/hooks.on-modify.t +++ b/test/hooks.on-modify.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/hyphenate.t b/test/hyphenate.t index a09c41e74..b1643b6d8 100755 --- a/test/hyphenate.t +++ b/test/hyphenate.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/ids.t b/test/ids.t index b5d21c6ac..dfd3eb46b 100755 --- a/test/ids.t +++ b/test/ids.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/import.t b/test/import.t index 9454a7f1c..817d72f0f 100755 --- a/test/import.t +++ b/test/import.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/info.t b/test/info.t index 5c93db5a6..19af3f844 100755 --- a/test/info.t +++ b/test/info.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/lexer.t.cpp b/test/lexer.t.cpp index a7da105f9..8912de85a 100644 --- a/test/lexer.t.cpp +++ b/test/lexer.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/limit.t b/test/limit.t index e7e819382..9e26d682a 100755 --- a/test/limit.t +++ b/test/limit.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/list.all.projects.t b/test/list.all.projects.t index f52a40a8d..c1d2ca027 100755 --- a/test/list.all.projects.t +++ b/test/list.all.projects.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/log.t b/test/log.t index ad7dcab99..ba9df31d7 100755 --- a/test/log.t +++ b/test/log.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/logo.t b/test/logo.t index e1341bbe8..c6583fbfb 100755 --- a/test/logo.t +++ b/test/logo.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/math.t b/test/math.t index 32a63962c..e5fc8189f 100755 --- a/test/math.t +++ b/test/math.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/modify.t b/test/modify.t index 74a3d4957..f32925445 100755 --- a/test/modify.t +++ b/test/modify.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/nag.t b/test/nag.t index 98c982571..380366e5a 100755 --- a/test/nag.t +++ b/test/nag.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/obfuscate.t b/test/obfuscate.t index 884bb17af..790fd47a1 100755 --- a/test/obfuscate.t +++ b/test/obfuscate.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/oldest.t b/test/oldest.t index e0e4e6fcc..68867fa0e 100755 --- a/test/oldest.t +++ b/test/oldest.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/operators.t b/test/operators.t index cb59a2121..985141dec 100755 --- a/test/operators.t +++ b/test/operators.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/overdue.t b/test/overdue.t index 779541997..6d6f8fc4b 100755 --- a/test/overdue.t +++ b/test/overdue.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/partial.t b/test/partial.t index 5dc99d85e..968e72eb2 100755 --- a/test/partial.t +++ b/test/partial.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/prepend.t b/test/prepend.t index 3c5a9daa9..adafa52eb 100755 --- a/test/prepend.t +++ b/test/prepend.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/pri_sort.t b/test/pri_sort.t index e75d478e1..df1757c92 100755 --- a/test/pri_sort.t +++ b/test/pri_sort.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/project.t b/test/project.t index 83b646c5a..0cc46a19b 100755 --- a/test/project.t +++ b/test/project.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -260,7 +260,7 @@ class TestBug555(TestCase): Reported in bug 555 """ - code, out, err = self.t("log description project:p") + code, out, err = self.t("rc.verbose:new-uuid log description project:p") self.assertNotIn("Segmentation fault", out) self.assertNotIn("Segmentation fault", err) diff --git a/test/purge.t b/test/purge.t index e66b86ebe..29315c190 100755 --- a/test/purge.t +++ b/test/purge.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/quotes.t b/test/quotes.t index 0c186e834..f30808114 100755 --- a/test/quotes.t +++ b/test/quotes.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/rc.override.t b/test/rc.override.t index e22841e05..8eb37f1eb 100755 --- a/test/rc.override.t +++ b/test/rc.override.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/recurrence.t b/test/recurrence.t index f7e30f51f..dcb9afb0f 100755 --- a/test/recurrence.t +++ b/test/recurrence.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/reports.t b/test/reports.t index 663413404..8574eb7fc 100755 --- a/test/reports.t +++ b/test/reports.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/scripts/test_osx.sh b/test/scripts/test_osx.sh new file mode 100644 index 000000000..62ca0478f --- /dev/null +++ b/test/scripts/test_osx.sh @@ -0,0 +1,18 @@ +set -x + +brew install gnutls +brew install cmake +brew install libfaketime +git clean -dfx +git submodule init +git submodule update +cmake -DCMAKE_BUILD_TYPE=debug . +make -j2 +make install +task --version + +pushd test +make +./run_all -v +cat all.log | grep 'not ok' +./problems diff --git a/test/search.t b/test/search.t index 7e75c20fe..90de10439 100755 --- a/test/search.t +++ b/test/search.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/sequence.t b/test/sequence.t index 2476bfb63..da3d23dc9 100755 --- a/test/sequence.t +++ b/test/sequence.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/shell.t b/test/shell.t index 3ef608559..e224d11ed 100755 --- a/test/shell.t +++ b/test/shell.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/show.t b/test/show.t index b02e74c68..5f9d5a32e 100755 --- a/test/show.t +++ b/test/show.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/simpletap/__init__.py b/test/simpletap/__init__.py index 0281b1f25..6352b74b9 100644 --- a/test/simpletap/__init__.py +++ b/test/simpletap/__init__.py @@ -1,7 +1,7 @@ ############################################################################### # taskwarrior - a command line task list manager. # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/sorting.t b/test/sorting.t index 1efdd7c70..696717465 100755 --- a/test/sorting.t +++ b/test/sorting.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/special.t b/test/special.t index 69a3d99d0..194ef57ba 100755 --- a/test/special.t +++ b/test/special.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/start.t b/test/start.t index 31a824c69..bf16d3258 100755 --- a/test/start.t +++ b/test/start.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/stats.t b/test/stats.t index 2577490b4..7534fcf07 100755 --- a/test/stats.t +++ b/test/stats.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/substitute.t b/test/substitute.t index 5ed1986c3..160a8feff 100755 --- a/test/substitute.t +++ b/test/substitute.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/sugar.t b/test/sugar.t index d6fc1dead..3f132da48 100755 --- a/test/sugar.t +++ b/test/sugar.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/summary.t b/test/summary.t index b9173c5a7..bfd2c8c88 100755 --- a/test/summary.t +++ b/test/summary.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/t.t.cpp b/test/t.t.cpp index 2f90b354d..e75140828 100644 --- a/test/t.t.cpp +++ b/test/t.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/test/tag.t b/test/tag.t index 06822ee82..841cce318 100755 --- a/test/tag.t +++ b/test/tag.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -85,7 +85,7 @@ class TestVirtualTags(TestCase): cls.t("add deleted") cls.t("1 delete", input="y\n") cls.t("add minimal") - cls.t("add maximal +tag pro:PRO pri:H due:yesterday") + cls.t("add maximal +tag pro:PRO pri:H due:today") cls.t("3 start") cls.t("3 annotate note") cls.t("add blocked depends:2") diff --git a/test/taskrc.t b/test/taskrc.t index fdbd25ad2..3e15fd84e 100755 --- a/test/taskrc.t +++ b/test/taskrc.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/tdb2.t.cpp b/test/tdb2.t.cpp index 3de04603c..34ca50254 100644 --- a/test/tdb2.t.cpp +++ b/test/tdb2.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/test/template.t b/test/template.t index 93bc26caf..7a8a3cf6f 100644 --- a/test/template.t +++ b/test/template.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/test.cpp b/test/test.cpp index 292cc9583..49010350a 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/test/test.h b/test/test.h index bd8a3c0ff..c5ffa1cb3 100644 --- a/test/test.h +++ b/test/test.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/test/timesheet.t b/test/timesheet.t index c73587f64..d9131344c 100755 --- a/test/timesheet.t +++ b/test/timesheet.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/tw-1379.t b/test/tw-1379.t index b3d23af81..8f68a45ac 100755 --- a/test/tw-1379.t +++ b/test/tw-1379.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/tw-1837.t b/test/tw-1837.t index 412bebf02..a9ed05ad0 100644 --- a/test/tw-1837.t +++ b/test/tw-1837.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/tw-20.t b/test/tw-20.t index 56587d56a..9880ec226 100755 --- a/test/tw-20.t +++ b/test/tw-20.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -44,7 +44,7 @@ class TestBug20(TestCase): self.t = Task() # Workaround to always assume changes were introduced via "task edit" - self.editor = mkstemp_exec("echo '' >> $1\n") + self.editor = mkstemp_exec(b"echo '' >> $1\n") self.t.env["VISUAL"] = self.editor diff --git a/test/tw-262.t b/test/tw-262.t index 08741895c..da1ef881e 100755 --- a/test/tw-262.t +++ b/test/tw-262.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/tw-295.t b/test/tw-295.t index 22d843ff9..4908e451b 100755 --- a/test/tw-295.t +++ b/test/tw-295.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/tw-46.t b/test/tw-46.t index b91f31c75..df8f615c2 100755 --- a/test/tw-46.t +++ b/test/tw-46.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/uda.t b/test/uda.t index 077fa0f18..512b68f60 100755 --- a/test/uda.t +++ b/test/uda.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -174,7 +174,7 @@ class TestUdaDuration(TestBaseUda): # Ensure 'extra' is stored in original form. code, out, err = self.t("1 export") - self.assertRaisesRegexp(out, '"extra":"P1D"') + self.assertRegexpMatches(out, '"extra":"P1D"') def test_uda_bad_duration_task(self): """Add tasks with an invalid UDA duration""" diff --git a/test/uda_orphan.t b/test/uda_orphan.t index f53f2d6a1..e0b40cfbc 100755 --- a/test/uda_orphan.t +++ b/test/uda_orphan.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/uda_report.t b/test/uda_report.t index c04856084..c3fced113 100755 --- a/test/uda_report.t +++ b/test/uda_report.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/uda_sort.t b/test/uda_sort.t index 1297eb68a..200e5c8e0 100755 --- a/test/uda_sort.t +++ b/test/uda_sort.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/undo.t b/test/undo.t index 94367f460..d90e34c54 100755 --- a/test/undo.t +++ b/test/undo.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/unicode.t b/test/unicode.t index c46fe079b..4e7c6c3df 100755 --- a/test/unicode.t +++ b/test/unicode.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/unique.t b/test/unique.t index f87d5b14e..cce4c13c5 100755 --- a/test/unique.t +++ b/test/unique.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/upgrade.t b/test/upgrade.t index 4fcf3d4be..cca512658 100755 --- a/test/upgrade.t +++ b/test/upgrade.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/urgency.t b/test/urgency.t index 1f7c5da69..a07f61539 100755 --- a/test/urgency.t +++ b/test/urgency.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/urgency_inherit.t b/test/urgency_inherit.t index b5b7d8776..9b7f32451 100755 --- a/test/urgency_inherit.t +++ b/test/urgency_inherit.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/util.t.cpp b/test/util.t.cpp index 3ca201547..0652161ec 100644 --- a/test/util.t.cpp +++ b/test/util.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/test/uuid.t b/test/uuid.t index 07d536274..9172dec8f 100755 --- a/test/uuid.t +++ b/test/uuid.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/variant_add.t.cpp b/test/variant_add.t.cpp index 6f6e4cc79..a915c5c08 100644 --- a/test/variant_add.t.cpp +++ b/test/variant_add.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_and.t.cpp b/test/variant_and.t.cpp index 550d4ba97..191b9890c 100644 --- a/test/variant_and.t.cpp +++ b/test/variant_and.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_cast.t.cpp b/test/variant_cast.t.cpp index 1ed89742c..8a973d2bf 100644 --- a/test/variant_cast.t.cpp +++ b/test/variant_cast.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_divide.t.cpp b/test/variant_divide.t.cpp index d9c5b728b..8265aaaf9 100644 --- a/test/variant_divide.t.cpp +++ b/test/variant_divide.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_equal.t.cpp b/test/variant_equal.t.cpp index e5383fcdb..7204b1430 100644 --- a/test/variant_equal.t.cpp +++ b/test/variant_equal.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_exp.t.cpp b/test/variant_exp.t.cpp index 10ee464ec..316cf2637 100644 --- a/test/variant_exp.t.cpp +++ b/test/variant_exp.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_gt.t.cpp b/test/variant_gt.t.cpp index a86d53997..57d78d311 100644 --- a/test/variant_gt.t.cpp +++ b/test/variant_gt.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_gte.t.cpp b/test/variant_gte.t.cpp index 015a5913c..9d076d7af 100644 --- a/test/variant_gte.t.cpp +++ b/test/variant_gte.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_inequal.t.cpp b/test/variant_inequal.t.cpp index 8d9dc8338..90d4374f7 100644 --- a/test/variant_inequal.t.cpp +++ b/test/variant_inequal.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_lt.t.cpp b/test/variant_lt.t.cpp index 971a88aa1..6c7d5bb0c 100644 --- a/test/variant_lt.t.cpp +++ b/test/variant_lt.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_lte.t.cpp b/test/variant_lte.t.cpp index 5b6484cac..e73042ed5 100644 --- a/test/variant_lte.t.cpp +++ b/test/variant_lte.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_match.t.cpp b/test/variant_match.t.cpp index e8c52d148..04786ad9c 100644 --- a/test/variant_match.t.cpp +++ b/test/variant_match.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_math.t.cpp b/test/variant_math.t.cpp index 9dd33a581..bf0bae6bf 100644 --- a/test/variant_math.t.cpp +++ b/test/variant_math.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_modulo.t.cpp b/test/variant_modulo.t.cpp index ecb8b976a..c941c0200 100644 --- a/test/variant_modulo.t.cpp +++ b/test/variant_modulo.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018 Göteborg Bit Factory. +// Copyright 2013 - 2019 Göteborg Bit Factory. // // 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/test/variant_multiply.t.cpp b/test/variant_multiply.t.cpp index 76ff2f04d..d6b8d9b3e 100644 --- a/test/variant_multiply.t.cpp +++ b/test/variant_multiply.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_nomatch.t.cpp b/test/variant_nomatch.t.cpp index 5207009db..7b33a800a 100644 --- a/test/variant_nomatch.t.cpp +++ b/test/variant_nomatch.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_not.t.cpp b/test/variant_not.t.cpp index 805ca5c6d..4f8c5cd83 100644 --- a/test/variant_not.t.cpp +++ b/test/variant_not.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_or.t.cpp b/test/variant_or.t.cpp index 89d48a737..19b91844e 100644 --- a/test/variant_or.t.cpp +++ b/test/variant_or.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_partial.t.cpp b/test/variant_partial.t.cpp index 06bf6a97b..1f1f631d7 100644 --- a/test/variant_partial.t.cpp +++ b/test/variant_partial.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_subtract.t.cpp b/test/variant_subtract.t.cpp index 371ae6035..962023df7 100644 --- a/test/variant_subtract.t.cpp +++ b/test/variant_subtract.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/variant_xor.t.cpp b/test/variant_xor.t.cpp index 4f5fe329b..154e76913 100644 --- a/test/variant_xor.t.cpp +++ b/test/variant_xor.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2018, Göteborg Bit Factory. +// Copyright 2013 - 2019, Göteborg Bit Factory. // // 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/test/verbose.t b/test/verbose.t index e4e169f4f..16dd76a54 100755 --- a/test/verbose.t +++ b/test/verbose.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -94,7 +94,7 @@ class TestVerbosity(TestCase): """Verbosity blank""" def count_blank_lines(x): - return len(filter(operator.not_, x.splitlines())) + return x.splitlines().count('') code, out, err = self.t("rc.verbose:nothing ls") self.assertEqual(count_blank_lines(out), 0) diff --git a/test/version.t b/test/version.t index 614fe513f..1076aad86 100755 --- a/test/version.t +++ b/test/version.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # 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/test/view.t.cpp b/test/view.t.cpp index aa6d571d8..79982ccab 100644 --- a/test/view.t.cpp +++ b/test/view.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. // // 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/test/wait.t b/test/wait.t index 71864cf9b..952778ddf 100755 --- a/test/wait.t +++ b/test/wait.t @@ -1,8 +1,8 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal