diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-12-12 10:04:03 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-12-12 10:04:03 +0100 |
commit | 5b5c607822139ba46fb08da84755ec0218d08151 (patch) | |
tree | 85f625ef496077e940cbcff2e62279578dfabe29 /python/gui/templates/modulator.html | |
parent | fb17763e266d8cea1569d3e51404b3e62835f7f4 (diff) | |
download | dabmod-5b5c607822139ba46fb08da84755ec0218d08151.tar.gz dabmod-5b5c607822139ba46fb08da84755ec0218d08151.tar.bz2 dabmod-5b5c607822139ba46fb08da84755ec0218d08151.zip |
Move licence header in html templates
Diffstat (limited to 'python/gui/templates/modulator.html')
-rw-r--r-- | python/gui/templates/modulator.html | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/python/gui/templates/modulator.html b/python/gui/templates/modulator.html index 6deffb1..016344a 100644 --- a/python/gui/templates/modulator.html +++ b/python/gui/templates/modulator.html @@ -1,23 +1,3 @@ -<!-- - Copyright (C) 2018 - Matthias P. Braendli, matthias.braendli@mpb.li - -This file is part of ODR-DabMod. - -ODR-DabMod is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -ODR-DabMod 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 General Public License for more details. - -You should have received a copy of the GNU General Public License -along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. ---> - <!DOCTYPE html> <html lang="en"> @@ -71,3 +51,23 @@ along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. </div> </body> </html> + +<!-- + Copyright (C) 2018 + Matthias P. Braendli, matthias.braendli@mpb.li + +This file is part of ODR-DabMod. + +ODR-DabMod is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +ODR-DabMod 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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. +--> |