diff options
author | Ian Abbott <abbotti@mev.co.uk> | 2014-09-15 13:46:06 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-19 15:55:32 -0700 |
commit | b8d57655fdedd40c8ef234b13b4da05dd607dbb5 (patch) | |
tree | f12f8f431550114286e65b2f44cb1ca77f0299da | |
parent | bfa9facdb13fb7bc47677bc8f590fc816ccd0c9a (diff) | |
download | linux-b8d57655fdedd40c8ef234b13b4da05dd607dbb5.tar.gz linux-b8d57655fdedd40c8ef234b13b4da05dd607dbb5.tar.bz2 linux-b8d57655fdedd40c8ef234b13b4da05dd607dbb5.zip |
staging: comedi: migrate copyrights from "comedi_fc.c"
The "comedi_fc" module was originally written and copyrighted by Frank
Mori Hess, but the functionality has been migrated into the core
"comedi" module. Move the copyright notices over to the affected .c
files in the core comedi module.
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/comedi/comedi_buf.c | 1 | ||||
-rw-r--r-- | drivers/staging/comedi/drivers.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/comedi/comedi_buf.c b/drivers/staging/comedi/comedi_buf.c index c3f5751086a0..c60a45ad12b9 100644 --- a/drivers/staging/comedi/comedi_buf.c +++ b/drivers/staging/comedi/comedi_buf.c @@ -3,6 +3,7 @@ * * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 1997-2000 David A. Schleef <ds@schleef.org> + * Copyright (C) 2002 Frank Mori Hess <fmhess@users.sourceforge.net> * * 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 diff --git a/drivers/staging/comedi/drivers.c b/drivers/staging/comedi/drivers.c index 3c7d86597ae9..3e5bccbc9c39 100644 --- a/drivers/staging/comedi/drivers.c +++ b/drivers/staging/comedi/drivers.c @@ -4,6 +4,7 @@ COMEDI - Linux Control and Measurement Device Interface Copyright (C) 1997-2000 David A. Schleef <ds@schleef.org> + Copyright (C) 2002 Frank Mori Hess <fmhess@users.sourceforge.net> 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 |