diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-08-21 21:37:10 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2008-08-21 21:37:10 -0400 |
commit | 87eb1f67e4981f3a09825012f16af0107a7adb45 (patch) | |
tree | 0702354de882757c30c3e9bcb302dec1f587eff6 /linux/drivers/media/dvb/siano/smscoreapi.c | |
parent | d1c3ce25c000fa72c7bfb3b42d88bfbe4f5e37fa (diff) | |
download | mediapointer-dvb-s2-87eb1f67e4981f3a09825012f16af0107a7adb45.tar.gz mediapointer-dvb-s2-87eb1f67e4981f3a09825012f16af0107a7adb45.tar.bz2 |
sms1xxx: fix typo in license header
From: Michael Krufky <mkrufky@linuxtv.org>
This should have read, "GNU General Public License version 2"
rather than, "GNU General Public License version 3"
This was actually a typo mass-blunder -- this is not a change in licence,
as the code was always GPLv2.
Priority: high
Signed-off-by: Uri Shkolnik <uris@siano-ms.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/siano/smscoreapi.c')
-rw-r--r-- | linux/drivers/media/dvb/siano/smscoreapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/siano/smscoreapi.c b/linux/drivers/media/dvb/siano/smscoreapi.c index 4781997f6..700a0a6a7 100644 --- a/linux/drivers/media/dvb/siano/smscoreapi.c +++ b/linux/drivers/media/dvb/siano/smscoreapi.c @@ -8,7 +8,7 @@ * Copyright (c), 2005-2008 Siano Mobile Silicon, Inc. * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3 as + * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation; * * Software distributed under the License is distributed on an "AS IS" |