From 4240832125df0f97bf06f12bb285163fe3e9e6b0 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 17 Apr 2012 12:37:15 -0400 Subject: [PATCH] Ran update-copyright.py. --- doc/demo/aout.py | 16 +++++++++++++++- doc/demo/cmd.py | 16 +++++++++++++++- doc/demo/info.py | 16 +++++++++++++++- doc/demo/insn.py | 16 +++++++++++++++- doc/demo/pycomedi_demo_args.py | 16 +++++++++++++++- 5 files changed, 75 insertions(+), 5 deletions(-) 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 -- 2.26.2