Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Commit

Permalink
minified lang file, updated license to MIT, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
alashow committed Aug 19, 2016
1 parent 1bdc5a5 commit a128a87
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 22 deletions.
4 changes: 4 additions & 0 deletions .rignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
/cache*
.git*
deploy.sh

.DS_Store
LICENSE
README.md
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2016 Alashov Berkeli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ Search and Download free music from VK. Using VK [audio search api](https://vk.c
[Android Version repo](https://github.com/alashow/music-android)


## License

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2014 Alashov Berkeli <yunus.alashow@gmail.com>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.
# License
MIT - Alashov Berkeli

2 changes: 1 addition & 1 deletion download.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/* ========================================================================
* Music v1.4.0
* Music v1.4.2
* https://github.com/alashow/music
* ======================================================================== */

Expand Down
2 changes: 1 addition & 1 deletion helper.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/* ========================================================================
* Music v1.3.7
* Music v1.4.2
* https://github.com/alashow/music
* ======================================================================== */
//get your own if doesn't work: https://github.com/alashow/music/wiki#how-to-get-your-own-token
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h4 class="modal-title" data-i18n="settings.title"></h4>
<script src="js/jquery.cookie.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/i18next.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/mustache.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/locales.min.js?v=1.4.1" type="text/javascript" charset="utf-8"></script>
<script src="js/locales.min.js?v=1.4.2" type="text/javascript" charset="utf-8"></script>
<script src="js/app.min.js?v=1.4.1" type="text/javascript" charset="utf-8"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Music v1.4.0
* Music v1.4.2
* https://github.com/alashow/music
* ======================================================================== */

Expand Down
2 changes: 1 addition & 1 deletion js/locales.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Music v1.4.1
* Music v1.4.2
* https://github.com/alashow/music
* ======================================================================== */

Expand Down
2 changes: 1 addition & 1 deletion js/locales.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion search.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/* ========================================================================
* Music v1.4.0
* Music v1.4.2
* https://github.com/alashow/music
* ======================================================================== */

Expand Down

0 comments on commit a128a87

Please sign in to comment.