File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
(C) Copyright 2003 A.M. Kuchling. All Rights Reserved
2
2
(C) Copyright 2004 A.M. Kuchling, Ralph Heinkel All Rights Reserved
3
+ (C) Copyright 2013-2017 Sandro Mani All Rights Reserved
3
4
4
5
Permission to use, copy, modify, and distribute this software and its
5
6
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
9
10
Ralph Heinkel not be used in advertising or publicity pertaining to
10
11
distribution of the software without specific, written prior permission.
11
12
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
13
14
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
14
15
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
15
16
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
Original file line number Diff line number Diff line change 1
1
/***********************************************************
2
2
(C) Copyright 2003 A.M. Kuchling. All Rights Reserved
3
3
(C) Copyright 2004 A.M. Kuchling, Ralph Heinkel All Rights Reserved
4
+ (C) Copyright 2013-2017 Sandro Mani All Rights Reserved
4
5
5
6
Permission to use, copy, modify, and distribute this software and its
6
7
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
10
11
Ralph Heinkel not be used in advertising or publicity pertaining to
11
12
distribution of the software without specific, written prior permission.
12
13
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
14
15
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
15
16
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
16
17
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def __getattr__(cls, name):
71
71
72
72
# General information about the project.
73
73
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'
75
75
76
76
# The version info for the project you're documenting, acts as replacement for
77
77
# |version| and |release|, also used in various other places throughout the
You can’t perform that action at this time.
0 commit comments