From: W. Trevor King Date: Tue, 17 Apr 2012 16:37:15 +0000 (-0400) Subject: Ran update-copyright.py. X-Git-Tag: 0.5~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4240832125df0f97bf06f12bb285163fe3e9e6b0;p=pycomedi.git Ran update-copyright.py. --- diff --git a/doc/demo/aout.py b/doc/demo/aout.py index b3db7c7..117c250 100755 --- a/doc/demo/aout.py +++ b/doc/demo/aout.py @@ -1,6 +1,20 @@ #!/usr/bin/env python # -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# 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 . """Output a series of data files using an analog output Comedi subdevice. """ diff --git a/doc/demo/cmd.py b/doc/demo/cmd.py index e9a1969..e2be286 100755 --- a/doc/demo/cmd.py +++ b/doc/demo/cmd.py @@ -1,6 +1,20 @@ #!/usr/bin/env python # -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# 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 . """Use comedi commands for asyncronous input. diff --git a/doc/demo/info.py b/doc/demo/info.py index 497f671..47c3d8b 100755 --- a/doc/demo/info.py +++ b/doc/demo/info.py @@ -1,6 +1,20 @@ #!/usr/bin/env python # -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# 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 . """Gather and display information about a comedi device. """ diff --git a/doc/demo/insn.py b/doc/demo/insn.py index 41ad918..bb3e3b7 100755 --- a/doc/demo/insn.py +++ b/doc/demo/insn.py @@ -1,6 +1,20 @@ #!/usr/bin/env python # -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# 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 . """Do 3 instructions in one system call to time a multi-sample read. diff --git a/doc/demo/pycomedi_demo_args.py b/doc/demo/pycomedi_demo_args.py index 620cf7d..4a24863 100644 --- a/doc/demo/pycomedi_demo_args.py +++ b/doc/demo/pycomedi_demo_args.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# 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 . import argparse as _argparse import logging as _logging