diff --git a/LICENSE b/LICENSE index c625bfb..e645ed0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -wdb Copyright (C) 2012 Florian Mounier, Kozea +butterfly Copyright (C) 2014 Florian Mounier, Kozea This program 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 diff --git a/butterfly/__init__.py b/butterfly/__init__.py index a3dffd1..a37818a 100644 --- a/butterfly/__init__.py +++ b/butterfly/__init__.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = '1.0.6' +__version__ = '1.1.0' import os diff --git a/butterfly/static/sass/main.sass b/butterfly/static/sass/main.sass index b9c938a..661d23c 100644 --- a/butterfly/static/sass/main.sass +++ b/butterfly/static/sass/main.sass @@ -1,3 +1,20 @@ +/* *-* coding: utf-8 *-* +/* This file is part of butterfly +/* +/* butterfly Copyright (C) 2014 Florian Mounier +/* This program 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. +/* +/* This program 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 this program. If not, see . + @import compass/css3 +font-face("SourceCodePro", font-files("SourceCodePro-ExtraLight.otf"), "", 100, normal) diff --git a/butterfly/templates/index.html b/butterfly/templates/index.html index 583c9ab..2982aac 100644 --- a/butterfly/templates/index.html +++ b/butterfly/templates/index.html @@ -4,8 +4,8 @@ - - + + Butterfly @@ -13,10 +13,7 @@ - -
-
- +
diff --git a/setup.py b/setup.py index 710a45d..3bd2ca2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """ -wdb +Butterfly - A sleek web based terminal emulator """ import os import re