|
2 | 2 | # |
3 | 3 | # CAN Interface API, Version 3 (Python Wrapper) |
4 | 4 | # |
5 | | -# Copyright (c) 2005-2024 Uwe Vogt, UV Software, Berlin (info@uv-software.com) |
| 5 | +# Copyright (c) 2005-2025 Uwe Vogt, UV Software, Berlin (info@uv-software.com) |
6 | 6 | # All rights reserved. |
7 | 7 | # |
8 | 8 | # This file is part of CAN API V3. |
9 | 9 | # |
10 | 10 | # CAN API V3 is dual-licensed under the BSD 2-Clause "Simplified" License and |
11 | | -# under the GNU General Public License v3.0 (or any later version). You can |
| 11 | +# under the GNU General Public License v2.0 (or any later version). You can |
12 | 12 | # choose between one of them if you use CAN API V3 in whole or in part. |
13 | 13 | # |
14 | | -# BSD 2-Clause Simplified License: |
| 14 | +# (1) BSD 2-Clause "Simplified" License |
| 15 | +# |
15 | 16 | # Redistribution and use in source and binary forms, with or without |
16 | 17 | # modification, are permitted provided that the following conditions are met: |
17 | 18 | # 1. Redistributions of source code must retain the above copyright notice, this |
|
31 | 32 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
32 | 33 | # OF CAN API V3, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
33 | 34 | # |
34 | | -# GNU General Public License v3.0 or later: |
35 | | -# CAN API V3 is free software: you can redistribute it and/or modify |
| 35 | +# (2) GNU General Public License v2.0 or later |
| 36 | +# |
| 37 | +# CAN API V3 is free software; you can redistribute it and/or modify |
36 | 38 | # it under the terms of the GNU General Public License as published by |
37 | | -# the Free Software Foundation, either version 3 of the License, or |
| 39 | +# the Free Software Foundation; either version 2 of the License, or |
38 | 40 | # (at your option) any later version. |
39 | 41 | # |
40 | 42 | # CAN API V3 is distributed in the hope that it will be useful, |
41 | 43 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
42 | 44 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
43 | 45 | # GNU General Public License for more details. |
44 | 46 | # |
45 | | -# You should have received a copy of the GNU General Public License |
46 | | -# along with CAN API V3. If not, see <https://www.gnu.org/licenses/>. |
| 47 | +# You should have received a copy of the GNU General Public License along |
| 48 | +# with CAN API V3; if not, see <https://www.gnu.org/licenses/>. |
47 | 49 | # |
48 | 50 | """ |
49 | 51 | CAN API V3 Python Wrapper for generic CAN Interfaces. |
|
54 | 56 |
|
55 | 57 | $Author: quaoar $ |
56 | 58 |
|
57 | | - $Rev: 1278 $ |
| 59 | + $Rev: 1408 $ |
58 | 60 | """ |
59 | 61 | from ctypes import * |
60 | 62 | import platform |
@@ -916,5 +918,5 @@ def len2dlc(length): |
916 | 918 | # have a great time |
917 | 919 | print('Bye, bye!') |
918 | 920 |
|
919 | | -# * $Id: CANAPI.py 1278 2024-04-23 08:34:36Z quaoar $ *** (c) UV Software, Berlin *** |
| 921 | +# * $Id: CANAPI.py 1408 2025-01-16 20:34:17Z quaoar $ *** (c) UV Software, Berlin *** |
920 | 922 | # |
0 commit comments