diff options
author | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-22 11:02:04 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-22 11:02:04 +0200 |
commit | ecc7f3375b887729e45e1e838dbffde44d954b43 (patch) | |
tree | c9dda668809837311f1b8e30f90737750f74b121 /libwardrobe/COPYING | |
parent | dc6e3c0b2686c8dbad631b4211fd0db141e5cace (diff) | |
download | pianobar-ecc7f3375b887729e45e1e838dbffde44d954b43.tar.gz pianobar-ecc7f3375b887729e45e1e838dbffde44d954b43.tar.bz2 pianobar-ecc7f3375b887729e45e1e838dbffde44d954b43.zip |
wardrobe: libwardrobe is a last.fm scrobbling library
Diffstat (limited to 'libwardrobe/COPYING')
-rw-r--r-- | libwardrobe/COPYING | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libwardrobe/COPYING b/libwardrobe/COPYING new file mode 100644 index 0000000..ce56cec --- /dev/null +++ b/libwardrobe/COPYING @@ -0,0 +1,19 @@ +Copyright (c) 2008 Lars-Dominik Braun + +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. |