diff --git a/README.md b/README.md index 0834a22..3ffb9f8 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ This project is Free, Libre, and Open Source Software; FLOSS, licensed under the See also COPYING or LICENSE.txt -Copyright © 2018 - 2019 Nichlas Severinsen +Copyright © 2018 - 2021 Nichlas Severinsen ## Error! diff --git a/libray/core.py b/libray/core.py index 082333e..95da254 100644 --- a/libray/core.py +++ b/libray/core.py @@ -1,7 +1,7 @@ # -*- coding: utf8 -*- # libray - Libre Blu-Ray PS3 ISO Tool -# Copyright © 2018 - 2019 Nichlas Severinsen +# Copyright © 2018 - 2021 Nichlas Severinsen # # This file is part of libray. # diff --git a/libray/ird.py b/libray/ird.py index bc3f36c..fbcc1db 100644 --- a/libray/ird.py +++ b/libray/ird.py @@ -1,7 +1,7 @@ # -*- coding: utf8 -*- # libray - Libre Blu-Ray PS3 ISO Tool -# Copyright © 2018 - 2019 Nichlas Severinsen +# Copyright © 2018 - 2021 Nichlas Severinsen # # This file is part of libray. # diff --git a/libray/iso.py b/libray/iso.py index 7627f16..88295f2 100644 --- a/libray/iso.py +++ b/libray/iso.py @@ -1,7 +1,7 @@ # -*- coding: utf8 -*- # libray - Libre Blu-Ray PS3 ISO Tool -# Copyright © 2018 - 2019 Nichlas Severinsen +# Copyright © 2018 -2021 Nichlas Severinsen # # This file is part of libray. # diff --git a/libray/libray.py b/libray/libray.py index a4a4b1e..b5fdb1f 100755 --- a/libray/libray.py +++ b/libray/libray.py @@ -2,7 +2,7 @@ # -*- coding: utf8 -*- # libray - Libre Blu-Ray PS3 ISO Tool -# Copyright © 2018 - 2019 Nichlas Severinsen +# Copyright © 2018 - 2021 Nichlas Severinsen # # This file is part of libray. # @@ -43,7 +43,7 @@ if __name__ == '__main__': optional.add_argument('-d', '--decryption-key', dest='decryption_key', type=str, help='Manually specify key', default='') optional.add_argument('-v', '--verbose', dest='verbose', help='Increase verbosity', action='count') optional.add_argument('-q', '--quiet', dest='quiet', help='Quiet mode, only prints on error', action='store_true') - + args = parser.parse_args() core.decrypt(args)