1
0
mirror of https://github.com/danog/learn-bash.git synced 2024-11-30 04:19:06 +01:00

Updated the website

This commit is contained in:
Daniil 2016-01-01 13:27:46 +00:00
parent 2918b3dde2
commit 998279a6ca
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2015 Shu Uesugi
Copyright (c) 2016 Shu Uesugi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -9,7 +9,7 @@
[ -f /bin/bash ] && bash="/bin/bash" || bash="$(which -a bash | tail -1)"
echo "Video download script - Copyright (C) 2015 Daniil Gentili (http://daniil.it)
echo "Video download script - Copyright (C) 2016 Daniil Gentili (http://daniil.it)
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; see the LICENSE file."