diff --git a/flashbake/console.py b/flashbake/console.py index 29a90d4..819584f 100755 --- a/flashbake/console.py +++ b/flashbake/console.py @@ -33,7 +33,7 @@ -VERSION = '0.26.1' +VERSION = '0.26.2' pattern = '.flashbake' def main(): diff --git a/flashbake/plugins/location.py b/flashbake/plugins/location.py index 4bbfcef..96683f3 100644 --- a/flashbake/plugins/location.py +++ b/flashbake/plugins/location.py @@ -1,5 +1,22 @@ # location.py # Net location plugin. +# +# copyright 2009 Thomas Gideon +# +# This file is part of flashbake. +# +# flashbake 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. +# +# flashbake 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 flashbake. If not, see . from flashbake.plugins import AbstractMessagePlugin from urllib2 import HTTPError, URLError diff --git a/plugins/hellodolly.py b/plugins/hellodolly.py index 3afdd13..53140e6 100644 --- a/plugins/hellodolly.py +++ b/plugins/hellodolly.py @@ -1,3 +1,20 @@ +# copyright 2009 Thomas Gideon +# +# This file is part of flashbake. +# +# flashbake 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. +# +# flashbake 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 flashbake. If not, see . + from flashbake.plugins import AbstractMessagePlugin class HelloDolly(AbstractMessagePlugin): diff --git a/setup.py b/setup.py index e4f3d4e..6423025 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup(name='flashbake', - version='0.26.1', + version='0.26.2', author="Thomas Gideon", author_email="cmdln@thecommandline.net", url="http://thecommandline.net",