summaryrefslogtreecommitdiffstats
path: root/lib/etc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-01-03 02:32:07 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-01-03 18:41:36 +0100
commit9185abcfa57d08b02782a29cee5abe9c1e87c61d (patch)
treef7353901fe464cef912e8901b8611bded86349fe /lib/etc
parent4fe7fd366c20b980e584fdd9dbbbec9b8bdf62b1 (diff)
Update copyright years
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'lib/etc')
-rw-r--r--lib/etc/libimaginteraction/src/ask.rs2
-rw-r--r--lib/etc/libimaginteraction/src/filter.rs2
-rw-r--r--lib/etc/libimaginteraction/src/format.rs2
-rw-r--r--lib/etc/libimaginteraction/src/lib.rs2
-rw-r--r--lib/etc/libimaginteraction/src/readline.rs2
-rw-r--r--lib/etc/libimaginteraction/src/ui.rs2
-rw-r--r--lib/etc/libimagnotification/src/lib.rs2
-rw-r--r--lib/etc/libimagnotification/src/notificator.rs2
-rw-r--r--lib/etc/libimagnotification/src/result_notification.rs2
-rw-r--r--lib/etc/libimagtimeui/src/cli.rs2
-rw-r--r--lib/etc/libimagtimeui/src/date.rs2
-rw-r--r--lib/etc/libimagtimeui/src/datetime.rs2
-rw-r--r--lib/etc/libimagtimeui/src/lib.rs2
-rw-r--r--lib/etc/libimagtimeui/src/parse.rs2
-rw-r--r--lib/etc/libimagtimeui/src/time.rs2
-rw-r--r--lib/etc/libimagtimeui/src/ui.rs2
-rw-r--r--lib/etc/libimagutil/src/cli_validators.rs2
-rw-r--r--lib/etc/libimagutil/src/date.rs2
-rw-r--r--lib/etc/libimagutil/src/debug_option.rs2
-rw-r--r--lib/etc/libimagutil/src/debug_result.rs2
-rw-r--r--lib/etc/libimagutil/src/edit.rs2
-rw-r--r--lib/etc/libimagutil/src/info_option.rs2
-rw-r--r--lib/etc/libimagutil/src/info_result.rs2
-rw-r--r--lib/etc/libimagutil/src/key_value_split.rs2
-rw-r--r--lib/etc/libimagutil/src/lib.rs2
-rw-r--r--lib/etc/libimagutil/src/log_option.rs2
-rw-r--r--lib/etc/libimagutil/src/log_result.rs2
-rw-r--r--lib/etc/libimagutil/src/testing.rs2
-rw-r--r--lib/etc/libimagutil/src/variants.rs2
-rw-r--r--lib/etc/libimagutil/src/warn_exit.rs2
-rw-r--r--lib/etc/libimagutil/src/warn_result.rs2
31 files changed, 31 insertions, 31 deletions
diff --git a/lib/etc/libimaginteraction/src/ask.rs b/lib/etc/libimaginteraction/src/ask.rs
index 86fbea30..4d9dc14f 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 aff532bb..8a2b3384 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 059bbdb1..e34d37ac 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 79360f9a..1bc35bb3 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 1b29826f..227bb61d 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 57bcb409..09395d54 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 afb326e2..7396df0f 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 5ef97395..f275ae30 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 5d33825f..d5e9e29c 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 1235f1be..2945e97b 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 eb05f0fc..9e6f46a8 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 f0092b7f..5fa79993 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 e2f7fcfd..927cdcb7 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 44cf39eb..49cb2acc 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 2e5fbb75..89d4f546 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 37d9b288..f85a8a1d 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 eb5cdd1e..0288b08b 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 edbd8ace..21ee357b 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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_option.rs b/lib/etc/libimagutil/src/debug_option.rs
index b8ae47fc..4f27279a 100644
--- a/lib/etc/libimagutil/src/debug_option.rs
+++ b/lib/etc/libimagutil/src/debug_option.rs
@@ -1,6 +1,6 @@
//
// imag - the personal information management suite for the commandline
-// Copyright (C) 2015-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 016423a0..dad06723 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 4a91c798..f2726a86 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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_option.rs b/lib/etc/libimagutil/src/info_option.rs
index 03800af0..3f945e65 100644
--- a/lib/etc/libimagutil/src/info_option.rs
+++ b/lib/etc/libimagutil/src/info_option.rs
@@ -1,6 +1,6 @@
//
// imag - the personal information management suite for the commandline
-// Copyright (C) 2015-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 e68b6575..ee62be63 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 ce9989ab..ac25ccd4 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 08881dd8..08de2392 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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_option.rs b/lib/etc/libimagutil/src/log_option.rs
index 813eeefc..9e2b9953 100644
--- a/lib/etc/libimagutil/src/log_option.rs
+++ b/lib/etc/libimagutil/src/log_option.rs
@@ -1,6 +1,6 @@
//
// imag - the personal information management suite for the commandline
-// Copyright (C) 2015-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 c3d14db7..eea73e94 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 d9144d47..beab21a6 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 0a456de9..47f6d349 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 1e1987bb..4e05884a 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This 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 58b78b15..40ca2124 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-2018 Matthias Beyer <mail@beyermatthias.de> and contributors
+// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public