From aa93a719a6bf395195df7ad5a866d80502f7e4ef Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 16 Feb 2012 18:01:12 -0500 Subject: [PATCH] Ran update-copyright.py. --- pycomedi/__init__.py | 19 +++++++++---------- pycomedi/_comedi_h.pxd | 23 +++++++++++------------ pycomedi/_comedilib_h.pxd | 19 +++++++++---------- pycomedi/_error.pyx | 19 +++++++++---------- pycomedi/calibration.pxd | 19 +++++++++---------- pycomedi/calibration.pyx | 19 +++++++++---------- pycomedi/channel.pyx | 19 +++++++++---------- pycomedi/chanspec.pyx | 19 +++++++++---------- pycomedi/command.pxd | 19 +++++++++---------- pycomedi/command.pyx | 19 +++++++++---------- pycomedi/constant.pxd | 19 +++++++++---------- pycomedi/constant.pyx | 19 +++++++++---------- pycomedi/device.pxd | 19 +++++++++---------- pycomedi/device.pyx | 19 +++++++++---------- pycomedi/instruction.pxd | 19 +++++++++---------- pycomedi/instruction.pyx | 19 +++++++++---------- pycomedi/library.pyx | 19 +++++++++---------- pycomedi/range.pxd | 19 +++++++++---------- pycomedi/range.pyx | 19 +++++++++---------- pycomedi/subdevice.pxd | 19 +++++++++---------- pycomedi/subdevice.pyx | 19 +++++++++---------- pycomedi/utility.py | 19 +++++++++---------- setup.py | 19 +++++++++---------- 23 files changed, 209 insertions(+), 232 deletions(-) diff --git a/pycomedi/__init__.py b/pycomedi/__init__.py index e685ca1..9d0c0fc 100644 --- a/pycomedi/__init__.py +++ b/pycomedi/__init__.py @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "A Pythonic wrapper around Comedilib" diff --git a/pycomedi/_comedi_h.pxd b/pycomedi/_comedi_h.pxd index 61703cc..530337c 100644 --- a/pycomedi/_comedi_h.pxd +++ b/pycomedi/_comedi_h.pxd @@ -2,18 +2,17 @@ # # 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 . +# 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 . "Cython interface to comedi.h" diff --git a/pycomedi/_comedilib_h.pxd b/pycomedi/_comedilib_h.pxd index c94f272..659a69b 100644 --- a/pycomedi/_comedilib_h.pxd +++ b/pycomedi/_comedilib_h.pxd @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Cython interface to comedilib.h" diff --git a/pycomedi/_error.pyx b/pycomedi/_error.pyx index 900af07..8a49add 100644 --- a/pycomedi/_error.pyx +++ b/pycomedi/_error.pyx @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Useful error checking wrappers around Comedilib function calls" diff --git a/pycomedi/calibration.pxd b/pycomedi/calibration.pxd index d344fd7..25deea8 100644 --- a/pycomedi/calibration.pxd +++ b/pycomedi/calibration.pxd @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Expose `CalibratedConverter` internals at the C level for other Cython modules" diff --git a/pycomedi/calibration.pyx b/pycomedi/calibration.pyx index 7956657..953fee5 100644 --- a/pycomedi/calibration.pyx +++ b/pycomedi/calibration.pyx @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . """Pythonic wrappers for converting between Comedilib and physical units diff --git a/pycomedi/channel.pyx b/pycomedi/channel.pyx index 0cf3b44..015635f 100644 --- a/pycomedi/channel.pyx +++ b/pycomedi/channel.pyx @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Wrap channel-wide Comedi functions in `Channel` and related classes" diff --git a/pycomedi/chanspec.pyx b/pycomedi/chanspec.pyx index ba2f705..b96e755 100644 --- a/pycomedi/chanspec.pyx +++ b/pycomedi/chanspec.pyx @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Replace Comedi's CR_PACK and related macros with a Python class" diff --git a/pycomedi/command.pxd b/pycomedi/command.pxd index 7378d2a..6a26f6b 100644 --- a/pycomedi/command.pxd +++ b/pycomedi/command.pxd @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Expose `Command` internals at the C level for other Cython modules" diff --git a/pycomedi/command.pyx b/pycomedi/command.pyx index 3c823b3..acde61f 100644 --- a/pycomedi/command.pyx +++ b/pycomedi/command.pyx @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Wrap Comedi's `comedi_cmd` struct in the `Command` class" diff --git a/pycomedi/constant.pxd b/pycomedi/constant.pxd index cf502f8..99e92a2 100644 --- a/pycomedi/constant.pxd +++ b/pycomedi/constant.pxd @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Expose `BitwiseOperator` internals at the C level for other Cython modules" diff --git a/pycomedi/constant.pyx b/pycomedi/constant.pyx index fd13d19..91e9bf3 100644 --- a/pycomedi/constant.pyx +++ b/pycomedi/constant.pyx @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . """Enums and flags are bundled into class instances for easier browsing diff --git a/pycomedi/device.pxd b/pycomedi/device.pxd index b8c1518..64cddbb 100644 --- a/pycomedi/device.pxd +++ b/pycomedi/device.pxd @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Expose `Device` internals at the C level for other Cython modules" diff --git a/pycomedi/device.pyx b/pycomedi/device.pyx index 915c7d0..6fbe724 100644 --- a/pycomedi/device.pyx +++ b/pycomedi/device.pyx @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Wrap device-wide Comedi functions in a `Device` class" diff --git a/pycomedi/instruction.pxd b/pycomedi/instruction.pxd index 6e9f541..a2d86c2 100644 --- a/pycomedi/instruction.pxd +++ b/pycomedi/instruction.pxd @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Expose `Insn` internals at the C level for other Cython modules" diff --git a/pycomedi/instruction.pyx b/pycomedi/instruction.pyx index cb12336..40d88b7 100644 --- a/pycomedi/instruction.pyx +++ b/pycomedi/instruction.pyx @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Wrap Comedi's `comedi_insn` struct in the `Insn` class" diff --git a/pycomedi/library.pyx b/pycomedi/library.pyx index ab14655..c2875d1 100644 --- a/pycomedi/library.pyx +++ b/pycomedi/library.pyx @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Wrap library-wide Comedi functions in a `Device` class" diff --git a/pycomedi/range.pxd b/pycomedi/range.pxd index e8bd8b0..4909d5f 100644 --- a/pycomedi/range.pxd +++ b/pycomedi/range.pxd @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Expose `Range` internals at the C level for other Cython modules" diff --git a/pycomedi/range.pyx b/pycomedi/range.pyx index 4cd1fc4..c3e196a 100644 --- a/pycomedi/range.pyx +++ b/pycomedi/range.pyx @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Wrap `comedi_range` in a Python class" diff --git a/pycomedi/subdevice.pxd b/pycomedi/subdevice.pxd index 927ed83..5354454 100644 --- a/pycomedi/subdevice.pxd +++ b/pycomedi/subdevice.pxd @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Expose `Subdevice` internals at the C level for other Cython modules" diff --git a/pycomedi/subdevice.pyx b/pycomedi/subdevice.pyx index d2fe473..a38c434 100644 --- a/pycomedi/subdevice.pyx +++ b/pycomedi/subdevice.pyx @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Wrap subdevice-wide Comedi functions in `Subdevice` and related classes" diff --git a/pycomedi/utility.py b/pycomedi/utility.py index bfcc472..166eafb 100644 --- a/pycomedi/utility.py +++ b/pycomedi/utility.py @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "Useful utility functions and classes" diff --git a/setup.py b/setup.py index 634f481..b9b4183 100644 --- a/setup.py +++ b/setup.py @@ -2,18 +2,17 @@ # # 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 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. +# 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 . +# You should have received a copy of the GNU General Public License along with +# pycomedi. If not, see . "An object-oriented interface for the Comedi drivers." -- 2.26.2