diff options
-rw-r--r-- | v4l2-apps/lib/frequencies.c | 8 | ||||
-rw-r--r-- | v4l2-apps/lib/v4l2.h | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/v4l2-apps/lib/frequencies.c b/v4l2-apps/lib/frequencies.c index 060d435f9..29fa5d2b9 100644 --- a/v4l2-apps/lib/frequencies.c +++ b/v4l2-apps/lib/frequencies.c @@ -1,6 +1,8 @@ -/* Copyright (C) 1993, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. - Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> - This file is part of the GNU C Library. +/* Copyright (C) 2006 Nathan Laredo <laredo@gnu.org> + Nathan contributed the frequency tables. + + Copyright (C) 2006 Hans Verkuil <hverkuil@xs4all.nl> + Added the iso-std table. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/v4l2-apps/lib/v4l2.h b/v4l2-apps/lib/v4l2.h index 7e6f6ed0b..172688853 100644 --- a/v4l2-apps/lib/v4l2.h +++ b/v4l2-apps/lib/v4l2.h @@ -1,6 +1,4 @@ -/* Copyright (C) 1993, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. - Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> - This file is part of the GNU C Library. +/* Copyright (C) 2006 Hans Verkuil <hverkuil@xs4all.nl> The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |