Skip to content

Commit 8e343a7

Browse files
committed
update e-mail address
1 parent 6f6230b commit 8e343a7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

AUTHORS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Robert Jordens <[email protected]>
1+
Robert Jordens <[email protected]>
22
Holger Rapp <[email protected]>
33
Olvier Roulet (SINTEF, Norway)
44
Tamas Haraszti (University of Heidelberg and

pydc1394/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*
22
#
3-
# Copyright 2010 Robert Jordens <[email protected]>
3+
# Copyright 2010 Robert Jordens <[email protected]>
44
#
55
# This file is part of pydc1394.
66
#

pydc1394/camera2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*
22
#
3-
# Copyright 2010 Robert Jordens <[email protected]>
3+
# Copyright 2010 Robert Jordens <[email protected]>
44
#
55
# This file is part of pydc1394.
66
#

pydc1394/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2010 Robert Jordens <[email protected]>
3+
# Copyright 2010 Robert Jordens <[email protected]>
44
#
55
# This file is part of pydc1394.
66
#

pydc1394/threaded_camera.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2010 Robert Jordens <[email protected]>
2+
# Copyright 2010 Robert Jordens <[email protected]>
33
#
44
# This file is part of pydc1394.
55
#

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
version="2.0",
3434
description="A Pythonic Wrapper around libdc1394",
3535
author = "Robert Jordens",
36-
author_email = "[email protected]",
36+
author_email = "[email protected]",
3737
url="https://github.com/jordens/pydc1394",
3838
packages = ["pydc1394"],
3939
scripts = glob("examples/*.py"),

0 commit comments

Comments
 (0)