From 791601485429a8b51b71bdfaa7ed579a08afd6c3 Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Wed, 7 Oct 2015 16:40:50 +0200 Subject: [PATCH] Copyright bump --- LICENSE | 2 +- README.md | 2 +- butterfly.server.py | 4 ++-- butterfly/__init__.py | 2 +- butterfly/sass/_16_colors.sass | 2 +- butterfly/sass/_256_colors.sass | 2 +- butterfly/sass/_colors.sass | 2 +- butterfly/sass/_cursor.sass | 2 +- butterfly/sass/_font.sass | 2 +- butterfly/sass/_layout.sass | 2 +- butterfly/sass/_light_fx.sass | 2 +- butterfly/sass/_term_styles.sass | 2 +- butterfly/sass/main.sass | 2 +- butterfly/static/main.css | 18 +++++++++--------- butterfly/utils.py | 2 +- coffees/ext/clipboard.coffee | 2 +- coffees/ext/selection.coffee | 2 +- coffees/ext/virtual_input.coffee | 2 +- coffees/main.coffee | 2 +- coffees/term.coffee | 2 +- 20 files changed, 29 insertions(+), 29 deletions(-) diff --git a/LICENSE b/LICENSE index e645ed0..b06d796 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -butterfly Copyright (C) 2014 Florian Mounier, Kozea +butterfly Copyright (C) 2015 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/README.md b/README.md index e4ee1f4..fc8adeb 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Run `python dev.py --debug --port=12345` and you are set (yes you can launch it ## License ``` - butterfly Copyright (C) 2014 Florian Mounier + butterfly Copyright (C) 2015 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 diff --git a/butterfly.server.py b/butterfly.server.py index 15f2051..c2de42f 100755 --- a/butterfly.server.py +++ b/butterfly.server.py @@ -3,7 +3,7 @@ # This file is part of butterfly # -# butterfly Copyright (C) 2014 Florian Mounier +# butterfly Copyright (C) 2015 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 @@ -316,7 +316,7 @@ else: print("Either generate them using --generate-certs --host=host " "or run as --unsecure (NOT RECOMMENDED)\n") print("For more information go to http://paradoxxxzero.github.io/" - "2014/03/21/butterfly-with-ssl-auth.html\n") + "2015/03/21/butterfly-with-ssl-auth.html\n") sys.exit(1) ssl_opts = { diff --git a/butterfly/__init__.py b/butterfly/__init__.py index e6a78bf..921af14 100644 --- a/butterfly/__init__.py +++ b/butterfly/__init__.py @@ -1,7 +1,7 @@ # *-* coding: utf-8 *-* # This file is part of butterfly # -# butterfly Copyright (C) 2014 Florian Mounier +# butterfly Copyright (C) 2015 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 diff --git a/butterfly/sass/_16_colors.sass b/butterfly/sass/_16_colors.sass index b16da0b..d49ca46 100644 --- a/butterfly/sass/_16_colors.sass +++ b/butterfly/sass/_16_colors.sass @@ -1,7 +1,7 @@ /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ diff --git a/butterfly/sass/_256_colors.sass b/butterfly/sass/_256_colors.sass index 3e8dc69..cfd8797 100644 --- a/butterfly/sass/_256_colors.sass +++ b/butterfly/sass/_256_colors.sass @@ -1,7 +1,7 @@ /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ diff --git a/butterfly/sass/_colors.sass b/butterfly/sass/_colors.sass index 43480cf..986f367 100644 --- a/butterfly/sass/_colors.sass +++ b/butterfly/sass/_colors.sass @@ -1,7 +1,7 @@ /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ diff --git a/butterfly/sass/_cursor.sass b/butterfly/sass/_cursor.sass index 29fa9ad..64b2e87 100644 --- a/butterfly/sass/_cursor.sass +++ b/butterfly/sass/_cursor.sass @@ -1,7 +1,7 @@ /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ diff --git a/butterfly/sass/_font.sass b/butterfly/sass/_font.sass index 91da303..1eda821 100644 --- a/butterfly/sass/_font.sass +++ b/butterfly/sass/_font.sass @@ -1,7 +1,7 @@ /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ diff --git a/butterfly/sass/_layout.sass b/butterfly/sass/_layout.sass index 51df8a9..6d1b433 100644 --- a/butterfly/sass/_layout.sass +++ b/butterfly/sass/_layout.sass @@ -1,7 +1,7 @@ /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ diff --git a/butterfly/sass/_light_fx.sass b/butterfly/sass/_light_fx.sass index 8b37164..8dafdf1 100644 --- a/butterfly/sass/_light_fx.sass +++ b/butterfly/sass/_light_fx.sass @@ -1,7 +1,7 @@ /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ diff --git a/butterfly/sass/_term_styles.sass b/butterfly/sass/_term_styles.sass index 30e8cbc..5f64a09 100644 --- a/butterfly/sass/_term_styles.sass +++ b/butterfly/sass/_term_styles.sass @@ -1,7 +1,7 @@ /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ diff --git a/butterfly/sass/main.sass b/butterfly/sass/main.sass index 73f27fc..42208f0 100644 --- a/butterfly/sass/main.sass +++ b/butterfly/sass/main.sass @@ -1,7 +1,7 @@ /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ diff --git a/butterfly/static/main.css b/butterfly/static/main.css index 8741c56..9bda4bf 100644 --- a/butterfly/static/main.css +++ b/butterfly/static/main.css @@ -1,6 +1,6 @@ /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ @@ -19,7 +19,7 @@ /* You can change this file to import any webfont: */ /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ @@ -72,7 +72,7 @@ body { /* You can comment / uncomment the following to enable/disable terminal effects. */ /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ @@ -130,7 +130,7 @@ body { /* @import all_fx */ /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ @@ -144,7 +144,7 @@ body { /* The color theme is defined in this one: */ /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ @@ -350,7 +350,7 @@ body { /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ @@ -3027,7 +3027,7 @@ body { /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ @@ -3085,7 +3085,7 @@ body { /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ @@ -3104,7 +3104,7 @@ body { /* *-* coding: utf-8 *-* */ /* This file is part of butterfly */ -/* butterfly Copyright (C) 2014 Florian Mounier */ +/* butterfly Copyright (C) 2015 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 */ diff --git a/butterfly/utils.py b/butterfly/utils.py index 46d8fd5..796bbab 100644 --- a/butterfly/utils.py +++ b/butterfly/utils.py @@ -1,7 +1,7 @@ # *-* coding: utf-8 *-* # This file is part of butterfly # -# butterfly Copyright (C) 2014 Florian Mounier +# butterfly Copyright (C) 2015 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 diff --git a/coffees/ext/clipboard.coffee b/coffees/ext/clipboard.coffee index b982b6b..845e820 100644 --- a/coffees/ext/clipboard.coffee +++ b/coffees/ext/clipboard.coffee @@ -1,7 +1,7 @@ # *-* coding: utf-8 *-* # This file is part of butterfly # -# butterfly Copyright (C) 2014 Florian Mounier +# butterfly Copyright (C) 2015 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 diff --git a/coffees/ext/selection.coffee b/coffees/ext/selection.coffee index 41a5707..6ce85f5 100644 --- a/coffees/ext/selection.coffee +++ b/coffees/ext/selection.coffee @@ -1,7 +1,7 @@ # *-* coding: utf-8 *-* # This file is part of butterfly # -# butterfly Copyright (C) 2014 Florian Mounier +# butterfly Copyright (C) 2015 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 diff --git a/coffees/ext/virtual_input.coffee b/coffees/ext/virtual_input.coffee index a5951e2..9fcc637 100644 --- a/coffees/ext/virtual_input.coffee +++ b/coffees/ext/virtual_input.coffee @@ -1,7 +1,7 @@ # *-* coding: utf-8 *-* # This file is part of butterfly # -# butterfly Copyright (C) 2014 Florian Mounier +# butterfly Copyright (C) 2015 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 diff --git a/coffees/main.coffee b/coffees/main.coffee index 83e05e7..6426fe4 100644 --- a/coffees/main.coffee +++ b/coffees/main.coffee @@ -1,7 +1,7 @@ # *-* coding: utf-8 *-* # This file is part of butterfly # -# butterfly Copyright (C) 2014 Florian Mounier +# butterfly Copyright (C) 2015 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 diff --git a/coffees/term.coffee b/coffees/term.coffee index 9f4f1f0..1884fe4 100644 --- a/coffees/term.coffee +++ b/coffees/term.coffee @@ -1,7 +1,7 @@ # *-* coding: utf-8 *-* # This file is part of butterfly # -# butterfly Copyright (C) 2014 Florian Mounier +# butterfly Copyright (C) 2015 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