From: W. Trevor King Date: Mon, 21 Jun 2010 18:02:11 +0000 (-0400) Subject: Ran update_copyright.py X-Git-Tag: v0.1~28 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ea8efa6738de60058eddd47ff3aa40c6f0e82341;p=cookbook.git Ran update_copyright.py --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..3ead029 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +Cookbook was written by: +W. Trevor King diff --git a/bin/cook.py b/bin/cook.py index 2bdeee8..2a99471 100755 --- a/bin/cook.py +++ b/bin/cook.py @@ -1,6 +1,21 @@ #!/usr/bin/python -# Copyright +# Copyright (C) 2010 W. Trevor King +# +# 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 . import os.path diff --git a/cookbook/cookbook.py b/cookbook/cookbook.py index 253105b..a2ba5a5 100644 --- a/cookbook/cookbook.py +++ b/cookbook/cookbook.py @@ -1,7 +1,22 @@ #!/usr/bin/python # -*- encoding: utf-8 -*- # -# Copyright +# Copyright (C) 2010 W. Trevor King +# +# 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 . """Represent a cookbook and recipes with Python classes. """ diff --git a/cookbook/mom.py b/cookbook/mom.py index e21e586..54336cf 100644 --- a/cookbook/mom.py +++ b/cookbook/mom.py @@ -1,4 +1,19 @@ -# Copyright +# Copyright (C) 2010 W. Trevor King +# +# 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 . """Hack parser for standardizing my Mom's cookbook text. """ diff --git a/cookbook/server.py b/cookbook/server.py index 78bcf4c..004c39a 100644 --- a/cookbook/server.py +++ b/cookbook/server.py @@ -1,4 +1,19 @@ -# Copyright +# Copyright (C) 2010 W. Trevor King +# +# 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 . """Serve cookbooks over HTTP. """ diff --git a/update_copyright.py b/update_copyright.py index 565bbfa..0ada96d 100755 --- a/update_copyright.py +++ b/update_copyright.py @@ -1,6 +1,21 @@ #!/usr/bin/python # -# Copyright +# Copyright (C) 2010 W. Trevor King +# +# 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 . """Automatically update copyright boilerplate.