Ran update_copyright.py.
authorW. Trevor King <wking@drexel.edu>
Wed, 1 Sep 2010 20:31:08 +0000 (16:31 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 1 Sep 2010 20:31:08 +0000 (16:31 -0400)
contrib/upgrade_playlist_0p1.py
hooke/util/singleton.py
hooke/util/yaml.py

index 4a0cf803c0f1dea3bcef69327dbf0c8594c33f97..354ea3e8f44ed1adf4a2c946d4eee75681214507 100755 (executable)
@@ -1,5 +1,21 @@
 #!/usr/bin/python
-# Copyright
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of Hooke.
+#
+# Hooke is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# Hooke 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 Lesser General
+# Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with Hooke.  If not, see
+# <http://www.gnu.org/licenses/>.
 
 """Upgrade version 0.1 playlists (XML) to the current Hooke playlist
 file format.
index 26a657e728c435c87dfcef849c3f4c695866bdc7..d08a81ff60bacfae1781701641af48ea8e51d9a8 100644 (file)
@@ -1,4 +1,20 @@
-# Copyright
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of Hooke.
+#
+# Hooke is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# Hooke 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 Lesser General
+# Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with Hooke.  If not, see
+# <http://www.gnu.org/licenses/>.
 
 """Define the :class:`Singleton` class.
 
index 25d62fc428acf57c3c26d7fa2ca88669dbc47dd1..c2f7df4712b327fc69da226c759d39c21e7e08b4 100644 (file)
@@ -1,4 +1,20 @@
-# Copyright
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of Hooke.
+#
+# Hooke is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# Hooke 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 Lesser General
+# Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with Hooke.  If not, see
+# <http://www.gnu.org/licenses/>.
 
 """Add representers to YAML to support Hooke.