Skip to content

Commit 76b84b4

Browse files
committed
update file headers
1 parent 27e1e3b commit 76b84b4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

parallel/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# this is a wrapper module for different platform implementations
33
#
44
# (C)2001-2002 Chris Liechti <[email protected]>
5-
# this is distributed under a free software license, see license.txt
5+
#
6+
# SPDX-License-Identifier: BSD-3-Clause
67

78
import os
89
VERSION = "0.3"

parallel/parallelutil.py

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#!/bin/env python
2+
#
3+
# (C) 2002 Chris Liechti <[email protected]>
4+
#
5+
# SPDX-License-Identifier: BSD-3-Clause
6+
17
class BitaccessMeta(type):
28
"""meta class that adds bit access properties to a
39
parallel port implementation"""

parallel/parallelwin32.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# see __init__.py
33
#
44
# (C) 2002 Chris Liechti <[email protected]>
5-
# this is distributed under a free software license, see license.txt
5+
#
6+
# SPDX-License-Identifier: BSD-3-Clause
67
#
78
# thanks to Dincer Aydin [email protected] for his work on the
89
# winioport module: www.geocities.com/dinceraydin/ the graphic below is

0 commit comments

Comments
 (0)