diff --git a/LICENSE.txt b/LICENSE.txt index ad66a42..63bf2e5 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2015--2020, Andrew J. Hesford +Copyright (c) 2015--2021, Andrew J. Hesford All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/duiadns b/duiadns index 5d9de9f..658ba81 100755 --- a/duiadns +++ b/duiadns @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2015--2020, Andrew J. Hesford +# Copyright (c) 2015--2021, Andrew J. Hesford # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/setup.py b/setup.py index eee3614..09744d4 100755 --- a/setup.py +++ b/setup.py @@ -8,11 +8,11 @@ underlying permanent address when updating. ''' -# Copyright (c) 2015--2020 Andrew J. Hesford. All rights reserved. +# Copyright (c) 2015--2021 Andrew J. Hesford. All rights reserved. # Restrictions are listed in the LICENSE file distributed with this package. DOCLINES = __doc__.split('\n') -VERSION = '1.1' +VERSION = '1.2' if __name__ == '__main__': from setuptools import setup