Run update_copyright.py.
authorW. Trevor King <wking@drexel.edu>
Tue, 24 Jan 2012 18:55:37 +0000 (13:55 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 24 Jan 2012 18:55:37 +0000 (13:55 -0500)
24 files changed:
pycomedi/__init__.py
pycomedi/_comedi_h.pxd
pycomedi/_comedilib_h.pxd
pycomedi/_error.pyx
pycomedi/calibration.pxd
pycomedi/calibration.pyx
pycomedi/channel.pyx
pycomedi/chanspec.pyx
pycomedi/command.pxd
pycomedi/command.pyx
pycomedi/constant.pxd
pycomedi/constant.pyx
pycomedi/device.pxd
pycomedi/device.pyx
pycomedi/instruction.pxd
pycomedi/instruction.pyx
pycomedi/library.pyx
pycomedi/range.pxd
pycomedi/range.pyx
pycomedi/subdevice.pxd
pycomedi/subdevice.pyx
pycomedi/utility.py
setup.py
update_copyright.py

index d6eabe464a1c464edb43d814fc1ed7cfdcb89eeb..e685ca10c810d9048bdb2fd6029c505e958714b9 100644 (file)
@@ -1,17 +1,19 @@
-# Copyright (C) 2008-2011  W. Trevor King
+# Copyright (C) 2008-2012 W. Trevor King <wking@drexel.edu>
 #
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of pycomedi.
 #
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "A Pythonic wrapper around Comedilib"
 
index 234d7516ebdc000d16603283de879393ac2f5093..61703cc2737402779afd4a5d07bd6cd778a232e6 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Cython interface to comedi.h"
 
index 962d66bafb3194d5d91a092df7f26e2acb57b82f..c94f27276a3bca19de80f18950a18d1355d929cc 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Cython interface to comedilib.h"
 
index 003f0e11999fc194c1e4476330e7ac848e52e8cc..900af07e9123fcb9d49d95719d5b8671ccdd1019 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Useful error checking wrappers around Comedilib function calls"
 
index 110f959453d17400cf67933d4261875f027b4216..d344fd7beb9b008d6b9697f9512793d533b74c71 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Expose `CalibratedConverter` internals at the C level for other Cython modules"
 
index baa7a5544d38bb8a49411612fe8c76c74adc31ab..795665795a145eea02bd8bd9cd48376adfec302f 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 """Pythonic wrappers for converting between Comedilib and physical units
 
index c30de498a0510377b81acd6d978c6a5518433bf6..0cf3b44903dc76fd88e59c96431ef4d9a00d9bf2 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Wrap channel-wide Comedi functions in `Channel` and related classes"
 
index 6c8d0016142e2e55f445f78104b78611f0593bfd..ba2f705d6307b8535c7020ed38239b5ce597f04b 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Replace Comedi's CR_PACK and related macros with a Python class"
 
index ff60f7ab29dd5989249a4c88a374bec1277b7b67..7378d2ae08e7aecf4f1867ef59be2b53b87bc047 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Expose `Command` internals at the C level for other Cython modules"
 
index beab7a907c938d989ae403f9688cb160d8610c6c..3c823b377391529b95064254811fc681c27d5c85 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Wrap Comedi's `comedi_cmd` struct in the `Command` class"
 
index 3fa56f5e7a1af6efcaea502629505435579b11d1..cf502f89477857f14a09eae1698b7f2d43484bef 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Expose `BitwiseOperator` internals at the C level for other Cython modules"
 
index 14b051f5ad03dc890a3fd572472879f40160bf96..fd13d191ee51fdd90aa2b31326666246f55bb315 100644 (file)
@@ -1,17 +1,19 @@
-# Copyright (C) 2010  W. Trevor King
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
 #
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of pycomedi.
 #
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 """Enums and flags are bundled into class instances for easier browsing
 
index 9597faeec640dd2168468d98a902c2ba4c603a6a..b8c15185fd41907e27e7a13f8ec5219f6d0b1f7d 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Expose `Device` internals at the C level for other Cython modules"
 
index bcb86727c067d411b98af8a596c156cbdb3550dd..915c7d0f6691c9914ddfa24b5c6047ac7cc8a8dd 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Wrap device-wide Comedi functions in a `Device` class"
 
index 85153e72bd2cd9601f9bb4aceecf8d10099ba71f..6e9f54154919bda924d97f30fb1f13bbb40a3530 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Expose `Insn` internals at the C level for other Cython modules"
 
index 30ee7c4a311c52e12a2fa30c9d7bee2cf06ea9b4..cb1233605a0372bc655d7f0f486c55d1f34b7f9d 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Wrap Comedi's `comedi_insn` struct in the `Insn` class"
 
index 9c1037dc34d6abd3ed003d19d3f1bf26a10f9ec7..ab14655a31f60e62b05afc05160676a1118b008f 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Wrap library-wide Comedi functions in a `Device` class"
 
index 8fc048a70c65aa11c3ea3486ce656637b510c5b2..e8bd8b0d0b7e237b4b68c77da2476d52ce2c7d8d 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Expose `Range` internals at the C level for other Cython modules"
 
index d8f8137dba99efa36f4fa156fee846e7ad1376b5..4cd1fc4c58093b5b16b40ca6cc5d0428e6fc5007 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Wrap `comedi_range` in a Python class"
 
index c237af5943602ad759444ade3bb277899215cd95..927ed833df20915b16b45ee1ebe6ea93ae0090ac 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Expose `Subdevice` internals at the C level for other Cython modules"
 
index e8ca4e546c36b93e211108db07fe3dc1de73db18..d2fe4738e54ae1fc10c619214fcbdc8d4a980c3c 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Wrap subdevice-wide Comedi functions in `Subdevice` and related classes"
 
index 08a83334a98160d90bf5d72a0dbd91c942a9e2f7..bfcc472ce7d7e3cd3cfe3caeb4be7409008b6eae 100644 (file)
@@ -1,17 +1,19 @@
-# Copyright (C) 2010  W. Trevor King
+# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
 #
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of pycomedi.
 #
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "Useful utility functions and classes"
 
index 2f35c8e81d1df519e822bb3734a9190df16ed769..634f4818bc709a825a1686d25b3738da0bf667f6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2008-2012 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of pycomedi.
+#
+# pycomedi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 2 of the License, or (at your
+# option) any later version.
+#
+# pycomedi is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 "An object-oriented interface for the Comedi drivers."
 
index 3781603037fd5d16ff593ab05d4c75d7a54e3595..df616a6d9d2e9674528c1c6352790781b6a1d3c1 100755 (executable)
@@ -1,21 +1,21 @@
 #!/usr/bin/python
 #
-# Copyright (C) 2009-2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2012 W. Trevor King <wking@drexel.edu>
 #
-# This file is part of Bugs Everywhere.
+# This file is part of pycomedi.
 #
-# Bugs Everywhere is free software; you can redistribute it and/or modify it
+# pycomedi is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by the
 # Free Software Foundation, either version 2 of the License, or (at your
 # option) any later version.
 #
-# Bugs Everywhere is distributed in the hope that it will be useful, but
+# pycomedi is distributed in the hope that it will be useful, but
 # WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Bugs Everywhere.  If not, see <http://www.gnu.org/licenses/>.
+# along with pycomedi.  If not, see <http://www.gnu.org/licenses/>.
 
 """Automatically update copyright boilerplate.