From fc5dcdbd21a015a33b6eaff3a3b6caeeb235b3e6 Mon Sep 17 00:00:00 2001 From: "C. Michael Pilato" Date: Thu, 5 Dec 2024 16:16:36 -0500 Subject: [PATCH] Bump copyright years --- LICENSE | 2 +- bin/thotkeeper | 2 +- thotkeeper/__init__.py | 2 +- thotkeeper/__main__.py | 2 +- thotkeeper/app.py | 2 +- thotkeeper/entries.py | 2 +- thotkeeper/parser.py | 2 +- thotkeeper/utils.py | 2 +- thotkeeper/version.py | 2 +- tools/bump-copyright-years | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index 19a4117..27dea8e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2004-2021 C. Michael Pilato. All rights reserved. +Copyright (c) 2004-2024 C. Michael Pilato. 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/bin/thotkeeper b/bin/thotkeeper index f4246e9..3b28d57 100755 --- a/bin/thotkeeper +++ b/bin/thotkeeper @@ -2,7 +2,7 @@ # # ThotKeeper -- a personal daily journal application. # -# Copyright (c) 2004-2021 C. Michael Pilato. All rights reserved. +# Copyright (c) 2004-2024 C. Michael Pilato. All rights reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE file which can be found at the top level of the ThotKeeper diff --git a/thotkeeper/__init__.py b/thotkeeper/__init__.py index e09443d..83d77d3 100644 --- a/thotkeeper/__init__.py +++ b/thotkeeper/__init__.py @@ -1,6 +1,6 @@ # ThotKeeper -- a personal daily journal application. # -# Copyright (c) 2004-2021 C. Michael Pilato. All rights reserved. +# Copyright (c) 2004-2024 C. Michael Pilato. All rights reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE file which can be found at the top level of the ThotKeeper diff --git a/thotkeeper/__main__.py b/thotkeeper/__main__.py index 51f33f1..b8bef65 100644 --- a/thotkeeper/__main__.py +++ b/thotkeeper/__main__.py @@ -1,6 +1,6 @@ # ThotKeeper -- a personal daily journal application. # -# Copyright (c) 2004-2021 C. Michael Pilato. All rights reserved. +# Copyright (c) 2004-2024 C. Michael Pilato. All rights reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE file which can be found at the top level of the ThotKeeper diff --git a/thotkeeper/app.py b/thotkeeper/app.py index 315b1ec..872c3f5 100644 --- a/thotkeeper/app.py +++ b/thotkeeper/app.py @@ -1,6 +1,6 @@ # ThotKeeper -- a personal daily journal application. # -# Copyright (c) 2004-2021 C. Michael Pilato. All rights reserved. +# Copyright (c) 2004-2024 C. Michael Pilato. All rights reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE file which can be found at the top level of the ThotKeeper diff --git a/thotkeeper/entries.py b/thotkeeper/entries.py index 5c89646..5766ea8 100644 --- a/thotkeeper/entries.py +++ b/thotkeeper/entries.py @@ -1,6 +1,6 @@ # ThotKeeper -- a personal daily journal application. # -# Copyright (c) 2004-2021 C. Michael Pilato. All rights reserved. +# Copyright (c) 2004-2024 C. Michael Pilato. All rights reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE file which can be found at the top level of the ThotKeeper diff --git a/thotkeeper/parser.py b/thotkeeper/parser.py index f840e16..b16c34e 100644 --- a/thotkeeper/parser.py +++ b/thotkeeper/parser.py @@ -1,6 +1,6 @@ # ThotKeeper -- a personal daily journal application. # -# Copyright (c) 2004-2021 C. Michael Pilato. All rights reserved. +# Copyright (c) 2004-2024 C. Michael Pilato. All rights reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE file which can be found at the top level of the ThotKeeper diff --git a/thotkeeper/utils.py b/thotkeeper/utils.py index 618e822..bd2c7bc 100644 --- a/thotkeeper/utils.py +++ b/thotkeeper/utils.py @@ -1,6 +1,6 @@ # ThotKeeper -- a personal daily journal application. # -# Copyright (c) 2004-2021 C. Michael Pilato. All rights reserved. +# Copyright (c) 2004-2024 C. Michael Pilato. All rights reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE file which can be found at the top level of the ThotKeeper diff --git a/thotkeeper/version.py b/thotkeeper/version.py index 218158d..8738b1b 100644 --- a/thotkeeper/version.py +++ b/thotkeeper/version.py @@ -1,6 +1,6 @@ # ThotKeeper -- a personal daily journal application. # -# Copyright (c) 2004-2021 C. Michael Pilato. All rights reserved. +# Copyright (c) 2004-2024 C. Michael Pilato. All rights reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE file which can be found at the top level of the ThotKeeper diff --git a/tools/bump-copyright-years b/tools/bump-copyright-years index 5c9eac1..fbbf1da 100755 --- a/tools/bump-copyright-years +++ b/tools/bump-copyright-years @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2004-2021 C. Michael Pilato. All rights reserved. +# Copyright (c) 2004-2024 C. Michael Pilato. All rights reserved. # # By using this file, you agree to the terms and conditions set forth in # the LICENSE.html file which can be found at the top level of the ViewVC