Ran update_copyright.py
authorW. Trevor King <wking@drexel.edu>
Mon, 21 Jun 2010 18:02:11 +0000 (14:02 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 21 Jun 2010 18:02:29 +0000 (14:02 -0400)
AUTHORS [new file with mode: 0644]
bin/cook.py
cookbook/cookbook.py
cookbook/mom.py
cookbook/server.py
update_copyright.py

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..3ead029
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,2 @@
+Cookbook was written by:
+W. Trevor King <wking@drexel.edu>
index 2bdeee847747e94c2df723b473471ee965e163fc..2a994712ffd2a76cb4940862bfd67095d4a1306e 100755 (executable)
@@ -1,6 +1,21 @@
 #!/usr/bin/python
 
-# Copyright
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of Cookbook.
+#
+# Cookbook 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 3 of the License, or (at your
+# option) any later version.
+#
+# Cookbook 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 Cookbook.  If not, see <http://www.gnu.org/licenses/>.
 
 import os.path
 
index 253105b73836b87c3dd816d7825d4807c06aec25..a2ba5a524d09432f796fc3d2ffae211f1b5d59ee 100644 (file)
@@ -1,7 +1,22 @@
 #!/usr/bin/python
 # -*- encoding: utf-8 -*-
 #
-# Copyright
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of Cookbook.
+#
+# Cookbook 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 3 of the License, or (at your
+# option) any later version.
+#
+# Cookbook 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 Cookbook.  If not, see <http://www.gnu.org/licenses/>.
 
 """Represent a cookbook and recipes with Python classes.
 """
index e21e58645d646df0ea02b1d6235d91098a1a4a48..54336cfa0ded8447b93997d5702c5026594045be 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of Cookbook.
+#
+# Cookbook 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 3 of the License, or (at your
+# option) any later version.
+#
+# Cookbook 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 Cookbook.  If not, see <http://www.gnu.org/licenses/>.
 
 """Hack parser for standardizing my Mom's cookbook text.
 """
index 78bcf4c4ffb26d3152be1ff646a0978c748f9620..004c39a6e93fd33e1c57e7b8d2f046ba75a1c6e3 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of Cookbook.
+#
+# Cookbook 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 3 of the License, or (at your
+# option) any later version.
+#
+# Cookbook 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 Cookbook.  If not, see <http://www.gnu.org/licenses/>.
 
 """Serve cookbooks over HTTP.
 """
index 565bbfa970c7f875308625735696bbbf8db175e0..0ada96dac83d1a8c693b19291ab4e5cddf2f2039 100755 (executable)
@@ -1,6 +1,21 @@
 #!/usr/bin/python
 #
-# Copyright
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of Cookbook.
+#
+# Cookbook 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 3 of the License, or (at your
+# option) any later version.
+#
+# Cookbook 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 Cookbook.  If not, see <http://www.gnu.org/licenses/>.
 
 """Automatically update copyright boilerplate.