From 2d47290b0c8f86339e8e5f315bede522ee40d512 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 15 Mar 2014 23:20:11 +0100 Subject: licensing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- examples/backlight | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'examples/backlight') diff --git a/examples/backlight b/examples/backlight index 59673bb..525948b 100644 --- a/examples/backlight +++ b/examples/backlight @@ -5,6 +5,37 @@ # The example with oscillate the backlight between 50 % # and 100 % but include any manual adjustments. + +# This file is dual-licensed under GNU General Public License +# version 3 and GNU Free Documentation License version 1.3. + + +# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# +# This program 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. +# +# This program 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 this program. If not, see . + + +# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# +# Permission is granted to copy, distribute and/or modify this document +# under the terms of the GNU Free Documentation License, Version 1.3 +# or any later version published by the Free Software Foundation; +# with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. +# You should have received a copy of the GNU General Public License +# along with this software package. If not, see . + + import math -- cgit v1.2.3-70-g09d2