Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-2024 Sandro Mani All Rights Reserved
(C) Copyright 2013 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-2024 Sandro Mani All Rights Reserved
(C) Copyright 2013 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 @@ -68,7 +68,7 @@ def __getattr__(cls, name):

# General information about the project.
project = 'python-sane'
copyright = '2003-2024, Andrew Kuchling, Ralph Heinkel, Sandro Mani'
copyright = '2003, 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