summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2019-01-30 00:32:23 -0300
committerMartin Michlmayr <tbm@cyrius.com>2019-01-30 00:33:26 -0300
commit2c61d41deaab0343f29b424dbcd1a751928b3056 (patch)
tree84a7d0980a1c01da95d03a308a70a0fa59fd4822
parentbeeb6936167bc9d9392d9f86f129b8a1c228ff44 (diff)
downloadfork-ledger-2c61d41deaab0343f29b424dbcd1a751928b3056.tar.gz
fork-ledger-2c61d41deaab0343f29b424dbcd1a751928b3056.tar.bz2
fork-ledger-2c61d41deaab0343f29b424dbcd1a751928b3056.zip
Update copyright statement for 2019
-rw-r--r--LICENSE.md2
-rw-r--r--doc/ledger3.texi2
-rw-r--r--src/global.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/LICENSE.md b/LICENSE.md
index 93cc207c..36dc7cfd 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2018, John Wiegley. All rights reserved.
+Copyright (c) 2003-2019, John Wiegley. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index 9f9a1095..0ac62b29 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -111,7 +111,7 @@
@copying
-Copyright @copyright{} 2003--2018, John Wiegley. All rights reserved.
+Copyright @copyright{} 2003--2019, John Wiegley. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
diff --git a/src/global.h b/src/global.h
index 8f8266ac..4eb02571 100644
--- a/src/global.h
+++ b/src/global.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2018, John Wiegley. All rights reserved.
+ * Copyright (c) 2003-2019, John Wiegley. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -129,7 +129,7 @@ public:
out << '-' << Ledger_VERSION_DATE;
out << _(", the command-line accounting tool");
out <<
- _("\n\nCopyright (c) 2003-2018, John Wiegley. All rights reserved.\n\n\
+ _("\n\nCopyright (c) 2003-2019, John Wiegley. All rights reserved.\n\n\
This program is made available under the terms of the BSD Public License.\n\
See LICENSE file included with the distribution for details and disclaimer.");
out << std::endl;