Skip to content

Commit

Permalink
Merge pull request #66 from radarhere/copyright
Browse files Browse the repository at this point in the history
Updated copyright year
  • Loading branch information
manisandro committed Jan 1, 2021
2 parents cc302d5 + e532e05 commit 7b82aaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(C) Copyright 2003 A.M. Kuchling. All Rights Reserved
(C) Copyright 2004 A.M. Kuchling, Ralph Heinkel All Rights Reserved
(C) Copyright 2013-2020 Sandro Mani All Rights Reserved
(C) Copyright 2013-2021 Sandro Mani All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
Expand Down
2 changes: 1 addition & 1 deletion _sane.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/***********************************************************
(C) Copyright 2003 A.M. Kuchling. All Rights Reserved
(C) Copyright 2004 A.M. Kuchling, Ralph Heinkel All Rights Reserved
(C) Copyright 2013-2020 Sandro Mani All Rights Reserved
(C) Copyright 2013-2021 Sandro Mani All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __getattr__(cls, name):

# General information about the project.
project = 'python-sane'
copyright = '2003-2020, Andrew Kuchling, Ralph Heinkel, Sandro Mani'
copyright = '2003-2021, Andrew Kuchling, Ralph Heinkel, Sandro Mani'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down

0 comments on commit 7b82aaa

Please sign in to comment.