diff --git a/LICENSE b/LICENSE index 55c83bf..c917888 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright 2019-2023 Jareth Lomson +Copyright 2019-2024 Jareth Lomson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/__init__.py b/lib/__init__.py index af0c72b..9b7b2d7 100644 --- a/lib/__init__.py +++ b/lib/__init__.py @@ -1,3 +1,3 @@ -# Copyright 2019-2023 Jareth Lomson +# Copyright 2019-2024 Jareth Lomson # This file is part of OneDrive Client Program which is released under MIT License # See file LICENSE for full license details diff --git a/lib/_common.py b/lib/_common.py index e9ef47c..b33a614 100644 --- a/lib/_common.py +++ b/lib/_common.py @@ -1,8 +1,8 @@ -# Copyright 2019-2023 Jareth Lomson +# Copyright 2019-2024 Jareth Lomson # This file is part of OneDrive Client Program which is released under MIT License # See file LICENSE for full license details -VERSION = "1.2.0" +VERSION = "1.3.0" PROGRAM_NAME = "OneDrive Client Program" diff --git a/lib/_typing.py b/lib/_typing.py index 67e5f6f..c01de30 100644 --- a/lib/_typing.py +++ b/lib/_typing.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Jareth Lomson +# Copyright 2019-2024 Jareth Lomson # This file is part of OneDrive Client Program which is released under MIT License # See file LICENSE for full license details from sys import version_info diff --git a/lib/action_helper.py b/lib/action_helper.py index 9efbc16..506b697 100644 --- a/lib/action_helper.py +++ b/lib/action_helper.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Jareth Lomson +# Copyright 2019-2024 Jareth Lomson # This file is part of OneDrive Client Program which is released under MIT License # See file LICENSE for full license details import logging diff --git a/lib/args_helper.py b/lib/args_helper.py index 98a6d14..26acc2a 100644 --- a/lib/args_helper.py +++ b/lib/args_helper.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Jareth Lomson +# Copyright 2019-2024 Jareth Lomson # This file is part of OneDrive Client Program which is released under MIT License # See file LICENSE for full license details diff --git a/lib/auth_helper.py b/lib/auth_helper.py index 1909dc9..d8c660d 100644 --- a/lib/auth_helper.py +++ b/lib/auth_helper.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Jareth Lomson +# Copyright 2019-2024 Jareth Lomson # This file is part of OneDrive Client Program which is released under MIT License # See file LICENSE for full license details diff --git a/lib/bulk_helper.py b/lib/bulk_helper.py index 2773645..87cfc32 100644 --- a/lib/bulk_helper.py +++ b/lib/bulk_helper.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Jareth Lomson +# Copyright 2019-2024 Jareth Lomson # This file is part of OneDrive Client Program which is released under MIT License # See file LICENSE for full license details import logging diff --git a/lib/check_helper.py b/lib/check_helper.py index f1b4655..62cdb7c 100644 --- a/lib/check_helper.py +++ b/lib/check_helper.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Jareth Lomson +# Copyright 2019-2024 Jareth Lomson # This file is part of OneDrive Client Program which is released under MIT License # See file LICENSE for full license details import base64 diff --git a/lib/datetime_helper.py b/lib/datetime_helper.py index ff3e550..71b7d58 100644 --- a/lib/datetime_helper.py +++ b/lib/datetime_helper.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Jareth Lomson +# Copyright 2019-2024 Jareth Lomson # This file is part of OneDrive Client Program which is released under MIT License # See file LICENSE for full license details import datetime diff --git a/lib/file_config_helper.py b/lib/file_config_helper.py index 879f2de..2cf5b3d 100644 --- a/lib/file_config_helper.py +++ b/lib/file_config_helper.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Jareth Lomson +# Copyright 2019-2024 Jareth Lomson # This file is part of OneDrive Client Program which is released under MIT License # See file LICENSE for full license details import logging diff --git a/lib/graph_helper.py b/lib/graph_helper.py index de8d4ad..87e04c1 100644 --- a/lib/graph_helper.py +++ b/lib/graph_helper.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Jareth Lomson +# Copyright 2019-2024 Jareth Lomson # This file is part of OneDrive Client Program which is released under MIT License # See file LICENSE for full license details import logging diff --git a/lib/msobject_info.py b/lib/msobject_info.py index 8cd99e2..770d24e 100644 --- a/lib/msobject_info.py +++ b/lib/msobject_info.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Jareth Lomson +# Copyright 2019-2024 Jareth Lomson # This file is part of OneDrive Client Program which is released under MIT License # See file LICENSE for full license details import datetime diff --git a/lib/printer_helper.py b/lib/printer_helper.py index 544e333..dd44779 100644 --- a/lib/printer_helper.py +++ b/lib/printer_helper.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Jareth Lomson +# Copyright 2019-2024 Jareth Lomson # This file is part of OneDrive Client Program which is released under MIT License # See file LICENSE for full license details import os diff --git a/lib/shell_helper.py b/lib/shell_helper.py index a0cda70..5cd5657 100644 --- a/lib/shell_helper.py +++ b/lib/shell_helper.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Jareth Lomson +# Copyright 2019-2024 Jareth Lomson # This file is part of OneDrive Client Program which is released under MIT License # See file LICENSE for full license details import argparse diff --git a/lib/strpathutil.py b/lib/strpathutil.py index efb9a42..95a5677 100644 --- a/lib/strpathutil.py +++ b/lib/strpathutil.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Jareth Lomson +# Copyright 2019-2024 Jareth Lomson # This file is part of OneDrive Client Program which is released under MIT License # See file LICENSE for full license details import os diff --git a/odc.py b/odc.py index 223af11..55f9ace 100755 --- a/odc.py +++ b/odc.py @@ -1,5 +1,5 @@ #!../bin/python3 -# Copyright 2019-2023 Jareth Lomson +# Copyright 2019-2024 Jareth Lomson # This file is part of OneDrive Client Program which is released under MIT License # See file LICENSE for full license details """