Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix missing license blocks.
  • Loading branch information
cmdln committed Jun 30, 2010
1 parent a92a1e0 commit 21c7d5f
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flashbake/console.py
Expand Up @@ -33,7 +33,7 @@



VERSION = '0.26.1'
VERSION = '0.26.2'
pattern = '.flashbake'

def main():
Expand Down
17 changes: 17 additions & 0 deletions 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 <http://www.gnu.org/licenses/>.

from flashbake.plugins import AbstractMessagePlugin
from urllib2 import HTTPError, URLError
Expand Down
17 changes: 17 additions & 0 deletions 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 <http://www.gnu.org/licenses/>.

from flashbake.plugins import AbstractMessagePlugin

class HelloDolly(AbstractMessagePlugin):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 21c7d5f

Please sign in to comment.