channel: Add docstring summaries to get_{hard,soft}cal_converter
[pycomedi.git] / pycomedi / library.pyx
index 9c1037dc34d6abd3ed003d19d3f1bf26a10f9ec7..aadb336f01d75aa4d760a6b2b1d617a8ceb92fe1 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2011-2012 W. Trevor King <wking@tremily.us>
+#
+# 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"