Skip to content

Commit 3902456

Browse files
authored
Update years in copyright headers (#17)
1 parent 8e022f9 commit 3902456

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

simplefractions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Mark Dickinson. All rights reserved.
1+
# Copyright 2020-2022 Mark Dickinson. All rights reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

simplefractions/_simplest_in_interval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Mark Dickinson. All rights reserved.
1+
# Copyright 2020-2022 Mark Dickinson. All rights reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

simplefractions/test/test_simplefractions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Mark Dickinson. All rights reserved.
1+
# Copyright 2020-2022 Mark Dickinson. All rights reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)