From d5a9e4930da5115590dc7a6faeb8ce1928c76d61 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 7 Feb 2018 02:48:53 +0100 Subject: [PATCH] Update dates in license header And add missing header in one file --- bin/core/imag-annotate/src/main.rs | 2 +- bin/core/imag-annotate/src/ui.rs | 2 +- bin/core/imag-diagnostics/src/main.rs | 2 +- bin/core/imag-diagnostics/src/ui.rs | 2 +- bin/core/imag-edit/src/main.rs | 2 +- bin/core/imag-edit/src/ui.rs | 2 +- bin/core/imag-gps/src/main.rs | 2 +- bin/core/imag-gps/src/ui.rs | 2 +- bin/core/imag-grep/src/main.rs | 2 +- bin/core/imag-grep/src/ui.rs | 2 +- bin/core/imag-init/src/main.rs | 2 +- bin/core/imag-init/src/ui.rs | 2 +- bin/core/imag-link/src/main.rs | 2 +- bin/core/imag-link/src/ui.rs | 2 +- bin/core/imag-mv/src/main.rs | 2 +- bin/core/imag-mv/src/ui.rs | 2 +- bin/core/imag-ref/src/main.rs | 2 +- bin/core/imag-ref/src/ui.rs | 2 +- bin/core/imag-store/src/create.rs | 2 +- bin/core/imag-store/src/delete.rs | 2 +- bin/core/imag-store/src/dump.rs | 2 +- bin/core/imag-store/src/error.rs | 2 +- bin/core/imag-store/src/get.rs | 2 +- bin/core/imag-store/src/ids.rs | 2 +- bin/core/imag-store/src/main.rs | 2 +- bin/core/imag-store/src/retrieve.rs | 2 +- bin/core/imag-store/src/ui.rs | 2 +- bin/core/imag-store/src/update.rs | 2 +- bin/core/imag-store/src/util.rs | 2 +- bin/core/imag-store/src/verify.rs | 2 +- bin/core/imag-tag/src/main.rs | 2 +- bin/core/imag-tag/src/ui.rs | 2 +- bin/core/imag-view/src/main.rs | 2 +- bin/core/imag-view/src/ui.rs | 2 +- bin/core/imag/src/main.rs | 2 +- bin/domain/imag-bookmark/src/main.rs | 2 +- bin/domain/imag-bookmark/src/ui.rs | 2 +- bin/domain/imag-contact/src/create.rs | 2 +- bin/domain/imag-contact/src/main.rs | 2 +- bin/domain/imag-contact/src/ui.rs | 2 +- bin/domain/imag-contact/src/util.rs | 2 +- bin/domain/imag-diary/src/create.rs | 2 +- bin/domain/imag-diary/src/delete.rs | 2 +- bin/domain/imag-diary/src/edit.rs | 2 +- bin/domain/imag-diary/src/list.rs | 2 +- bin/domain/imag-diary/src/main.rs | 2 +- bin/domain/imag-diary/src/ui.rs | 2 +- bin/domain/imag-diary/src/util.rs | 2 +- bin/domain/imag-diary/src/view.rs | 2 +- bin/domain/imag-habit/src/main.rs | 2 +- bin/domain/imag-habit/src/ui.rs | 2 +- bin/domain/imag-log/src/main.rs | 2 +- bin/domain/imag-log/src/ui.rs | 2 +- bin/domain/imag-mail/src/main.rs | 2 +- bin/domain/imag-mail/src/ui.rs | 2 +- bin/domain/imag-notes/src/main.rs | 2 +- bin/domain/imag-notes/src/ui.rs | 2 +- bin/domain/imag-timetrack/src/cont.rs | 2 +- bin/domain/imag-timetrack/src/day.rs | 2 +- bin/domain/imag-timetrack/src/list.rs | 2 +- bin/domain/imag-timetrack/src/main.rs | 2 +- bin/domain/imag-timetrack/src/month.rs | 2 +- bin/domain/imag-timetrack/src/start.rs | 2 +- bin/domain/imag-timetrack/src/stop.rs | 2 +- bin/domain/imag-timetrack/src/track.rs | 2 +- bin/domain/imag-timetrack/src/ui.rs | 2 +- bin/domain/imag-timetrack/src/week.rs | 2 +- bin/domain/imag-timetrack/src/year.rs | 2 +- bin/domain/imag-todo/src/main.rs | 2 +- bin/domain/imag-todo/src/ui.rs | 2 +- lib/core/libimagerror/src/iter.rs | 2 +- lib/core/libimagerror/src/lib.rs | 2 +- lib/core/libimagerror/src/trace.rs | 2 +- lib/core/libimagrt/src/configuration.rs | 2 +- lib/core/libimagrt/src/error.rs | 2 +- lib/core/libimagrt/src/lib.rs | 2 +- lib/core/libimagrt/src/logger.rs | 2 +- lib/core/libimagrt/src/runtime.rs | 2 +- lib/core/libimagrt/src/setup.rs | 2 +- lib/core/libimagrt/src/spec.rs | 19 +++++++++++++++++++ lib/core/libimagstore/src/configuration.rs | 2 +- lib/core/libimagstore/src/error.rs | 2 +- .../libimagstore/src/file_abstraction/fs.rs | 2 +- .../src/file_abstraction/inmemory.rs | 2 +- .../libimagstore/src/file_abstraction/iter.rs | 2 +- .../libimagstore/src/file_abstraction/mod.rs | 2 +- .../src/file_abstraction/stdio/mapper/json.rs | 2 +- .../src/file_abstraction/stdio/mapper/mod.rs | 2 +- .../src/file_abstraction/stdio/mod.rs | 2 +- .../src/file_abstraction/stdio/out.rs | 2 +- lib/core/libimagstore/src/iter.rs | 2 +- lib/core/libimagstore/src/lib.rs | 2 +- lib/core/libimagstore/src/store.rs | 2 +- lib/core/libimagstore/src/storeid.rs | 2 +- lib/core/libimagstore/src/util.rs | 2 +- lib/domain/libimagbookmark/src/collection.rs | 2 +- lib/domain/libimagbookmark/src/error.rs | 2 +- lib/domain/libimagbookmark/src/lib.rs | 2 +- lib/domain/libimagbookmark/src/link.rs | 2 +- lib/domain/libimagcontact/src/contact.rs | 2 +- lib/domain/libimagcontact/src/error.rs | 2 +- lib/domain/libimagcontact/src/iter.rs | 2 +- lib/domain/libimagcontact/src/lib.rs | 2 +- lib/domain/libimagcontact/src/store.rs | 2 +- lib/domain/libimagcontact/src/util.rs | 2 +- lib/domain/libimagdiary/src/config.rs | 2 +- lib/domain/libimagdiary/src/diary.rs | 2 +- lib/domain/libimagdiary/src/diaryid.rs | 2 +- lib/domain/libimagdiary/src/entry.rs | 2 +- lib/domain/libimagdiary/src/error.rs | 2 +- lib/domain/libimagdiary/src/is_in_diary.rs | 2 +- lib/domain/libimagdiary/src/iter.rs | 2 +- lib/domain/libimagdiary/src/lib.rs | 2 +- lib/domain/libimagdiary/src/viewer.rs | 2 +- lib/domain/libimaghabit/src/error.rs | 2 +- lib/domain/libimaghabit/src/habit.rs | 2 +- lib/domain/libimaghabit/src/instance.rs | 2 +- lib/domain/libimaghabit/src/iter.rs | 2 +- lib/domain/libimaghabit/src/lib.rs | 2 +- lib/domain/libimaghabit/src/result.rs | 2 +- lib/domain/libimaghabit/src/store.rs | 2 +- lib/domain/libimaghabit/src/util.rs | 2 +- lib/domain/libimaglog/src/error.rs | 2 +- lib/domain/libimaglog/src/lib.rs | 2 +- lib/domain/libimaglog/src/log.rs | 2 +- lib/domain/libimagmail/src/error.rs | 2 +- lib/domain/libimagmail/src/hasher.rs | 2 +- lib/domain/libimagmail/src/iter.rs | 2 +- lib/domain/libimagmail/src/lib.rs | 2 +- lib/domain/libimagmail/src/mail.rs | 2 +- lib/domain/libimagnotes/src/error.rs | 2 +- lib/domain/libimagnotes/src/iter.rs | 2 +- lib/domain/libimagnotes/src/lib.rs | 2 +- lib/domain/libimagnotes/src/note.rs | 2 +- lib/domain/libimagnotes/src/notestore.rs | 2 +- lib/domain/libimagnotes/src/notestoreid.rs | 2 +- lib/domain/libimagtimetrack/src/constants.rs | 2 +- lib/domain/libimagtimetrack/src/error.rs | 2 +- .../libimagtimetrack/src/iter/create.rs | 2 +- .../libimagtimetrack/src/iter/filter.rs | 2 +- lib/domain/libimagtimetrack/src/iter/get.rs | 2 +- lib/domain/libimagtimetrack/src/iter/mod.rs | 2 +- .../libimagtimetrack/src/iter/setendtime.rs | 2 +- .../libimagtimetrack/src/iter/storeid.rs | 2 +- lib/domain/libimagtimetrack/src/iter/tag.rs | 2 +- lib/domain/libimagtimetrack/src/lib.rs | 2 +- lib/domain/libimagtimetrack/src/tag.rs | 2 +- .../libimagtimetrack/src/timetracking.rs | 2 +- .../libimagtimetrack/src/timetrackingstore.rs | 2 +- lib/domain/libimagtodo/src/error.rs | 2 +- lib/domain/libimagtodo/src/lib.rs | 2 +- lib/domain/libimagtodo/src/task.rs | 2 +- lib/domain/libimagtodo/src/taskstore.rs | 2 +- .../src/annotateable.rs | 2 +- .../src/annotation_fetcher.rs | 2 +- lib/entry/libimagentryannotation/src/error.rs | 2 +- lib/entry/libimagentryannotation/src/iter.rs | 2 +- lib/entry/libimagentryannotation/src/lib.rs | 2 +- .../libimagentrycategory/src/category.rs | 2 +- lib/entry/libimagentrycategory/src/error.rs | 2 +- lib/entry/libimagentrycategory/src/lib.rs | 2 +- .../libimagentrycategory/src/register.rs | 2 +- .../src/datepath/accuracy.rs | 2 +- .../src/datepath/compiler.rs | 2 +- .../src/datepath/error.rs | 2 +- .../src/datepath/format.rs | 2 +- .../libimagentrydatetime/src/datepath/mod.rs | 2 +- .../src/datepath/to_store_id.rs | 2 +- .../libimagentrydatetime/src/datetime.rs | 2 +- lib/entry/libimagentrydatetime/src/error.rs | 2 +- lib/entry/libimagentrydatetime/src/lib.rs | 2 +- lib/entry/libimagentrydatetime/src/range.rs | 2 +- lib/entry/libimagentryedit/src/edit.rs | 2 +- lib/entry/libimagentryedit/src/error.rs | 2 +- lib/entry/libimagentryedit/src/lib.rs | 2 +- .../src/builtin/bool_filter.rs | 2 +- .../src/builtin/content/grep.rs | 2 +- .../src/builtin/content/length/is_over.rs | 2 +- .../src/builtin/content/length/is_under.rs | 2 +- .../src/builtin/content/length/mod.rs | 2 +- .../src/builtin/content/mod.rs | 2 +- .../src/builtin/header/field_eq.rs | 2 +- .../src/builtin/header/field_exists.rs | 2 +- .../src/builtin/header/field_grep.rs | 2 +- .../src/builtin/header/field_gt.rs | 2 +- .../src/builtin/header/field_isempty.rs | 2 +- .../src/builtin/header/field_istype.rs | 2 +- .../src/builtin/header/field_lt.rs | 2 +- .../src/builtin/header/field_path.rs | 2 +- .../src/builtin/header/field_predicate.rs | 2 +- .../src/builtin/header/mod.rs | 2 +- .../src/builtin/header/version/eq.rs | 2 +- .../src/builtin/header/version/gt.rs | 2 +- .../src/builtin/header/version/lt.rs | 2 +- .../src/builtin/header/version/mod.rs | 2 +- .../src/builtin/header/version/range.rs | 2 +- .../libimagentryfilter/src/builtin/mod.rs | 2 +- lib/entry/libimagentryfilter/src/cli.rs | 2 +- lib/entry/libimagentryfilter/src/lib.rs | 2 +- lib/entry/libimagentryfilter/src/tags/mod.rs | 2 +- lib/entry/libimagentrygps/src/entry.rs | 2 +- lib/entry/libimagentrygps/src/error.rs | 2 +- lib/entry/libimagentrygps/src/lib.rs | 2 +- lib/entry/libimagentrygps/src/types.rs | 2 +- lib/entry/libimagentrylink/src/error.rs | 2 +- lib/entry/libimagentrylink/src/external.rs | 2 +- lib/entry/libimagentrylink/src/internal.rs | 2 +- lib/entry/libimagentrylink/src/lib.rs | 2 +- lib/entry/libimagentrylist/src/error.rs | 2 +- lib/entry/libimagentrylist/src/lib.rs | 2 +- lib/entry/libimagentrylist/src/lister.rs | 2 +- .../libimagentrylist/src/listers/core.rs | 2 +- .../libimagentrylist/src/listers/line.rs | 2 +- lib/entry/libimagentrylist/src/listers/mod.rs | 2 +- .../libimagentrylist/src/listers/path.rs | 2 +- .../libimagentrylist/src/listers/table.rs | 2 +- lib/entry/libimagentrymarkdown/src/error.rs | 2 +- lib/entry/libimagentrymarkdown/src/html.rs | 2 +- lib/entry/libimagentrymarkdown/src/lib.rs | 2 +- lib/entry/libimagentrymarkdown/src/link.rs | 2 +- .../libimagentrymarkdown/src/processor.rs | 2 +- lib/entry/libimagentryref/src/error.rs | 2 +- lib/entry/libimagentryref/src/flags.rs | 2 +- lib/entry/libimagentryref/src/hasher.rs | 2 +- lib/entry/libimagentryref/src/hashers/mod.rs | 2 +- .../libimagentryref/src/hashers/nbytes.rs | 2 +- lib/entry/libimagentryref/src/lib.rs | 2 +- lib/entry/libimagentryref/src/lister.rs | 2 +- lib/entry/libimagentryref/src/reference.rs | 2 +- lib/entry/libimagentryref/src/refstore.rs | 2 +- lib/entry/libimagentryref/src/util.rs | 2 +- lib/entry/libimagentrytag/src/error.rs | 2 +- lib/entry/libimagentrytag/src/lib.rs | 2 +- lib/entry/libimagentrytag/src/tag.rs | 2 +- lib/entry/libimagentrytag/src/tagable.rs | 2 +- lib/entry/libimagentryutil/src/error.rs | 2 +- lib/entry/libimagentryutil/src/isa.rs | 2 +- .../libimagentryutil/src/isincollection.rs | 2 +- lib/entry/libimagentryutil/src/iter.rs | 2 +- lib/entry/libimagentryutil/src/lib.rs | 2 +- .../libimagentryview/src/builtin/editor.rs | 2 +- lib/entry/libimagentryview/src/builtin/mod.rs | 2 +- .../libimagentryview/src/builtin/plain.rs | 2 +- .../libimagentryview/src/builtin/stdout.rs | 2 +- lib/entry/libimagentryview/src/error.rs | 2 +- lib/entry/libimagentryview/src/lib.rs | 2 +- lib/entry/libimagentryview/src/viewer.rs | 2 +- lib/etc/libimaginteraction/src/ask.rs | 2 +- lib/etc/libimaginteraction/src/error.rs | 2 +- lib/etc/libimaginteraction/src/filter.rs | 2 +- lib/etc/libimaginteraction/src/format.rs | 2 +- lib/etc/libimaginteraction/src/lib.rs | 2 +- lib/etc/libimaginteraction/src/readline.rs | 2 +- lib/etc/libimaginteraction/src/ui.rs | 2 +- lib/etc/libimagnotification/src/error.rs | 2 +- lib/etc/libimagnotification/src/lib.rs | 2 +- .../libimagnotification/src/notificator.rs | 2 +- .../src/result_notification.rs | 2 +- lib/etc/libimagtimeui/src/cli.rs | 2 +- lib/etc/libimagtimeui/src/date.rs | 2 +- lib/etc/libimagtimeui/src/datetime.rs | 2 +- lib/etc/libimagtimeui/src/lib.rs | 2 +- lib/etc/libimagtimeui/src/parse.rs | 2 +- lib/etc/libimagtimeui/src/time.rs | 2 +- lib/etc/libimagtimeui/src/ui.rs | 2 +- lib/etc/libimagutil/src/cli_validators.rs | 2 +- lib/etc/libimagutil/src/date.rs | 2 +- lib/etc/libimagutil/src/debug_result.rs | 2 +- lib/etc/libimagutil/src/edit.rs | 2 +- lib/etc/libimagutil/src/info_result.rs | 2 +- lib/etc/libimagutil/src/key_value_split.rs | 2 +- lib/etc/libimagutil/src/lib.rs | 2 +- lib/etc/libimagutil/src/log_result.rs | 2 +- lib/etc/libimagutil/src/testing.rs | 2 +- lib/etc/libimagutil/src/variants.rs | 2 +- lib/etc/libimagutil/src/warn_exit.rs | 2 +- lib/etc/libimagutil/src/warn_result.rs | 2 +- 277 files changed, 295 insertions(+), 276 deletions(-) diff --git a/bin/core/imag-annotate/src/main.rs b/bin/core/imag-annotate/src/main.rs index 92a2f92e..dc82edd5 100644 --- a/bin/core/imag-annotate/src/main.rs +++ b/bin/core/imag-annotate/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-annotate/src/ui.rs b/bin/core/imag-annotate/src/ui.rs index fd7d62f8..544cd2a4 100644 --- a/bin/core/imag-annotate/src/ui.rs +++ b/bin/core/imag-annotate/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-diagnostics/src/main.rs b/bin/core/imag-diagnostics/src/main.rs index 3f746cb1..371b1bcf 100644 --- a/bin/core/imag-diagnostics/src/main.rs +++ b/bin/core/imag-diagnostics/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-diagnostics/src/ui.rs b/bin/core/imag-diagnostics/src/ui.rs index c3f2fab8..7ebea0c2 100644 --- a/bin/core/imag-diagnostics/src/ui.rs +++ b/bin/core/imag-diagnostics/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-edit/src/main.rs b/bin/core/imag-edit/src/main.rs index 222ebeb5..3524359c 100644 --- a/bin/core/imag-edit/src/main.rs +++ b/bin/core/imag-edit/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-edit/src/ui.rs b/bin/core/imag-edit/src/ui.rs index a7587c39..630fecb9 100644 --- a/bin/core/imag-edit/src/ui.rs +++ b/bin/core/imag-edit/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-gps/src/main.rs b/bin/core/imag-gps/src/main.rs index d3f3e532..00a8d218 100644 --- a/bin/core/imag-gps/src/main.rs +++ b/bin/core/imag-gps/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-gps/src/ui.rs b/bin/core/imag-gps/src/ui.rs index b96dc068..24117109 100644 --- a/bin/core/imag-gps/src/ui.rs +++ b/bin/core/imag-gps/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-grep/src/main.rs b/bin/core/imag-grep/src/main.rs index e51f1cf5..c6c2c59f 100644 --- a/bin/core/imag-grep/src/main.rs +++ b/bin/core/imag-grep/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-grep/src/ui.rs b/bin/core/imag-grep/src/ui.rs index 9597ea2a..6f64772c 100644 --- a/bin/core/imag-grep/src/ui.rs +++ b/bin/core/imag-grep/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-init/src/main.rs b/bin/core/imag-init/src/main.rs index bd7e3239..035d1590 100644 --- a/bin/core/imag-init/src/main.rs +++ b/bin/core/imag-init/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-init/src/ui.rs b/bin/core/imag-init/src/ui.rs index deba3cdf..ab86b738 100644 --- a/bin/core/imag-init/src/ui.rs +++ b/bin/core/imag-init/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-link/src/main.rs b/bin/core/imag-link/src/main.rs index f775d030..fe2fc091 100644 --- a/bin/core/imag-link/src/main.rs +++ b/bin/core/imag-link/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-link/src/ui.rs b/bin/core/imag-link/src/ui.rs index 0ca3d34c..f99575ab 100644 --- a/bin/core/imag-link/src/ui.rs +++ b/bin/core/imag-link/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-mv/src/main.rs b/bin/core/imag-mv/src/main.rs index e420067d..4de0186e 100644 --- a/bin/core/imag-mv/src/main.rs +++ b/bin/core/imag-mv/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-mv/src/ui.rs b/bin/core/imag-mv/src/ui.rs index 518683ec..ea6f7cb1 100644 --- a/bin/core/imag-mv/src/ui.rs +++ b/bin/core/imag-mv/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-ref/src/main.rs b/bin/core/imag-ref/src/main.rs index 7448df3b..e781eef1 100644 --- a/bin/core/imag-ref/src/main.rs +++ b/bin/core/imag-ref/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-ref/src/ui.rs b/bin/core/imag-ref/src/ui.rs index 5e8aa6bc..295b6a26 100644 --- a/bin/core/imag-ref/src/ui.rs +++ b/bin/core/imag-ref/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-store/src/create.rs b/bin/core/imag-store/src/create.rs index 83c40149..382c3e6d 100644 --- a/bin/core/imag-store/src/create.rs +++ b/bin/core/imag-store/src/create.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-store/src/delete.rs b/bin/core/imag-store/src/delete.rs index 766c1304..7457e115 100644 --- a/bin/core/imag-store/src/delete.rs +++ b/bin/core/imag-store/src/delete.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-store/src/dump.rs b/bin/core/imag-store/src/dump.rs index 810c6819..e9eae4ee 100644 --- a/bin/core/imag-store/src/dump.rs +++ b/bin/core/imag-store/src/dump.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-store/src/error.rs b/bin/core/imag-store/src/error.rs index 59f9dc78..be517759 100644 --- a/bin/core/imag-store/src/error.rs +++ b/bin/core/imag-store/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-store/src/get.rs b/bin/core/imag-store/src/get.rs index 051b7029..bff7b674 100644 --- a/bin/core/imag-store/src/get.rs +++ b/bin/core/imag-store/src/get.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-store/src/ids.rs b/bin/core/imag-store/src/ids.rs index 29f4bf5a..02b79602 100644 --- a/bin/core/imag-store/src/ids.rs +++ b/bin/core/imag-store/src/ids.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-store/src/main.rs b/bin/core/imag-store/src/main.rs index a0b9c71a..bbcb3260 100644 --- a/bin/core/imag-store/src/main.rs +++ b/bin/core/imag-store/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-store/src/retrieve.rs b/bin/core/imag-store/src/retrieve.rs index 4c3b25c1..1ebeeb7f 100644 --- a/bin/core/imag-store/src/retrieve.rs +++ b/bin/core/imag-store/src/retrieve.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-store/src/ui.rs b/bin/core/imag-store/src/ui.rs index af5d907e..09de5117 100644 --- a/bin/core/imag-store/src/ui.rs +++ b/bin/core/imag-store/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-store/src/update.rs b/bin/core/imag-store/src/update.rs index 9fccadaa..574b15ef 100644 --- a/bin/core/imag-store/src/update.rs +++ b/bin/core/imag-store/src/update.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-store/src/util.rs b/bin/core/imag-store/src/util.rs index 5da04666..91a376f2 100644 --- a/bin/core/imag-store/src/util.rs +++ b/bin/core/imag-store/src/util.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-store/src/verify.rs b/bin/core/imag-store/src/verify.rs index b806eac2..d60f7086 100644 --- a/bin/core/imag-store/src/verify.rs +++ b/bin/core/imag-store/src/verify.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-tag/src/main.rs b/bin/core/imag-tag/src/main.rs index d601f2b5..e133c547 100644 --- a/bin/core/imag-tag/src/main.rs +++ b/bin/core/imag-tag/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-tag/src/ui.rs b/bin/core/imag-tag/src/ui.rs index 2883f490..73c7ae7a 100644 --- a/bin/core/imag-tag/src/ui.rs +++ b/bin/core/imag-tag/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-view/src/main.rs b/bin/core/imag-view/src/main.rs index fa134477..4f08141c 100644 --- a/bin/core/imag-view/src/main.rs +++ b/bin/core/imag-view/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag-view/src/ui.rs b/bin/core/imag-view/src/ui.rs index e9cbe96e..e4257622 100644 --- a/bin/core/imag-view/src/ui.rs +++ b/bin/core/imag-view/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/core/imag/src/main.rs b/bin/core/imag/src/main.rs index 218e54ab..b569b46d 100644 --- a/bin/core/imag/src/main.rs +++ b/bin/core/imag/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-bookmark/src/main.rs b/bin/domain/imag-bookmark/src/main.rs index f0619617..63b0a456 100644 --- a/bin/domain/imag-bookmark/src/main.rs +++ b/bin/domain/imag-bookmark/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-bookmark/src/ui.rs b/bin/domain/imag-bookmark/src/ui.rs index ee40a1db..2b1459d5 100644 --- a/bin/domain/imag-bookmark/src/ui.rs +++ b/bin/domain/imag-bookmark/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-contact/src/create.rs b/bin/domain/imag-contact/src/create.rs index 06140159..672ccd17 100644 --- a/bin/domain/imag-contact/src/create.rs +++ b/bin/domain/imag-contact/src/create.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-contact/src/main.rs b/bin/domain/imag-contact/src/main.rs index 2747b94c..68c920b7 100644 --- a/bin/domain/imag-contact/src/main.rs +++ b/bin/domain/imag-contact/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-contact/src/ui.rs b/bin/domain/imag-contact/src/ui.rs index f3442a09..e1e32701 100644 --- a/bin/domain/imag-contact/src/ui.rs +++ b/bin/domain/imag-contact/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-contact/src/util.rs b/bin/domain/imag-contact/src/util.rs index e194a86d..31f0dad3 100644 --- a/bin/domain/imag-contact/src/util.rs +++ b/bin/domain/imag-contact/src/util.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-diary/src/create.rs b/bin/domain/imag-diary/src/create.rs index 9c780cb2..e4e22d52 100644 --- a/bin/domain/imag-diary/src/create.rs +++ b/bin/domain/imag-diary/src/create.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-diary/src/delete.rs b/bin/domain/imag-diary/src/delete.rs index 17f24a91..7f5c512d 100644 --- a/bin/domain/imag-diary/src/delete.rs +++ b/bin/domain/imag-diary/src/delete.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-diary/src/edit.rs b/bin/domain/imag-diary/src/edit.rs index c3c99813..acd48e39 100644 --- a/bin/domain/imag-diary/src/edit.rs +++ b/bin/domain/imag-diary/src/edit.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-diary/src/list.rs b/bin/domain/imag-diary/src/list.rs index 768ebc45..cb81ed20 100644 --- a/bin/domain/imag-diary/src/list.rs +++ b/bin/domain/imag-diary/src/list.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-diary/src/main.rs b/bin/domain/imag-diary/src/main.rs index 7c13967b..935630a9 100644 --- a/bin/domain/imag-diary/src/main.rs +++ b/bin/domain/imag-diary/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-diary/src/ui.rs b/bin/domain/imag-diary/src/ui.rs index b111412e..ac6f130a 100644 --- a/bin/domain/imag-diary/src/ui.rs +++ b/bin/domain/imag-diary/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-diary/src/util.rs b/bin/domain/imag-diary/src/util.rs index 4aaa81e0..9f965690 100644 --- a/bin/domain/imag-diary/src/util.rs +++ b/bin/domain/imag-diary/src/util.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-diary/src/view.rs b/bin/domain/imag-diary/src/view.rs index 1e60383b..7752c693 100644 --- a/bin/domain/imag-diary/src/view.rs +++ b/bin/domain/imag-diary/src/view.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-habit/src/main.rs b/bin/domain/imag-habit/src/main.rs index ba39b2e9..6960107a 100644 --- a/bin/domain/imag-habit/src/main.rs +++ b/bin/domain/imag-habit/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-habit/src/ui.rs b/bin/domain/imag-habit/src/ui.rs index d5148682..eee798ba 100644 --- a/bin/domain/imag-habit/src/ui.rs +++ b/bin/domain/imag-habit/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-log/src/main.rs b/bin/domain/imag-log/src/main.rs index 088abeca..40a29faa 100644 --- a/bin/domain/imag-log/src/main.rs +++ b/bin/domain/imag-log/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-log/src/ui.rs b/bin/domain/imag-log/src/ui.rs index fa7428a5..ea4786b5 100644 --- a/bin/domain/imag-log/src/ui.rs +++ b/bin/domain/imag-log/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-mail/src/main.rs b/bin/domain/imag-mail/src/main.rs index fde1a7c9..202d424c 100644 --- a/bin/domain/imag-mail/src/main.rs +++ b/bin/domain/imag-mail/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-mail/src/ui.rs b/bin/domain/imag-mail/src/ui.rs index 332522df..f07799f5 100644 --- a/bin/domain/imag-mail/src/ui.rs +++ b/bin/domain/imag-mail/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-notes/src/main.rs b/bin/domain/imag-notes/src/main.rs index 35b38b0a..c2c01a59 100644 --- a/bin/domain/imag-notes/src/main.rs +++ b/bin/domain/imag-notes/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-notes/src/ui.rs b/bin/domain/imag-notes/src/ui.rs index 1b785491..42d300f4 100644 --- a/bin/domain/imag-notes/src/ui.rs +++ b/bin/domain/imag-notes/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-timetrack/src/cont.rs b/bin/domain/imag-timetrack/src/cont.rs index ae043562..905dc07c 100644 --- a/bin/domain/imag-timetrack/src/cont.rs +++ b/bin/domain/imag-timetrack/src/cont.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-timetrack/src/day.rs b/bin/domain/imag-timetrack/src/day.rs index 29251221..988a4225 100644 --- a/bin/domain/imag-timetrack/src/day.rs +++ b/bin/domain/imag-timetrack/src/day.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-timetrack/src/list.rs b/bin/domain/imag-timetrack/src/list.rs index 2b025093..d58028a4 100644 --- a/bin/domain/imag-timetrack/src/list.rs +++ b/bin/domain/imag-timetrack/src/list.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-timetrack/src/main.rs b/bin/domain/imag-timetrack/src/main.rs index 28d659e1..33f32583 100644 --- a/bin/domain/imag-timetrack/src/main.rs +++ b/bin/domain/imag-timetrack/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-timetrack/src/month.rs b/bin/domain/imag-timetrack/src/month.rs index 144b1091..af93cc97 100644 --- a/bin/domain/imag-timetrack/src/month.rs +++ b/bin/domain/imag-timetrack/src/month.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-timetrack/src/start.rs b/bin/domain/imag-timetrack/src/start.rs index a838dacd..e5efa3a1 100644 --- a/bin/domain/imag-timetrack/src/start.rs +++ b/bin/domain/imag-timetrack/src/start.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-timetrack/src/stop.rs b/bin/domain/imag-timetrack/src/stop.rs index a3ac47cb..ff583a66 100644 --- a/bin/domain/imag-timetrack/src/stop.rs +++ b/bin/domain/imag-timetrack/src/stop.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-timetrack/src/track.rs b/bin/domain/imag-timetrack/src/track.rs index 16698e31..b758bb9e 100644 --- a/bin/domain/imag-timetrack/src/track.rs +++ b/bin/domain/imag-timetrack/src/track.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-timetrack/src/ui.rs b/bin/domain/imag-timetrack/src/ui.rs index 7f3c4d47..8c844ebf 100644 --- a/bin/domain/imag-timetrack/src/ui.rs +++ b/bin/domain/imag-timetrack/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-timetrack/src/week.rs b/bin/domain/imag-timetrack/src/week.rs index 1043989b..db085a67 100644 --- a/bin/domain/imag-timetrack/src/week.rs +++ b/bin/domain/imag-timetrack/src/week.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-timetrack/src/year.rs b/bin/domain/imag-timetrack/src/year.rs index a5ce27fe..a3e94631 100644 --- a/bin/domain/imag-timetrack/src/year.rs +++ b/bin/domain/imag-timetrack/src/year.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-todo/src/main.rs b/bin/domain/imag-todo/src/main.rs index 36453c1d..ab9f1a3b 100644 --- a/bin/domain/imag-todo/src/main.rs +++ b/bin/domain/imag-todo/src/main.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bin/domain/imag-todo/src/ui.rs b/bin/domain/imag-todo/src/ui.rs index 795c76c6..c81198b7 100644 --- a/bin/domain/imag-todo/src/ui.rs +++ b/bin/domain/imag-todo/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagerror/src/iter.rs b/lib/core/libimagerror/src/iter.rs index 3de78922..5058c941 100644 --- a/lib/core/libimagerror/src/iter.rs +++ b/lib/core/libimagerror/src/iter.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2016 the imag contributors +// Copyright (C) 2015-2018 the imag contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagerror/src/lib.rs b/lib/core/libimagerror/src/lib.rs index 73d6ed70..51db4424 100644 --- a/lib/core/libimagerror/src/lib.rs +++ b/lib/core/libimagerror/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagerror/src/trace.rs b/lib/core/libimagerror/src/trace.rs index 7df6b288..fec1c520 100644 --- a/lib/core/libimagerror/src/trace.rs +++ b/lib/core/libimagerror/src/trace.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagrt/src/configuration.rs b/lib/core/libimagrt/src/configuration.rs index b4c931cd..f59e7f00 100644 --- a/lib/core/libimagrt/src/configuration.rs +++ b/lib/core/libimagrt/src/configuration.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagrt/src/error.rs b/lib/core/libimagrt/src/error.rs index 4537c8a6..0d200847 100644 --- a/lib/core/libimagrt/src/error.rs +++ b/lib/core/libimagrt/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagrt/src/lib.rs b/lib/core/libimagrt/src/lib.rs index d612be6c..b7336ab4 100644 --- a/lib/core/libimagrt/src/lib.rs +++ b/lib/core/libimagrt/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagrt/src/logger.rs b/lib/core/libimagrt/src/logger.rs index 6e803218..ec00a2e3 100644 --- a/lib/core/libimagrt/src/logger.rs +++ b/lib/core/libimagrt/src/logger.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagrt/src/runtime.rs b/lib/core/libimagrt/src/runtime.rs index 9f26df39..a0378d29 100644 --- a/lib/core/libimagrt/src/runtime.rs +++ b/lib/core/libimagrt/src/runtime.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagrt/src/setup.rs b/lib/core/libimagrt/src/setup.rs index 735a8883..c9405ff6 100644 --- a/lib/core/libimagrt/src/setup.rs +++ b/lib/core/libimagrt/src/setup.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagrt/src/spec.rs b/lib/core/libimagrt/src/spec.rs index 0293f249..0af8bab9 100644 --- a/lib/core/libimagrt/src/spec.rs +++ b/lib/core/libimagrt/src/spec.rs @@ -1,3 +1,22 @@ +// +// imag - the personal information management suite for the commandline +// Copyright (C) 2015-2018 Matthias Beyer and contributors +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version +// 2.1 of the License. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +// + use std::io::Write; use clap::{App, ArgMatches, Shell}; diff --git a/lib/core/libimagstore/src/configuration.rs b/lib/core/libimagstore/src/configuration.rs index 813a3289..1ff82873 100644 --- a/lib/core/libimagstore/src/configuration.rs +++ b/lib/core/libimagstore/src/configuration.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagstore/src/error.rs b/lib/core/libimagstore/src/error.rs index 2bb71726..e65741d4 100644 --- a/lib/core/libimagstore/src/error.rs +++ b/lib/core/libimagstore/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagstore/src/file_abstraction/fs.rs b/lib/core/libimagstore/src/file_abstraction/fs.rs index 7dad3361..c26f9210 100644 --- a/lib/core/libimagstore/src/file_abstraction/fs.rs +++ b/lib/core/libimagstore/src/file_abstraction/fs.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagstore/src/file_abstraction/inmemory.rs b/lib/core/libimagstore/src/file_abstraction/inmemory.rs index 094a5af0..a1186afb 100644 --- a/lib/core/libimagstore/src/file_abstraction/inmemory.rs +++ b/lib/core/libimagstore/src/file_abstraction/inmemory.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagstore/src/file_abstraction/iter.rs b/lib/core/libimagstore/src/file_abstraction/iter.rs index 1ae7c335..ca2862b3 100644 --- a/lib/core/libimagstore/src/file_abstraction/iter.rs +++ b/lib/core/libimagstore/src/file_abstraction/iter.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagstore/src/file_abstraction/mod.rs b/lib/core/libimagstore/src/file_abstraction/mod.rs index 6ad07fee..3e80fcb9 100644 --- a/lib/core/libimagstore/src/file_abstraction/mod.rs +++ b/lib/core/libimagstore/src/file_abstraction/mod.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagstore/src/file_abstraction/stdio/mapper/json.rs b/lib/core/libimagstore/src/file_abstraction/stdio/mapper/json.rs index 711005e9..bf63868d 100644 --- a/lib/core/libimagstore/src/file_abstraction/stdio/mapper/json.rs +++ b/lib/core/libimagstore/src/file_abstraction/stdio/mapper/json.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagstore/src/file_abstraction/stdio/mapper/mod.rs b/lib/core/libimagstore/src/file_abstraction/stdio/mapper/mod.rs index f7192b3d..0543feb1 100644 --- a/lib/core/libimagstore/src/file_abstraction/stdio/mapper/mod.rs +++ b/lib/core/libimagstore/src/file_abstraction/stdio/mapper/mod.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagstore/src/file_abstraction/stdio/mod.rs b/lib/core/libimagstore/src/file_abstraction/stdio/mod.rs index 5b93f6f0..a9ea379c 100644 --- a/lib/core/libimagstore/src/file_abstraction/stdio/mod.rs +++ b/lib/core/libimagstore/src/file_abstraction/stdio/mod.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagstore/src/file_abstraction/stdio/out.rs b/lib/core/libimagstore/src/file_abstraction/stdio/out.rs index 5f62e899..e534fa9c 100644 --- a/lib/core/libimagstore/src/file_abstraction/stdio/out.rs +++ b/lib/core/libimagstore/src/file_abstraction/stdio/out.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagstore/src/iter.rs b/lib/core/libimagstore/src/iter.rs index 460ebf0e..8df32a64 100644 --- a/lib/core/libimagstore/src/iter.rs +++ b/lib/core/libimagstore/src/iter.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagstore/src/lib.rs b/lib/core/libimagstore/src/lib.rs index 0e441e67..16624652 100644 --- a/lib/core/libimagstore/src/lib.rs +++ b/lib/core/libimagstore/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagstore/src/store.rs b/lib/core/libimagstore/src/store.rs index 0a292ef2..1212f076 100644 --- a/lib/core/libimagstore/src/store.rs +++ b/lib/core/libimagstore/src/store.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagstore/src/storeid.rs b/lib/core/libimagstore/src/storeid.rs index 79fe4e81..15348c04 100644 --- a/lib/core/libimagstore/src/storeid.rs +++ b/lib/core/libimagstore/src/storeid.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/core/libimagstore/src/util.rs b/lib/core/libimagstore/src/util.rs index 4cdf50da..6759bd69 100644 --- a/lib/core/libimagstore/src/util.rs +++ b/lib/core/libimagstore/src/util.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagbookmark/src/collection.rs b/lib/domain/libimagbookmark/src/collection.rs index b41be3af..d5e0b2d7 100644 --- a/lib/domain/libimagbookmark/src/collection.rs +++ b/lib/domain/libimagbookmark/src/collection.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagbookmark/src/error.rs b/lib/domain/libimagbookmark/src/error.rs index 15c41435..49feefec 100644 --- a/lib/domain/libimagbookmark/src/error.rs +++ b/lib/domain/libimagbookmark/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagbookmark/src/lib.rs b/lib/domain/libimagbookmark/src/lib.rs index 6567cbf1..b1623c01 100644 --- a/lib/domain/libimagbookmark/src/lib.rs +++ b/lib/domain/libimagbookmark/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagbookmark/src/link.rs b/lib/domain/libimagbookmark/src/link.rs index 038fea7f..317e4767 100644 --- a/lib/domain/libimagbookmark/src/link.rs +++ b/lib/domain/libimagbookmark/src/link.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagcontact/src/contact.rs b/lib/domain/libimagcontact/src/contact.rs index 6b112125..f94b7ae1 100644 --- a/lib/domain/libimagcontact/src/contact.rs +++ b/lib/domain/libimagcontact/src/contact.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagcontact/src/error.rs b/lib/domain/libimagcontact/src/error.rs index 93f5d15e..20749389 100644 --- a/lib/domain/libimagcontact/src/error.rs +++ b/lib/domain/libimagcontact/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagcontact/src/iter.rs b/lib/domain/libimagcontact/src/iter.rs index b5f8974a..8e66c833 100644 --- a/lib/domain/libimagcontact/src/iter.rs +++ b/lib/domain/libimagcontact/src/iter.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagcontact/src/lib.rs b/lib/domain/libimagcontact/src/lib.rs index 134a3206..54dae122 100644 --- a/lib/domain/libimagcontact/src/lib.rs +++ b/lib/domain/libimagcontact/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagcontact/src/store.rs b/lib/domain/libimagcontact/src/store.rs index 505fa57d..9cb8cd0e 100644 --- a/lib/domain/libimagcontact/src/store.rs +++ b/lib/domain/libimagcontact/src/store.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagcontact/src/util.rs b/lib/domain/libimagcontact/src/util.rs index 0dad5978..8a72b872 100644 --- a/lib/domain/libimagcontact/src/util.rs +++ b/lib/domain/libimagcontact/src/util.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagdiary/src/config.rs b/lib/domain/libimagdiary/src/config.rs index 8686c013..89027d78 100644 --- a/lib/domain/libimagdiary/src/config.rs +++ b/lib/domain/libimagdiary/src/config.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagdiary/src/diary.rs b/lib/domain/libimagdiary/src/diary.rs index b975a3a1..896d439a 100644 --- a/lib/domain/libimagdiary/src/diary.rs +++ b/lib/domain/libimagdiary/src/diary.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagdiary/src/diaryid.rs b/lib/domain/libimagdiary/src/diaryid.rs index ffe146b1..05e9cee9 100644 --- a/lib/domain/libimagdiary/src/diaryid.rs +++ b/lib/domain/libimagdiary/src/diaryid.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagdiary/src/entry.rs b/lib/domain/libimagdiary/src/entry.rs index 40206404..fb529798 100644 --- a/lib/domain/libimagdiary/src/entry.rs +++ b/lib/domain/libimagdiary/src/entry.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagdiary/src/error.rs b/lib/domain/libimagdiary/src/error.rs index 07975b9e..95d3d7e0 100644 --- a/lib/domain/libimagdiary/src/error.rs +++ b/lib/domain/libimagdiary/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagdiary/src/is_in_diary.rs b/lib/domain/libimagdiary/src/is_in_diary.rs index 1b10c1fe..31fa7d88 100644 --- a/lib/domain/libimagdiary/src/is_in_diary.rs +++ b/lib/domain/libimagdiary/src/is_in_diary.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagdiary/src/iter.rs b/lib/domain/libimagdiary/src/iter.rs index 8d22aff8..8480391d 100644 --- a/lib/domain/libimagdiary/src/iter.rs +++ b/lib/domain/libimagdiary/src/iter.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagdiary/src/lib.rs b/lib/domain/libimagdiary/src/lib.rs index b9c9697b..16e45af8 100644 --- a/lib/domain/libimagdiary/src/lib.rs +++ b/lib/domain/libimagdiary/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagdiary/src/viewer.rs b/lib/domain/libimagdiary/src/viewer.rs index cf37b8e7..7d804364 100644 --- a/lib/domain/libimagdiary/src/viewer.rs +++ b/lib/domain/libimagdiary/src/viewer.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimaghabit/src/error.rs b/lib/domain/libimaghabit/src/error.rs index 6eeee329..cc552eb0 100644 --- a/lib/domain/libimaghabit/src/error.rs +++ b/lib/domain/libimaghabit/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimaghabit/src/habit.rs b/lib/domain/libimaghabit/src/habit.rs index 4bb40aef..cfc42eae 100644 --- a/lib/domain/libimaghabit/src/habit.rs +++ b/lib/domain/libimaghabit/src/habit.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimaghabit/src/instance.rs b/lib/domain/libimaghabit/src/instance.rs index 82387592..3b088bbb 100644 --- a/lib/domain/libimaghabit/src/instance.rs +++ b/lib/domain/libimaghabit/src/instance.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimaghabit/src/iter.rs b/lib/domain/libimaghabit/src/iter.rs index 71f7220b..fa64f1ae 100644 --- a/lib/domain/libimaghabit/src/iter.rs +++ b/lib/domain/libimaghabit/src/iter.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimaghabit/src/lib.rs b/lib/domain/libimaghabit/src/lib.rs index 7bfb494e..d8a5581e 100644 --- a/lib/domain/libimaghabit/src/lib.rs +++ b/lib/domain/libimaghabit/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimaghabit/src/result.rs b/lib/domain/libimaghabit/src/result.rs index 83c503aa..904b1de0 100644 --- a/lib/domain/libimaghabit/src/result.rs +++ b/lib/domain/libimaghabit/src/result.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimaghabit/src/store.rs b/lib/domain/libimaghabit/src/store.rs index 563ac29a..f8d1a8c2 100644 --- a/lib/domain/libimaghabit/src/store.rs +++ b/lib/domain/libimaghabit/src/store.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimaghabit/src/util.rs b/lib/domain/libimaghabit/src/util.rs index ea89eba1..d9d0e964 100644 --- a/lib/domain/libimaghabit/src/util.rs +++ b/lib/domain/libimaghabit/src/util.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimaglog/src/error.rs b/lib/domain/libimaglog/src/error.rs index 2d00180f..6b702cb2 100644 --- a/lib/domain/libimaglog/src/error.rs +++ b/lib/domain/libimaglog/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimaglog/src/lib.rs b/lib/domain/libimaglog/src/lib.rs index 375d6572..505d8b94 100644 --- a/lib/domain/libimaglog/src/lib.rs +++ b/lib/domain/libimaglog/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimaglog/src/log.rs b/lib/domain/libimaglog/src/log.rs index 66c166d1..30f596d0 100644 --- a/lib/domain/libimaglog/src/log.rs +++ b/lib/domain/libimaglog/src/log.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagmail/src/error.rs b/lib/domain/libimagmail/src/error.rs index 1a986e0b..870954fa 100644 --- a/lib/domain/libimagmail/src/error.rs +++ b/lib/domain/libimagmail/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagmail/src/hasher.rs b/lib/domain/libimagmail/src/hasher.rs index 79e8deb6..6c68c82b 100644 --- a/lib/domain/libimagmail/src/hasher.rs +++ b/lib/domain/libimagmail/src/hasher.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagmail/src/iter.rs b/lib/domain/libimagmail/src/iter.rs index 89a84539..251bc8fb 100644 --- a/lib/domain/libimagmail/src/iter.rs +++ b/lib/domain/libimagmail/src/iter.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagmail/src/lib.rs b/lib/domain/libimagmail/src/lib.rs index 9a6b9413..da0460ed 100644 --- a/lib/domain/libimagmail/src/lib.rs +++ b/lib/domain/libimagmail/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagmail/src/mail.rs b/lib/domain/libimagmail/src/mail.rs index 201bceee..7536b11e 100644 --- a/lib/domain/libimagmail/src/mail.rs +++ b/lib/domain/libimagmail/src/mail.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagnotes/src/error.rs b/lib/domain/libimagnotes/src/error.rs index fad31514..b7a78805 100644 --- a/lib/domain/libimagnotes/src/error.rs +++ b/lib/domain/libimagnotes/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagnotes/src/iter.rs b/lib/domain/libimagnotes/src/iter.rs index ec7191f3..263506c7 100644 --- a/lib/domain/libimagnotes/src/iter.rs +++ b/lib/domain/libimagnotes/src/iter.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagnotes/src/lib.rs b/lib/domain/libimagnotes/src/lib.rs index 7dc761be..b0ada6fc 100644 --- a/lib/domain/libimagnotes/src/lib.rs +++ b/lib/domain/libimagnotes/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagnotes/src/note.rs b/lib/domain/libimagnotes/src/note.rs index 99bc8038..316257b9 100644 --- a/lib/domain/libimagnotes/src/note.rs +++ b/lib/domain/libimagnotes/src/note.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagnotes/src/notestore.rs b/lib/domain/libimagnotes/src/notestore.rs index 2df2235b..756fdbf0 100644 --- a/lib/domain/libimagnotes/src/notestore.rs +++ b/lib/domain/libimagnotes/src/notestore.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagnotes/src/notestoreid.rs b/lib/domain/libimagnotes/src/notestoreid.rs index 680eacd7..a2916749 100644 --- a/lib/domain/libimagnotes/src/notestoreid.rs +++ b/lib/domain/libimagnotes/src/notestoreid.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagtimetrack/src/constants.rs b/lib/domain/libimagtimetrack/src/constants.rs index 63eeaf64..5836651b 100644 --- a/lib/domain/libimagtimetrack/src/constants.rs +++ b/lib/domain/libimagtimetrack/src/constants.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagtimetrack/src/error.rs b/lib/domain/libimagtimetrack/src/error.rs index bb5885ae..01aa9f95 100644 --- a/lib/domain/libimagtimetrack/src/error.rs +++ b/lib/domain/libimagtimetrack/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagtimetrack/src/iter/create.rs b/lib/domain/libimagtimetrack/src/iter/create.rs index 03047c76..c067645a 100644 --- a/lib/domain/libimagtimetrack/src/iter/create.rs +++ b/lib/domain/libimagtimetrack/src/iter/create.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagtimetrack/src/iter/filter.rs b/lib/domain/libimagtimetrack/src/iter/filter.rs index 57e9bc61..11f52610 100644 --- a/lib/domain/libimagtimetrack/src/iter/filter.rs +++ b/lib/domain/libimagtimetrack/src/iter/filter.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagtimetrack/src/iter/get.rs b/lib/domain/libimagtimetrack/src/iter/get.rs index 739e07a2..e4f5c028 100644 --- a/lib/domain/libimagtimetrack/src/iter/get.rs +++ b/lib/domain/libimagtimetrack/src/iter/get.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagtimetrack/src/iter/mod.rs b/lib/domain/libimagtimetrack/src/iter/mod.rs index 79720995..ffe212c7 100644 --- a/lib/domain/libimagtimetrack/src/iter/mod.rs +++ b/lib/domain/libimagtimetrack/src/iter/mod.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagtimetrack/src/iter/setendtime.rs b/lib/domain/libimagtimetrack/src/iter/setendtime.rs index 778877b0..34f8c20b 100644 --- a/lib/domain/libimagtimetrack/src/iter/setendtime.rs +++ b/lib/domain/libimagtimetrack/src/iter/setendtime.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagtimetrack/src/iter/storeid.rs b/lib/domain/libimagtimetrack/src/iter/storeid.rs index 0a68e92c..49897e34 100644 --- a/lib/domain/libimagtimetrack/src/iter/storeid.rs +++ b/lib/domain/libimagtimetrack/src/iter/storeid.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagtimetrack/src/iter/tag.rs b/lib/domain/libimagtimetrack/src/iter/tag.rs index 1fa21027..e8589445 100644 --- a/lib/domain/libimagtimetrack/src/iter/tag.rs +++ b/lib/domain/libimagtimetrack/src/iter/tag.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagtimetrack/src/lib.rs b/lib/domain/libimagtimetrack/src/lib.rs index cabe0ef2..952ac918 100644 --- a/lib/domain/libimagtimetrack/src/lib.rs +++ b/lib/domain/libimagtimetrack/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagtimetrack/src/tag.rs b/lib/domain/libimagtimetrack/src/tag.rs index df2f9795..dfaf9a48 100644 --- a/lib/domain/libimagtimetrack/src/tag.rs +++ b/lib/domain/libimagtimetrack/src/tag.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagtimetrack/src/timetracking.rs b/lib/domain/libimagtimetrack/src/timetracking.rs index 0c7c4242..50f22677 100644 --- a/lib/domain/libimagtimetrack/src/timetracking.rs +++ b/lib/domain/libimagtimetrack/src/timetracking.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagtimetrack/src/timetrackingstore.rs b/lib/domain/libimagtimetrack/src/timetrackingstore.rs index 669862b5..bdc6611a 100644 --- a/lib/domain/libimagtimetrack/src/timetrackingstore.rs +++ b/lib/domain/libimagtimetrack/src/timetrackingstore.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagtodo/src/error.rs b/lib/domain/libimagtodo/src/error.rs index a65bba8a..e2402bb0 100644 --- a/lib/domain/libimagtodo/src/error.rs +++ b/lib/domain/libimagtodo/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagtodo/src/lib.rs b/lib/domain/libimagtodo/src/lib.rs index 2da11610..0654af64 100644 --- a/lib/domain/libimagtodo/src/lib.rs +++ b/lib/domain/libimagtodo/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagtodo/src/task.rs b/lib/domain/libimagtodo/src/task.rs index ef80041f..81fcc2c3 100644 --- a/lib/domain/libimagtodo/src/task.rs +++ b/lib/domain/libimagtodo/src/task.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/domain/libimagtodo/src/taskstore.rs b/lib/domain/libimagtodo/src/taskstore.rs index 9febe2e1..f128f036 100644 --- a/lib/domain/libimagtodo/src/taskstore.rs +++ b/lib/domain/libimagtodo/src/taskstore.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryannotation/src/annotateable.rs b/lib/entry/libimagentryannotation/src/annotateable.rs index 64ac4204..4906b174 100644 --- a/lib/entry/libimagentryannotation/src/annotateable.rs +++ b/lib/entry/libimagentryannotation/src/annotateable.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryannotation/src/annotation_fetcher.rs b/lib/entry/libimagentryannotation/src/annotation_fetcher.rs index a19b6ccc..b4415466 100644 --- a/lib/entry/libimagentryannotation/src/annotation_fetcher.rs +++ b/lib/entry/libimagentryannotation/src/annotation_fetcher.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryannotation/src/error.rs b/lib/entry/libimagentryannotation/src/error.rs index 83204518..1a6c644d 100644 --- a/lib/entry/libimagentryannotation/src/error.rs +++ b/lib/entry/libimagentryannotation/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryannotation/src/iter.rs b/lib/entry/libimagentryannotation/src/iter.rs index b58eaa6f..996c6ffd 100644 --- a/lib/entry/libimagentryannotation/src/iter.rs +++ b/lib/entry/libimagentryannotation/src/iter.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryannotation/src/lib.rs b/lib/entry/libimagentryannotation/src/lib.rs index 36cc8af4..8c83eae7 100644 --- a/lib/entry/libimagentryannotation/src/lib.rs +++ b/lib/entry/libimagentryannotation/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrycategory/src/category.rs b/lib/entry/libimagentrycategory/src/category.rs index 9213917d..cd0e09ac 100644 --- a/lib/entry/libimagentrycategory/src/category.rs +++ b/lib/entry/libimagentrycategory/src/category.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrycategory/src/error.rs b/lib/entry/libimagentrycategory/src/error.rs index 32642043..9cf446e6 100644 --- a/lib/entry/libimagentrycategory/src/error.rs +++ b/lib/entry/libimagentrycategory/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrycategory/src/lib.rs b/lib/entry/libimagentrycategory/src/lib.rs index 06e13f9c..18eb6901 100644 --- a/lib/entry/libimagentrycategory/src/lib.rs +++ b/lib/entry/libimagentrycategory/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrycategory/src/register.rs b/lib/entry/libimagentrycategory/src/register.rs index 219d267c..5138642b 100644 --- a/lib/entry/libimagentrycategory/src/register.rs +++ b/lib/entry/libimagentrycategory/src/register.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrydatetime/src/datepath/accuracy.rs b/lib/entry/libimagentrydatetime/src/datepath/accuracy.rs index 47299c14..c4349f9d 100644 --- a/lib/entry/libimagentrydatetime/src/datepath/accuracy.rs +++ b/lib/entry/libimagentrydatetime/src/datepath/accuracy.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrydatetime/src/datepath/compiler.rs b/lib/entry/libimagentrydatetime/src/datepath/compiler.rs index 7910db7f..b9ef0c66 100644 --- a/lib/entry/libimagentrydatetime/src/datepath/compiler.rs +++ b/lib/entry/libimagentrydatetime/src/datepath/compiler.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrydatetime/src/datepath/error.rs b/lib/entry/libimagentrydatetime/src/datepath/error.rs index 94a0f723..f6a5cef3 100644 --- a/lib/entry/libimagentrydatetime/src/datepath/error.rs +++ b/lib/entry/libimagentrydatetime/src/datepath/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrydatetime/src/datepath/format.rs b/lib/entry/libimagentrydatetime/src/datepath/format.rs index cc9e8c77..5ad0aabe 100644 --- a/lib/entry/libimagentrydatetime/src/datepath/format.rs +++ b/lib/entry/libimagentrydatetime/src/datepath/format.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrydatetime/src/datepath/mod.rs b/lib/entry/libimagentrydatetime/src/datepath/mod.rs index 2fbfc1c4..9aef1dcc 100644 --- a/lib/entry/libimagentrydatetime/src/datepath/mod.rs +++ b/lib/entry/libimagentrydatetime/src/datepath/mod.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrydatetime/src/datepath/to_store_id.rs b/lib/entry/libimagentrydatetime/src/datepath/to_store_id.rs index 6f24d517..baf302ca 100644 --- a/lib/entry/libimagentrydatetime/src/datepath/to_store_id.rs +++ b/lib/entry/libimagentrydatetime/src/datepath/to_store_id.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrydatetime/src/datetime.rs b/lib/entry/libimagentrydatetime/src/datetime.rs index be97c805..8d6217e3 100644 --- a/lib/entry/libimagentrydatetime/src/datetime.rs +++ b/lib/entry/libimagentrydatetime/src/datetime.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrydatetime/src/error.rs b/lib/entry/libimagentrydatetime/src/error.rs index 763c133b..70b90c82 100644 --- a/lib/entry/libimagentrydatetime/src/error.rs +++ b/lib/entry/libimagentrydatetime/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrydatetime/src/lib.rs b/lib/entry/libimagentrydatetime/src/lib.rs index fdb8067b..03655d32 100644 --- a/lib/entry/libimagentrydatetime/src/lib.rs +++ b/lib/entry/libimagentrydatetime/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrydatetime/src/range.rs b/lib/entry/libimagentrydatetime/src/range.rs index 526c0044..0cb4b484 100644 --- a/lib/entry/libimagentrydatetime/src/range.rs +++ b/lib/entry/libimagentrydatetime/src/range.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryedit/src/edit.rs b/lib/entry/libimagentryedit/src/edit.rs index bd2ee190..e84e3b7b 100644 --- a/lib/entry/libimagentryedit/src/edit.rs +++ b/lib/entry/libimagentryedit/src/edit.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryedit/src/error.rs b/lib/entry/libimagentryedit/src/error.rs index 5d5425f3..094744b4 100644 --- a/lib/entry/libimagentryedit/src/error.rs +++ b/lib/entry/libimagentryedit/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryedit/src/lib.rs b/lib/entry/libimagentryedit/src/lib.rs index cc385919..bcc2491c 100644 --- a/lib/entry/libimagentryedit/src/lib.rs +++ b/lib/entry/libimagentryedit/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/bool_filter.rs b/lib/entry/libimagentryfilter/src/builtin/bool_filter.rs index e903e341..a138a402 100644 --- a/lib/entry/libimagentryfilter/src/builtin/bool_filter.rs +++ b/lib/entry/libimagentryfilter/src/builtin/bool_filter.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/content/grep.rs b/lib/entry/libimagentryfilter/src/builtin/content/grep.rs index 02039fba..99841433 100644 --- a/lib/entry/libimagentryfilter/src/builtin/content/grep.rs +++ b/lib/entry/libimagentryfilter/src/builtin/content/grep.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/content/length/is_over.rs b/lib/entry/libimagentryfilter/src/builtin/content/length/is_over.rs index 96f22da4..2ecfa46c 100644 --- a/lib/entry/libimagentryfilter/src/builtin/content/length/is_over.rs +++ b/lib/entry/libimagentryfilter/src/builtin/content/length/is_over.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/content/length/is_under.rs b/lib/entry/libimagentryfilter/src/builtin/content/length/is_under.rs index a365438e..b657c121 100644 --- a/lib/entry/libimagentryfilter/src/builtin/content/length/is_under.rs +++ b/lib/entry/libimagentryfilter/src/builtin/content/length/is_under.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/content/length/mod.rs b/lib/entry/libimagentryfilter/src/builtin/content/length/mod.rs index 2ebb18cb..f7763357 100644 --- a/lib/entry/libimagentryfilter/src/builtin/content/length/mod.rs +++ b/lib/entry/libimagentryfilter/src/builtin/content/length/mod.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/content/mod.rs b/lib/entry/libimagentryfilter/src/builtin/content/mod.rs index 2ccbdf66..6f900c3f 100644 --- a/lib/entry/libimagentryfilter/src/builtin/content/mod.rs +++ b/lib/entry/libimagentryfilter/src/builtin/content/mod.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/header/field_eq.rs b/lib/entry/libimagentryfilter/src/builtin/header/field_eq.rs index e2051958..9736057f 100644 --- a/lib/entry/libimagentryfilter/src/builtin/header/field_eq.rs +++ b/lib/entry/libimagentryfilter/src/builtin/header/field_eq.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/header/field_exists.rs b/lib/entry/libimagentryfilter/src/builtin/header/field_exists.rs index d793450a..782043a0 100644 --- a/lib/entry/libimagentryfilter/src/builtin/header/field_exists.rs +++ b/lib/entry/libimagentryfilter/src/builtin/header/field_exists.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/header/field_grep.rs b/lib/entry/libimagentryfilter/src/builtin/header/field_grep.rs index c6cdb624..7d47cf23 100644 --- a/lib/entry/libimagentryfilter/src/builtin/header/field_grep.rs +++ b/lib/entry/libimagentryfilter/src/builtin/header/field_grep.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/header/field_gt.rs b/lib/entry/libimagentryfilter/src/builtin/header/field_gt.rs index 6d50ddf7..30fc93a7 100644 --- a/lib/entry/libimagentryfilter/src/builtin/header/field_gt.rs +++ b/lib/entry/libimagentryfilter/src/builtin/header/field_gt.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/header/field_isempty.rs b/lib/entry/libimagentryfilter/src/builtin/header/field_isempty.rs index 57003e32..41a4d4c7 100644 --- a/lib/entry/libimagentryfilter/src/builtin/header/field_isempty.rs +++ b/lib/entry/libimagentryfilter/src/builtin/header/field_isempty.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/header/field_istype.rs b/lib/entry/libimagentryfilter/src/builtin/header/field_istype.rs index 471f772f..453aaef2 100644 --- a/lib/entry/libimagentryfilter/src/builtin/header/field_istype.rs +++ b/lib/entry/libimagentryfilter/src/builtin/header/field_istype.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/header/field_lt.rs b/lib/entry/libimagentryfilter/src/builtin/header/field_lt.rs index 7a3e8445..3123621a 100644 --- a/lib/entry/libimagentryfilter/src/builtin/header/field_lt.rs +++ b/lib/entry/libimagentryfilter/src/builtin/header/field_lt.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/header/field_path.rs b/lib/entry/libimagentryfilter/src/builtin/header/field_path.rs index 42ba65aa..5df29699 100644 --- a/lib/entry/libimagentryfilter/src/builtin/header/field_path.rs +++ b/lib/entry/libimagentryfilter/src/builtin/header/field_path.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/header/field_predicate.rs b/lib/entry/libimagentryfilter/src/builtin/header/field_predicate.rs index 8c98aad8..ef27639b 100644 --- a/lib/entry/libimagentryfilter/src/builtin/header/field_predicate.rs +++ b/lib/entry/libimagentryfilter/src/builtin/header/field_predicate.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/header/mod.rs b/lib/entry/libimagentryfilter/src/builtin/header/mod.rs index cb363c24..bd79f925 100644 --- a/lib/entry/libimagentryfilter/src/builtin/header/mod.rs +++ b/lib/entry/libimagentryfilter/src/builtin/header/mod.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/header/version/eq.rs b/lib/entry/libimagentryfilter/src/builtin/header/version/eq.rs index 0a56c751..d76fef6d 100644 --- a/lib/entry/libimagentryfilter/src/builtin/header/version/eq.rs +++ b/lib/entry/libimagentryfilter/src/builtin/header/version/eq.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/header/version/gt.rs b/lib/entry/libimagentryfilter/src/builtin/header/version/gt.rs index c4afbded..1b9d4d56 100644 --- a/lib/entry/libimagentryfilter/src/builtin/header/version/gt.rs +++ b/lib/entry/libimagentryfilter/src/builtin/header/version/gt.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/header/version/lt.rs b/lib/entry/libimagentryfilter/src/builtin/header/version/lt.rs index 38b5000b..c82b49c6 100644 --- a/lib/entry/libimagentryfilter/src/builtin/header/version/lt.rs +++ b/lib/entry/libimagentryfilter/src/builtin/header/version/lt.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/header/version/mod.rs b/lib/entry/libimagentryfilter/src/builtin/header/version/mod.rs index e214e329..7ccda89d 100644 --- a/lib/entry/libimagentryfilter/src/builtin/header/version/mod.rs +++ b/lib/entry/libimagentryfilter/src/builtin/header/version/mod.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/header/version/range.rs b/lib/entry/libimagentryfilter/src/builtin/header/version/range.rs index 59f3a1d5..45fa871d 100644 --- a/lib/entry/libimagentryfilter/src/builtin/header/version/range.rs +++ b/lib/entry/libimagentryfilter/src/builtin/header/version/range.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/builtin/mod.rs b/lib/entry/libimagentryfilter/src/builtin/mod.rs index 68c819bc..206b9955 100644 --- a/lib/entry/libimagentryfilter/src/builtin/mod.rs +++ b/lib/entry/libimagentryfilter/src/builtin/mod.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/cli.rs b/lib/entry/libimagentryfilter/src/cli.rs index ee8b8381..cd911aa1 100644 --- a/lib/entry/libimagentryfilter/src/cli.rs +++ b/lib/entry/libimagentryfilter/src/cli.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/lib.rs b/lib/entry/libimagentryfilter/src/lib.rs index aa9bae13..4a3581f0 100644 --- a/lib/entry/libimagentryfilter/src/lib.rs +++ b/lib/entry/libimagentryfilter/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryfilter/src/tags/mod.rs b/lib/entry/libimagentryfilter/src/tags/mod.rs index cef11e5e..0b049732 100644 --- a/lib/entry/libimagentryfilter/src/tags/mod.rs +++ b/lib/entry/libimagentryfilter/src/tags/mod.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrygps/src/entry.rs b/lib/entry/libimagentrygps/src/entry.rs index b56e644f..7478f2a1 100644 --- a/lib/entry/libimagentrygps/src/entry.rs +++ b/lib/entry/libimagentrygps/src/entry.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrygps/src/error.rs b/lib/entry/libimagentrygps/src/error.rs index b40f9536..22f5a764 100644 --- a/lib/entry/libimagentrygps/src/error.rs +++ b/lib/entry/libimagentrygps/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrygps/src/lib.rs b/lib/entry/libimagentrygps/src/lib.rs index 28c0f24f..f575dabb 100644 --- a/lib/entry/libimagentrygps/src/lib.rs +++ b/lib/entry/libimagentrygps/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrygps/src/types.rs b/lib/entry/libimagentrygps/src/types.rs index 569013e9..54ce6e62 100644 --- a/lib/entry/libimagentrygps/src/types.rs +++ b/lib/entry/libimagentrygps/src/types.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrylink/src/error.rs b/lib/entry/libimagentrylink/src/error.rs index a961cb6e..b6f88ee2 100644 --- a/lib/entry/libimagentrylink/src/error.rs +++ b/lib/entry/libimagentrylink/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrylink/src/external.rs b/lib/entry/libimagentrylink/src/external.rs index 3e419790..2e9cbade 100644 --- a/lib/entry/libimagentrylink/src/external.rs +++ b/lib/entry/libimagentrylink/src/external.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrylink/src/internal.rs b/lib/entry/libimagentrylink/src/internal.rs index 371419cb..42f845dc 100644 --- a/lib/entry/libimagentrylink/src/internal.rs +++ b/lib/entry/libimagentrylink/src/internal.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrylink/src/lib.rs b/lib/entry/libimagentrylink/src/lib.rs index 5c24ee34..788f8b39 100644 --- a/lib/entry/libimagentrylink/src/lib.rs +++ b/lib/entry/libimagentrylink/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrylist/src/error.rs b/lib/entry/libimagentrylist/src/error.rs index 877d1d71..8ecd6bfc 100644 --- a/lib/entry/libimagentrylist/src/error.rs +++ b/lib/entry/libimagentrylist/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrylist/src/lib.rs b/lib/entry/libimagentrylist/src/lib.rs index cb430401..1828541f 100644 --- a/lib/entry/libimagentrylist/src/lib.rs +++ b/lib/entry/libimagentrylist/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrylist/src/lister.rs b/lib/entry/libimagentrylist/src/lister.rs index 3bb64786..29287cb8 100644 --- a/lib/entry/libimagentrylist/src/lister.rs +++ b/lib/entry/libimagentrylist/src/lister.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrylist/src/listers/core.rs b/lib/entry/libimagentrylist/src/listers/core.rs index d653c7bb..09d39039 100644 --- a/lib/entry/libimagentrylist/src/listers/core.rs +++ b/lib/entry/libimagentrylist/src/listers/core.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrylist/src/listers/line.rs b/lib/entry/libimagentrylist/src/listers/line.rs index 8f89e66e..10fca9d8 100644 --- a/lib/entry/libimagentrylist/src/listers/line.rs +++ b/lib/entry/libimagentrylist/src/listers/line.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrylist/src/listers/mod.rs b/lib/entry/libimagentrylist/src/listers/mod.rs index 78a6e8f7..bb440662 100644 --- a/lib/entry/libimagentrylist/src/listers/mod.rs +++ b/lib/entry/libimagentrylist/src/listers/mod.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrylist/src/listers/path.rs b/lib/entry/libimagentrylist/src/listers/path.rs index b88d43fa..7211812e 100644 --- a/lib/entry/libimagentrylist/src/listers/path.rs +++ b/lib/entry/libimagentrylist/src/listers/path.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrylist/src/listers/table.rs b/lib/entry/libimagentrylist/src/listers/table.rs index 6301e18e..06d39fd6 100644 --- a/lib/entry/libimagentrylist/src/listers/table.rs +++ b/lib/entry/libimagentrylist/src/listers/table.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrymarkdown/src/error.rs b/lib/entry/libimagentrymarkdown/src/error.rs index d3efc6ec..1ca2af98 100644 --- a/lib/entry/libimagentrymarkdown/src/error.rs +++ b/lib/entry/libimagentrymarkdown/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrymarkdown/src/html.rs b/lib/entry/libimagentrymarkdown/src/html.rs index 9322dcfd..f9be8082 100644 --- a/lib/entry/libimagentrymarkdown/src/html.rs +++ b/lib/entry/libimagentrymarkdown/src/html.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrymarkdown/src/lib.rs b/lib/entry/libimagentrymarkdown/src/lib.rs index 9e4df569..71bf9bf0 100644 --- a/lib/entry/libimagentrymarkdown/src/lib.rs +++ b/lib/entry/libimagentrymarkdown/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrymarkdown/src/link.rs b/lib/entry/libimagentrymarkdown/src/link.rs index bd26bea1..6d377358 100644 --- a/lib/entry/libimagentrymarkdown/src/link.rs +++ b/lib/entry/libimagentrymarkdown/src/link.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrymarkdown/src/processor.rs b/lib/entry/libimagentrymarkdown/src/processor.rs index cdc7f3e4..15d60d4c 100644 --- a/lib/entry/libimagentrymarkdown/src/processor.rs +++ b/lib/entry/libimagentrymarkdown/src/processor.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryref/src/error.rs b/lib/entry/libimagentryref/src/error.rs index e2159f63..3c75c202 100644 --- a/lib/entry/libimagentryref/src/error.rs +++ b/lib/entry/libimagentryref/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryref/src/flags.rs b/lib/entry/libimagentryref/src/flags.rs index fd80368c..ae5149ab 100644 --- a/lib/entry/libimagentryref/src/flags.rs +++ b/lib/entry/libimagentryref/src/flags.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryref/src/hasher.rs b/lib/entry/libimagentryref/src/hasher.rs index 79088c2b..02cf8e80 100644 --- a/lib/entry/libimagentryref/src/hasher.rs +++ b/lib/entry/libimagentryref/src/hasher.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryref/src/hashers/mod.rs b/lib/entry/libimagentryref/src/hashers/mod.rs index eaa8de3f..9e55e804 100644 --- a/lib/entry/libimagentryref/src/hashers/mod.rs +++ b/lib/entry/libimagentryref/src/hashers/mod.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryref/src/hashers/nbytes.rs b/lib/entry/libimagentryref/src/hashers/nbytes.rs index dd910042..a55dd706 100644 --- a/lib/entry/libimagentryref/src/hashers/nbytes.rs +++ b/lib/entry/libimagentryref/src/hashers/nbytes.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryref/src/lib.rs b/lib/entry/libimagentryref/src/lib.rs index ea4305d3..e32a9e82 100644 --- a/lib/entry/libimagentryref/src/lib.rs +++ b/lib/entry/libimagentryref/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryref/src/lister.rs b/lib/entry/libimagentryref/src/lister.rs index 3e06f003..a3219b9f 100644 --- a/lib/entry/libimagentryref/src/lister.rs +++ b/lib/entry/libimagentryref/src/lister.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryref/src/reference.rs b/lib/entry/libimagentryref/src/reference.rs index 1c1bdc84..dcfc9a1a 100644 --- a/lib/entry/libimagentryref/src/reference.rs +++ b/lib/entry/libimagentryref/src/reference.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryref/src/refstore.rs b/lib/entry/libimagentryref/src/refstore.rs index 5d8fc489..7248bbe8 100644 --- a/lib/entry/libimagentryref/src/refstore.rs +++ b/lib/entry/libimagentryref/src/refstore.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryref/src/util.rs b/lib/entry/libimagentryref/src/util.rs index ac4162fc..878b98cd 100644 --- a/lib/entry/libimagentryref/src/util.rs +++ b/lib/entry/libimagentryref/src/util.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrytag/src/error.rs b/lib/entry/libimagentrytag/src/error.rs index 453901dd..46524167 100644 --- a/lib/entry/libimagentrytag/src/error.rs +++ b/lib/entry/libimagentrytag/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrytag/src/lib.rs b/lib/entry/libimagentrytag/src/lib.rs index 2a191486..6cfe7c8c 100644 --- a/lib/entry/libimagentrytag/src/lib.rs +++ b/lib/entry/libimagentrytag/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrytag/src/tag.rs b/lib/entry/libimagentrytag/src/tag.rs index be968da7..a2a84a99 100644 --- a/lib/entry/libimagentrytag/src/tag.rs +++ b/lib/entry/libimagentrytag/src/tag.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentrytag/src/tagable.rs b/lib/entry/libimagentrytag/src/tagable.rs index 94f9a2a8..e405e51b 100644 --- a/lib/entry/libimagentrytag/src/tagable.rs +++ b/lib/entry/libimagentrytag/src/tagable.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryutil/src/error.rs b/lib/entry/libimagentryutil/src/error.rs index 16b540fd..87b48a40 100644 --- a/lib/entry/libimagentryutil/src/error.rs +++ b/lib/entry/libimagentryutil/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryutil/src/isa.rs b/lib/entry/libimagentryutil/src/isa.rs index 2a5aaeb4..0681a75f 100644 --- a/lib/entry/libimagentryutil/src/isa.rs +++ b/lib/entry/libimagentryutil/src/isa.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryutil/src/isincollection.rs b/lib/entry/libimagentryutil/src/isincollection.rs index b92d4148..63291073 100644 --- a/lib/entry/libimagentryutil/src/isincollection.rs +++ b/lib/entry/libimagentryutil/src/isincollection.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryutil/src/iter.rs b/lib/entry/libimagentryutil/src/iter.rs index 2289572c..00995098 100644 --- a/lib/entry/libimagentryutil/src/iter.rs +++ b/lib/entry/libimagentryutil/src/iter.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryutil/src/lib.rs b/lib/entry/libimagentryutil/src/lib.rs index 780ffe76..544d1770 100644 --- a/lib/entry/libimagentryutil/src/lib.rs +++ b/lib/entry/libimagentryutil/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryview/src/builtin/editor.rs b/lib/entry/libimagentryview/src/builtin/editor.rs index abfe0ed2..e3887f2c 100644 --- a/lib/entry/libimagentryview/src/builtin/editor.rs +++ b/lib/entry/libimagentryview/src/builtin/editor.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryview/src/builtin/mod.rs b/lib/entry/libimagentryview/src/builtin/mod.rs index 26d5b223..a859f8bf 100644 --- a/lib/entry/libimagentryview/src/builtin/mod.rs +++ b/lib/entry/libimagentryview/src/builtin/mod.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryview/src/builtin/plain.rs b/lib/entry/libimagentryview/src/builtin/plain.rs index c5c3a2a1..3c170a87 100644 --- a/lib/entry/libimagentryview/src/builtin/plain.rs +++ b/lib/entry/libimagentryview/src/builtin/plain.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryview/src/builtin/stdout.rs b/lib/entry/libimagentryview/src/builtin/stdout.rs index 20872ae6..1aa7b97e 100644 --- a/lib/entry/libimagentryview/src/builtin/stdout.rs +++ b/lib/entry/libimagentryview/src/builtin/stdout.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryview/src/error.rs b/lib/entry/libimagentryview/src/error.rs index c742d046..e6538f6f 100644 --- a/lib/entry/libimagentryview/src/error.rs +++ b/lib/entry/libimagentryview/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryview/src/lib.rs b/lib/entry/libimagentryview/src/lib.rs index 4ce6d2d0..b543c6f8 100644 --- a/lib/entry/libimagentryview/src/lib.rs +++ b/lib/entry/libimagentryview/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/entry/libimagentryview/src/viewer.rs b/lib/entry/libimagentryview/src/viewer.rs index aad541c1..a6997f0f 100644 --- a/lib/entry/libimagentryview/src/viewer.rs +++ b/lib/entry/libimagentryview/src/viewer.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimaginteraction/src/ask.rs b/lib/etc/libimaginteraction/src/ask.rs index 96dbc560..e2997391 100644 --- a/lib/etc/libimaginteraction/src/ask.rs +++ b/lib/etc/libimaginteraction/src/ask.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimaginteraction/src/error.rs b/lib/etc/libimaginteraction/src/error.rs index 28345c94..efa84f1b 100644 --- a/lib/etc/libimaginteraction/src/error.rs +++ b/lib/etc/libimaginteraction/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimaginteraction/src/filter.rs b/lib/etc/libimaginteraction/src/filter.rs index 5869a529..aff532bb 100644 --- a/lib/etc/libimaginteraction/src/filter.rs +++ b/lib/etc/libimaginteraction/src/filter.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimaginteraction/src/format.rs b/lib/etc/libimaginteraction/src/format.rs index e39f92cb..68655013 100644 --- a/lib/etc/libimaginteraction/src/format.rs +++ b/lib/etc/libimaginteraction/src/format.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimaginteraction/src/lib.rs b/lib/etc/libimaginteraction/src/lib.rs index de8ee0c0..00db42d7 100644 --- a/lib/etc/libimaginteraction/src/lib.rs +++ b/lib/etc/libimaginteraction/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimaginteraction/src/readline.rs b/lib/etc/libimaginteraction/src/readline.rs index 321580eb..6aaede95 100644 --- a/lib/etc/libimaginteraction/src/readline.rs +++ b/lib/etc/libimaginteraction/src/readline.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimaginteraction/src/ui.rs b/lib/etc/libimaginteraction/src/ui.rs index 501f792e..916dbebc 100644 --- a/lib/etc/libimaginteraction/src/ui.rs +++ b/lib/etc/libimaginteraction/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagnotification/src/error.rs b/lib/etc/libimagnotification/src/error.rs index 535a7c89..27ea3694 100644 --- a/lib/etc/libimagnotification/src/error.rs +++ b/lib/etc/libimagnotification/src/error.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagnotification/src/lib.rs b/lib/etc/libimagnotification/src/lib.rs index 5999fbc4..723091c7 100644 --- a/lib/etc/libimagnotification/src/lib.rs +++ b/lib/etc/libimagnotification/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagnotification/src/notificator.rs b/lib/etc/libimagnotification/src/notificator.rs index c725b65c..822dc92b 100644 --- a/lib/etc/libimagnotification/src/notificator.rs +++ b/lib/etc/libimagnotification/src/notificator.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagnotification/src/result_notification.rs b/lib/etc/libimagnotification/src/result_notification.rs index 2f4e9ea9..20091779 100644 --- a/lib/etc/libimagnotification/src/result_notification.rs +++ b/lib/etc/libimagnotification/src/result_notification.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagtimeui/src/cli.rs b/lib/etc/libimagtimeui/src/cli.rs index 7db6c33d..1235f1be 100644 --- a/lib/etc/libimagtimeui/src/cli.rs +++ b/lib/etc/libimagtimeui/src/cli.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagtimeui/src/date.rs b/lib/etc/libimagtimeui/src/date.rs index 6e87035b..86ce468c 100644 --- a/lib/etc/libimagtimeui/src/date.rs +++ b/lib/etc/libimagtimeui/src/date.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagtimeui/src/datetime.rs b/lib/etc/libimagtimeui/src/datetime.rs index 03929106..c55e8820 100644 --- a/lib/etc/libimagtimeui/src/datetime.rs +++ b/lib/etc/libimagtimeui/src/datetime.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagtimeui/src/lib.rs b/lib/etc/libimagtimeui/src/lib.rs index b7652b57..d1c5f11f 100644 --- a/lib/etc/libimagtimeui/src/lib.rs +++ b/lib/etc/libimagtimeui/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagtimeui/src/parse.rs b/lib/etc/libimagtimeui/src/parse.rs index b578551b..44cf39eb 100644 --- a/lib/etc/libimagtimeui/src/parse.rs +++ b/lib/etc/libimagtimeui/src/parse.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagtimeui/src/time.rs b/lib/etc/libimagtimeui/src/time.rs index 8c37b07c..37703edc 100644 --- a/lib/etc/libimagtimeui/src/time.rs +++ b/lib/etc/libimagtimeui/src/time.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagtimeui/src/ui.rs b/lib/etc/libimagtimeui/src/ui.rs index 642d5203..db1e13d2 100644 --- a/lib/etc/libimagtimeui/src/ui.rs +++ b/lib/etc/libimagtimeui/src/ui.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagutil/src/cli_validators.rs b/lib/etc/libimagutil/src/cli_validators.rs index 24340a4d..49cee6c1 100644 --- a/lib/etc/libimagutil/src/cli_validators.rs +++ b/lib/etc/libimagutil/src/cli_validators.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagutil/src/date.rs b/lib/etc/libimagutil/src/date.rs index b55b8893..b1da81ed 100644 --- a/lib/etc/libimagutil/src/date.rs +++ b/lib/etc/libimagutil/src/date.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagutil/src/debug_result.rs b/lib/etc/libimagutil/src/debug_result.rs index e7506633..016423a0 100644 --- a/lib/etc/libimagutil/src/debug_result.rs +++ b/lib/etc/libimagutil/src/debug_result.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagutil/src/edit.rs b/lib/etc/libimagutil/src/edit.rs index bab3c8e5..c5355e2f 100644 --- a/lib/etc/libimagutil/src/edit.rs +++ b/lib/etc/libimagutil/src/edit.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagutil/src/info_result.rs b/lib/etc/libimagutil/src/info_result.rs index 9c106bc8..e68b6575 100644 --- a/lib/etc/libimagutil/src/info_result.rs +++ b/lib/etc/libimagutil/src/info_result.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagutil/src/key_value_split.rs b/lib/etc/libimagutil/src/key_value_split.rs index 2d405f3a..f1ad8c9d 100644 --- a/lib/etc/libimagutil/src/key_value_split.rs +++ b/lib/etc/libimagutil/src/key_value_split.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagutil/src/lib.rs b/lib/etc/libimagutil/src/lib.rs index e2ee8397..d9b33040 100644 --- a/lib/etc/libimagutil/src/lib.rs +++ b/lib/etc/libimagutil/src/lib.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagutil/src/log_result.rs b/lib/etc/libimagutil/src/log_result.rs index 45977b2a..c3d14db7 100644 --- a/lib/etc/libimagutil/src/log_result.rs +++ b/lib/etc/libimagutil/src/log_result.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagutil/src/testing.rs b/lib/etc/libimagutil/src/testing.rs index 168a2650..b060a466 100644 --- a/lib/etc/libimagutil/src/testing.rs +++ b/lib/etc/libimagutil/src/testing.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagutil/src/variants.rs b/lib/etc/libimagutil/src/variants.rs index 2f0746d2..ac56eaeb 100644 --- a/lib/etc/libimagutil/src/variants.rs +++ b/lib/etc/libimagutil/src/variants.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagutil/src/warn_exit.rs b/lib/etc/libimagutil/src/warn_exit.rs index fbda4d25..1e1987bb 100644 --- a/lib/etc/libimagutil/src/warn_exit.rs +++ b/lib/etc/libimagutil/src/warn_exit.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/lib/etc/libimagutil/src/warn_result.rs b/lib/etc/libimagutil/src/warn_result.rs index 6b05b285..58b78b15 100644 --- a/lib/etc/libimagutil/src/warn_result.rs +++ b/lib/etc/libimagutil/src/warn_result.rs @@ -1,6 +1,6 @@ // // imag - the personal information management suite for the commandline -// Copyright (C) 2015, 2016 Matthias Beyer and contributors +// Copyright (C) 2015-2018 Matthias Beyer and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public