about summary refs log tree commit diff
path: root/lib/Sound
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2017-09-26 19:43:04 +0200
committersternenseemann <git@lukasepple.de>2017-09-26 19:50:08 +0200
commit04bc3e79a291e80b8223c9893f0a6381280ca1ff (patch)
tree1f4d3631413608d1d79bbb8b7f5f87949033e9ab /lib/Sound
parentdd3605e43857194cad4746685fa2667ddb11d321 (diff)
Properly AGPL-ify
Diffstat (limited to 'lib/Sound')
-rw-r--r--lib/Sound/Likely.hs17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/Sound/Likely.hs b/lib/Sound/Likely.hs
index 8eb7cda..370209a 100644
--- a/lib/Sound/Likely.hs
+++ b/lib/Sound/Likely.hs
@@ -1,3 +1,20 @@
+--  Copyright 2017 Lukas Epple
+--
+--  This file is part of likely music.
+--
+--  likely music is free software: you can redistribute it and/or modify
+--  it under the terms of the GNU Affero General Public License as published by
+--  the Free Software Foundation, either version 3 of the License, or
+--  (at your option) any later version.
+--
+--  likely music 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 Affero General Public License for more details.
+--
+--  You should have received a copy of the GNU Affero General Public License
+--  along with likely music. If not, see <http://www.gnu.org/licenses/>.
+
 {-# LANGUAGE OverloadedStrings #-}
 {-# LANGUAGE FlexibleInstances #-}
 module Sound.Likely