From 91e5939c6350fe2816e485eec546ce5cd9f7798d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 11 May 2012 14:06:14 -0400 Subject: [PATCH] Ran update-copyright.py. --- doc/demo/aout.py | 2 +- doc/demo/cmd.py | 2 +- doc/demo/info.py | 2 +- doc/demo/insn.py | 2 +- doc/demo/pycomedi_demo_args.py | 2 +- pycomedi/__init__.py | 2 +- pycomedi/_comedi_h.pxd | 2 +- pycomedi/_comedilib_h.pxd | 2 +- pycomedi/_error.pyx | 2 +- pycomedi/calibration.pxd | 2 +- pycomedi/calibration.pyx | 2 +- pycomedi/channel.pyx | 2 +- pycomedi/chanspec.pyx | 2 +- pycomedi/command.pxd | 2 +- pycomedi/command.pyx | 2 +- pycomedi/constant.pxd | 2 +- pycomedi/constant.pyx | 2 +- pycomedi/device.pxd | 2 +- pycomedi/device.pyx | 2 +- pycomedi/instruction.pxd | 2 +- pycomedi/instruction.pyx | 2 +- pycomedi/library.pyx | 2 +- pycomedi/range.pxd | 2 +- pycomedi/range.pyx | 2 +- pycomedi/subdevice.pxd | 2 +- pycomedi/subdevice.pyx | 2 +- pycomedi/utility.py | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/doc/demo/aout.py b/doc/demo/aout.py index 117c250..7e74f3a 100755 --- a/doc/demo/aout.py +++ b/doc/demo/aout.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/doc/demo/cmd.py b/doc/demo/cmd.py index ea164be..6c476f1 100755 --- a/doc/demo/cmd.py +++ b/doc/demo/cmd.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/doc/demo/info.py b/doc/demo/info.py index 47c3d8b..f08ff12 100755 --- a/doc/demo/info.py +++ b/doc/demo/info.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/doc/demo/insn.py b/doc/demo/insn.py index bb3e3b7..c45b67e 100755 --- a/doc/demo/insn.py +++ b/doc/demo/insn.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/doc/demo/pycomedi_demo_args.py b/doc/demo/pycomedi_demo_args.py index 5a23c12..4bd5a89 100644 --- a/doc/demo/pycomedi_demo_args.py +++ b/doc/demo/pycomedi_demo_args.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/__init__.py b/pycomedi/__init__.py index 4b12075..83c7f92 100644 --- a/pycomedi/__init__.py +++ b/pycomedi/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2012 W. Trevor King +# Copyright (C) 2008-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/_comedi_h.pxd b/pycomedi/_comedi_h.pxd index 530337c..405343e 100644 --- a/pycomedi/_comedi_h.pxd +++ b/pycomedi/_comedi_h.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/_comedilib_h.pxd b/pycomedi/_comedilib_h.pxd index 659a69b..71563fa 100644 --- a/pycomedi/_comedilib_h.pxd +++ b/pycomedi/_comedilib_h.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/_error.pyx b/pycomedi/_error.pyx index 4cd4cea..1533257 100644 --- a/pycomedi/_error.pyx +++ b/pycomedi/_error.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/calibration.pxd b/pycomedi/calibration.pxd index 25deea8..8f7c6af 100644 --- a/pycomedi/calibration.pxd +++ b/pycomedi/calibration.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/calibration.pyx b/pycomedi/calibration.pyx index 6e046a8..7d5dd80 100644 --- a/pycomedi/calibration.pyx +++ b/pycomedi/calibration.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/channel.pyx b/pycomedi/channel.pyx index 69bd878..8947415 100644 --- a/pycomedi/channel.pyx +++ b/pycomedi/channel.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/chanspec.pyx b/pycomedi/chanspec.pyx index b96e755..c0a3fbf 100644 --- a/pycomedi/chanspec.pyx +++ b/pycomedi/chanspec.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/command.pxd b/pycomedi/command.pxd index 6a26f6b..3cd8c26 100644 --- a/pycomedi/command.pxd +++ b/pycomedi/command.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/command.pyx b/pycomedi/command.pyx index acde61f..7a53835 100644 --- a/pycomedi/command.pyx +++ b/pycomedi/command.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/constant.pxd b/pycomedi/constant.pxd index 99e92a2..a46f494 100644 --- a/pycomedi/constant.pxd +++ b/pycomedi/constant.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/constant.pyx b/pycomedi/constant.pyx index 719075d..b82dc97 100644 --- a/pycomedi/constant.pyx +++ b/pycomedi/constant.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/device.pxd b/pycomedi/device.pxd index 64cddbb..22152d9 100644 --- a/pycomedi/device.pxd +++ b/pycomedi/device.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/device.pyx b/pycomedi/device.pyx index bdff315..62fa73c 100644 --- a/pycomedi/device.pyx +++ b/pycomedi/device.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/instruction.pxd b/pycomedi/instruction.pxd index a2d86c2..f99c04d 100644 --- a/pycomedi/instruction.pxd +++ b/pycomedi/instruction.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/instruction.pyx b/pycomedi/instruction.pyx index 40d88b7..28d370a 100644 --- a/pycomedi/instruction.pyx +++ b/pycomedi/instruction.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/library.pyx b/pycomedi/library.pyx index c2875d1..aadb336 100644 --- a/pycomedi/library.pyx +++ b/pycomedi/library.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/range.pxd b/pycomedi/range.pxd index 4909d5f..ac74cee 100644 --- a/pycomedi/range.pxd +++ b/pycomedi/range.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/range.pyx b/pycomedi/range.pyx index c3e196a..7ceb579 100644 --- a/pycomedi/range.pyx +++ b/pycomedi/range.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/subdevice.pxd b/pycomedi/subdevice.pxd index 5354454..7aa3e83 100644 --- a/pycomedi/subdevice.pxd +++ b/pycomedi/subdevice.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/subdevice.pyx b/pycomedi/subdevice.pyx index 9042e7a..5735fc0 100644 --- a/pycomedi/subdevice.pyx +++ b/pycomedi/subdevice.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # diff --git a/pycomedi/utility.py b/pycomedi/utility.py index 3ce8842..a6c8011 100644 --- a/pycomedi/utility.py +++ b/pycomedi/utility.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pycomedi. # -- 2.26.2