mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-26 07:08:08 +00:00
Happy new year (a bit late)
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -1,4 +1,4 @@
|
|||||||
butterfly Copyright (C) 2015 Florian Mounier, Kozea
|
butterfly Copyright(C) 2015-2017 Florian Mounier, Kozea
|
||||||
This program is free software: you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -1,4 +1,4 @@
|
|||||||
# ƸӜƷ butterfly 2.0
|
# ƸӜƷ butterfly 3.0 (Not released yet)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -26,7 +26,8 @@ Butterfly is a xterm compatible terminal that runs in your browser.
|
|||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
$ pip install butterfly
|
$ pip install butterfly
|
||||||
$ pip install libsass # If you want to use themes
|
$ pip install butterfly[themes] # If you want to use themes
|
||||||
|
$ pip install butterfly[systemd] # If you want to use systemd
|
||||||
$ butterfly
|
$ butterfly
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -60,7 +61,8 @@ $ systemctl enable butterfly.socket
|
|||||||
$ systemctl start butterfly.socket
|
$ systemctl start butterfly.socket
|
||||||
```
|
```
|
||||||
|
|
||||||
Don't forget to update the /etc/butterfly/butterfly.conf file with your server options (host, port, shell, ...)
|
Don't forget to update the /etc/butterfly/butterfly.conf file with your server options (host, port, shell, ...) and to install butterfly with the [systemd] flag.
|
||||||
|
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
@@ -84,7 +86,7 @@ The js part is based on [term.js](https://github.com/chjj/term.js/) which is bas
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
```
|
```
|
||||||
butterfly Copyright (C) 2015 Florian Mounier
|
butterfly Copyright (C) 2015-2017 Florian Mounier
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# This file is part of butterfly
|
# This file is part of butterfly
|
||||||
#
|
#
|
||||||
# butterfly Copyright (C) 2015 Florian Mounier
|
# butterfly Copyright(C) 2015-2017 Florian Mounier
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# *-* coding: utf-8 *-*
|
# *-* coding: utf-8 *-*
|
||||||
# This file is part of butterfly
|
# This file is part of butterfly
|
||||||
#
|
#
|
||||||
# butterfly Copyright (C) 2015 Florian Mounier
|
# butterfly Copyright(C) 2015-2017 Florian Mounier
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# *-* coding: utf-8 *-*
|
# *-* coding: utf-8 *-*
|
||||||
# This file is part of butterfly
|
# This file is part of butterfly
|
||||||
#
|
#
|
||||||
# butterfly Copyright (C) 2015 Florian Mounier
|
# butterfly Copyright(C) 2015-2017 Florian Mounier
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
|
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
|
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
|
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
|
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
|
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
|
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
|
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
|
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
|
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
|
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
|
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
/* These a the default variables */
|
/* These a the default variables */
|
||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
/* These are all imported files */
|
/* These are all imported files */
|
||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
/* You can change this file to import any webfont: */
|
/* You can change this file to import any webfont: */
|
||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
@@ -111,7 +111,7 @@ body {
|
|||||||
/* You can comment / uncomment the following to enable/disable terminal effects. */
|
/* You can comment / uncomment the following to enable/disable terminal effects. */
|
||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
@@ -163,7 +163,7 @@ body {
|
|||||||
/* @import all_fx */
|
/* @import all_fx */
|
||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
@@ -177,7 +177,7 @@ body {
|
|||||||
/* The color theme is defined in this one: */
|
/* The color theme is defined in this one: */
|
||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
@@ -351,7 +351,7 @@ body {
|
|||||||
|
|
||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
@@ -2786,7 +2786,7 @@ body {
|
|||||||
|
|
||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
@@ -2874,7 +2874,7 @@ body {
|
|||||||
|
|
||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
@@ -2893,7 +2893,7 @@ body {
|
|||||||
|
|
||||||
/* *-* coding: utf-8 *-* */
|
/* *-* coding: utf-8 *-* */
|
||||||
/* This file is part of butterfly */
|
/* This file is part of butterfly */
|
||||||
/* butterfly Copyright (C) 2015 Florian Mounier */
|
/* butterfly Copyright(C) 2015-2017 Florian Mounier */
|
||||||
/* This program is free software: you can redistribute it and/or modify */
|
/* 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 */
|
/* it under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# *-* coding: utf-8 *-*
|
# *-* coding: utf-8 *-*
|
||||||
# This file is part of butterfly
|
# This file is part of butterfly
|
||||||
#
|
#
|
||||||
# butterfly Copyright (C) 2015 Florian Mounier
|
# butterfly Copyright(C) 2015-2017 Florian Mounier
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# *-* coding: utf-8 *-*
|
# *-* coding: utf-8 *-*
|
||||||
# This file is part of butterfly
|
# This file is part of butterfly
|
||||||
#
|
#
|
||||||
# butterfly Copyright (C) 2015 Florian Mounier
|
# butterfly Copyright(C) 2015-2017 Florian Mounier
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# *-* coding: utf-8 *-*
|
# *-* coding: utf-8 *-*
|
||||||
# This file is part of butterfly
|
# This file is part of butterfly
|
||||||
#
|
#
|
||||||
# butterfly Copyright (C) 2015 Florian Mounier
|
# butterfly Copyright(C) 2015-2017 Florian Mounier
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# *-* coding: utf-8 *-*
|
# *-* coding: utf-8 *-*
|
||||||
# This file is part of butterfly
|
# This file is part of butterfly
|
||||||
#
|
#
|
||||||
# butterfly Copyright (C) 2015 Florian Mounier
|
# butterfly Copyright(C) 2015-2017 Florian Mounier
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# *-* coding: utf-8 *-*
|
# *-* coding: utf-8 *-*
|
||||||
# This file is part of butterfly
|
# This file is part of butterfly
|
||||||
#
|
#
|
||||||
# butterfly Copyright (C) 2015 Florian Mounier
|
# butterfly Copyright(C) 2015-2017 Florian Mounier
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# *-* coding: utf-8 *-*
|
# *-* coding: utf-8 *-*
|
||||||
# This file is part of butterfly
|
# This file is part of butterfly
|
||||||
#
|
#
|
||||||
# butterfly Copyright (C) 2015 Florian Mounier
|
# butterfly Copyright(C) 2015-2017 Florian Mounier
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
|||||||
Reference in New Issue
Block a user