From 04bc3e79a291e80b8223c9893f0a6381280ca1ff Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 26 Sep 2017 19:43:04 +0200 Subject: Properly AGPL-ify --- web/source/custom.css | 18 ++++++++++++++++++ web/source/index.html | 20 ++++++++++++++++++++ web/source/main.js | 17 +++++++++++++++++ 3 files changed, 55 insertions(+) (limited to 'web/source') diff --git a/web/source/custom.css b/web/source/custom.css index 3399e7c..0a937cb 100644 --- a/web/source/custom.css +++ b/web/source/custom.css @@ -1,3 +1,21 @@ +/* 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 . +*/ + body { font-size:1em; font-family: sans-serif; diff --git a/web/source/index.html b/web/source/index.html index ec953ac..c620c64 100644 --- a/web/source/index.html +++ b/web/source/index.html @@ -1,3 +1,23 @@ + diff --git a/web/source/main.js b/web/source/main.js index a12be2f..9fd6c56 100644 --- a/web/source/main.js +++ b/web/source/main.js @@ -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 . + import vis from 'vis'; import { Map } from 'immutable'; // types / internals -- cgit 1.4.1