8000 license information added · hardbyte/python-can@bed0ade · GitHub
[go: up one dir, main page]

Skip to content

Commit bed0ade

Browse files
committed
license information added
1 parent 201c53f commit bed0ade

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

can/interfaces/socketcand/socketcand.py

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,25 @@
22
Interface to socketcand
33
see https://github.com/linux-can/socketcand
44
5-
Author: Marvin Seiler, Gerrit Telkamp
5+
Authors: Marvin Seiler, Gerrit Telkamp
66
77
Copyright (C) 2021 DOMOLOGIC GmbH
88
http://www.domologic.de
9+
10+
11+
This program is free software; you can redistribute it and/or
12+
modify it under the terms of the GNU Lesser General Public
13+
License as published by the Free Software Foundation; either
14+
version 3 of the License, or (at your option) any later version.
15+
16+
This program is distributed in the hope that it will be useful,
17+
but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19+
Lesser General Public License for more details.
20+
21+
You should have received a copy of the GNU Lesser General Public License
22+
along with this program; if not, write to the Free Software Foundation,
23+
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
924
"""
1025
import can
1126
import socket

0 commit comments

Comments
 (0)
0