mirror of
https://github.com/sigmasternchen/Anineko
synced 2025-03-15 19:48:54 +00:00
added licence headers
This commit is contained in:
parent
1364dc961b
commit
059f69fff1
3 changed files with 33 additions and 1 deletions
16
anineko
16
anineko
|
@ -1,4 +1,20 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# Copyright 2014 overflowerror (https://github.com/overflowerror/)
|
||||||
|
#
|
||||||
|
# This file is part of Anineko.
|
||||||
|
#
|
||||||
|
# Anineko 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.
|
||||||
|
#
|
||||||
|
# Anineko 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 Anineko. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
export useragent="Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37... nope, actually wget"
|
export useragent="Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37... nope, actually wget"
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
64473bff9c4d0d9319ecd8f4ecc4bbb1
|
8245d86ee52377c61ee7789d6de5c9fe
|
||||||
|
|
16
install
16
install
|
@ -1,4 +1,20 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# Copyright 2014 overflowerror (https://github.com/overflowerror/)
|
||||||
|
#
|
||||||
|
# This file is part of Anineko.
|
||||||
|
#
|
||||||
|
# Anineko 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.
|
||||||
|
#
|
||||||
|
# Anineko 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 Anineko. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
echo "Welcome to the Anineko install/update-script."
|
echo "Welcome to the Anineko install/update-script."
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue