aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--ctct.1.in6
-rw-r--r--ctct.in4
-rw-r--r--ctct_config.5.in5
4 files changed, 9 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 4390787..57ab845 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# autoconf script for ctct
#
-# Copyright 2015, 2016, 2018 Einhard Leichtfuß
+# Copyright 2015, 2016, 2018, 2019 Einhard Leichtfuß
#
# This file is part of ctct.
#
diff --git a/ctct.1.in b/ctct.1.in
index d8b51e7..c04ffd4 100644
--- a/ctct.1.in
+++ b/ctct.1.in
@@ -1,6 +1,6 @@
.\" ctct.1 - the man page for ctct
.\"
-.\" Copyright 2015 - 2018 Einhard Leichtfuß
+.\" Copyright 2015 - 2019 Einhard Leichtfuß
.\"
.\" This file is part of ctct.
.\"
@@ -17,7 +17,7 @@
.\" You should have received a copy of the GNU Affero General Public License
.\" along with ctct. If not, see <https://www.gnu.org/licenses/>.
.\"
-.TH CTCT 1 "2018-12-24" "ctct @PACKAGE_VERSION@"
+.TH CTCT 1 "2019-01-10" "ctct @PACKAGE_VERSION@"
.\"
.\"
.SH NAME
@@ -192,7 +192,7 @@ An unexpected error occurred, for example due to missing permissions in
.BR datadir \.
.\"
.\"
-.SH ENVIROMENT
+.SH ENVIRONMENT
.TP
.B VISUAL
The editor to use when \fBctct\fP is called with the \fB\-\-edit\fP
diff --git a/ctct.in b/ctct.in
index af880e2..43abf7f 100644
--- a/ctct.in
+++ b/ctct.in
@@ -2,7 +2,7 @@
#
# ctct - a simple console contact manager
#
-# Copyright 2015 - 2018 Einhard Leichtfuß
+# Copyright 2015 - 2019 Einhard Leichtfuß
#
# ctct is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
@@ -521,7 +521,7 @@ function check_non_existance()
function print_version() {
cat << EOF
ctct - Version @PACKAGE_VERSION@
-Copyright 2015 - 2018 Einhard Leichtfuß.
+Copyright 2015 - 2019 Einhard Leichtfuß.
License AGPLv3+: GNU Affero General Public License, version 3 or later
- <https://gnu.org/licenses/agpl.html>
This is free software: You are free to change and redistribute it.
diff --git a/ctct_config.5.in b/ctct_config.5.in
index e1cb570..cd25ee9 100644
--- a/ctct_config.5.in
+++ b/ctct_config.5.in
@@ -1,6 +1,6 @@
.\" ctct_config.5 - the man page for configuration of ctct
.\"
-.\" Copyright 2015 - 2018 Einhard Leichtfuß
+.\" Copyright 2015 - 2019 Einhard Leichtfuß
.\"
.\" This file is part of ctct.
.\"
@@ -17,7 +17,7 @@
.\" You should have received a copy of the GNU Affero General Public License
.\" along with ctct. If not, see <https://www.gnu.org/licenses/>.
.\"
-.TH CTCT_CONFIG 5 "2018-12-24" "ctct @PACKAGE_VERSION@"
+.TH CTCT_CONFIG 5 "2019-01-10" "ctct @PACKAGE_VERSION@"
.\"
.\"
.SH NAME
@@ -200,6 +200,7 @@ Default
.\"
.SH SEE ALSO
.BR ctct (1),
+.BR bash (1),
.BR vi (1),
.BR less (1),
.BR more (1)