diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2012-01-24 21:20:41 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2012-01-24 21:24:53 +0100 |
commit | 6c2c6966fccc825a4b08da1e105e3db78b037108 (patch) | |
tree | 97958b0b1a842821f538091183e3fae7ea398783 /bcm4751_test.c | |
parent | 580e920688fb5b6bd4f09ee58de8a48f719cb08a (diff) | |
download | bcm4751-6c2c6966fccc825a4b08da1e105e3db78b037108.tar.gz bcm4751-6c2c6966fccc825a4b08da1e105e3db78b037108.tar.bz2 bcm4751-6c2c6966fccc825a4b08da1e105e3db78b037108.zip |
Add proper GPLv3+
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Diffstat (limited to 'bcm4751_test.c')
-rw-r--r-- | bcm4751_test.c | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/bcm4751_test.c b/bcm4751_test.c index 1752b29..ac84836 100644 --- a/bcm4751_test.c +++ b/bcm4751_test.c @@ -1,4 +1,19 @@ -// Copyright (C) 2012 Paul Kocialkowski, contact@paulk.fr, GNU GPLv3+ +/* + * Copyright (C) 2012 Paul Kocialkowski <contact@paulk.fr> + * + * 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 <http://www.gnu.org/licenses/>. + */ #include <stdio.h> #include <stdlib.h> |