diff options
author | sr55 <[email protected]> | 2013-03-09 23:07:58 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-03-09 23:07:58 +0000 |
commit | 16477debabd0cd4bdd402529368d806b57a5170e (patch) | |
tree | 0f0deb34938e7ff5071926cbad7354373f4e0d32 /test | |
parent | fb42d9bfafbcb69f6d58d526a99c658359ff16a6 (diff) |
Some further header updates.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5322 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/parsecsv.c | 9 | ||||
-rw-r--r-- | test/parsecsv.h | 9 | ||||
-rw-r--r-- | test/test.c | 9 |
3 files changed, 18 insertions, 9 deletions
diff --git a/test/parsecsv.c b/test/parsecsv.c index f0c2a1ac5..8b287d08b 100644 --- a/test/parsecsv.c +++ b/test/parsecsv.c @@ -1,8 +1,11 @@ -/* $Id: parsecsv.c $ +/* parsecsv.c - This file is part of the HandBrake source code. + Copyright (c) 2003-2013 HandBrake Team + This file is part of the HandBrake source code Homepage: <http://handbrake.fr/>. - It may be used under the terms of the GNU General Public License. */ + It may be used under the terms of the GNU General Public License v2. + For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html + */ #include <fcntl.h> #include "hb.h" diff --git a/test/parsecsv.h b/test/parsecsv.h index ef20792e7..180da178a 100644 --- a/test/parsecsv.h +++ b/test/parsecsv.h @@ -1,8 +1,11 @@ -/* $Id: parsecsv.h $ +/* parsecsv.c - This file is part of the HandBrake source code. + Copyright (c) 2003-2013 HandBrake Team + This file is part of the HandBrake source code Homepage: <http://handbrake.fr/>. - It may be used under the terms of the GNU General Public License. */ + It may be used under the terms of the GNU General Public License v2. + For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html + */ /* A very simple CSV file parser. diff --git a/test/test.c b/test/test.c index d2736e129..c22cb5eb6 100644 --- a/test/test.c +++ b/test/test.c @@ -1,8 +1,11 @@ -/* $Id: test.c,v 1.82 2005/11/19 08:25:54 titer Exp $ +/* test.c - This file is part of the HandBrake source code. + Copyright (c) 2003-2013 HandBrake Team + This file is part of the HandBrake source code Homepage: <http://handbrake.fr/>. - It may be used under the terms of the GNU General Public License. */ + It may be used under the terms of the GNU General Public License v2. + For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html + */ #include <signal.h> #include <getopt.h> |