Skip to content

Commit 682c63f

Browse files
committed
Update copyright
1 parent 6f4a14c commit 682c63f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

COPYING

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
(C) Copyright 2003 A.M. Kuchling. All Rights Reserved
22
(C) Copyright 2004 A.M. Kuchling, Ralph Heinkel All Rights Reserved
3+
(C) Copyright 2013-2017 Sandro Mani All Rights Reserved
34

45
Permission to use, copy, modify, and distribute this software and its
56
documentation for any purpose and without fee is hereby granted,
@@ -9,7 +10,7 @@ supporting documentation, and that the name of A.M. Kuchling and
910
Ralph Heinkel not be used in advertising or publicity pertaining to
1011
distribution of the software without specific, written prior permission.
1112

12-
A.M. KUCHLING, R.H. HEINKEL DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
13+
A.M. KUCHLING, R.H. HEINKEL S. MANI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
1314
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
1415
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
1516
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF

_sane.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/***********************************************************
22
(C) Copyright 2003 A.M. Kuchling. All Rights Reserved
33
(C) Copyright 2004 A.M. Kuchling, Ralph Heinkel All Rights Reserved
4+
(C) Copyright 2013-2017 Sandro Mani All Rights Reserved
45
56
Permission to use, copy, modify, and distribute this software and its
67
documentation for any purpose and without fee is hereby granted,
@@ -10,7 +11,7 @@ supporting documentation, and that the name of A.M. Kuchling and
1011
Ralph Heinkel not be used in advertising or publicity pertaining to
1112
distribution of the software without specific, written prior permission.
1213
13-
A.M. KUCHLING, R.H. HEINKEL DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
14+
A.M. KUCHLING, R.H. HEINKEL S. MANI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
1415
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
1516
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
1617
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __getattr__(cls, name):
7171

7272
# General information about the project.
7373
project = u'python-sane'
74-
copyright = u'2003-2015, Andrew Kuchling, Ralph Heinkel, Sandro Mani'
74+
copyright = u'2003-2017, Andrew Kuchling, Ralph Heinkel, Sandro Mani'
7575

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

0 commit comments

Comments
 (0)