]> granicus.if.org Git - handbrake/commitdiff
Some further header updates.
authorsr55 <sr55.hb@outlook.com>
Sat, 9 Mar 2013 23:07:58 +0000 (23:07 +0000)
committersr55 <sr55.hb@outlook.com>
Sat, 9 Mar 2013 23:07:58 +0000 (23:07 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5322 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/platform/macosx/encca_aac.c
test/parsecsv.c
test/parsecsv.h
test/test.c

index 98e5ddfaf35552efd54e3f346660ead70d26c445..a5c7488a569eaad5a8592745490d888bc2893559 100644 (file)
@@ -1,6 +1,6 @@
 /* encca_aac.c
 
-   Copyright (c) 2003-2012 HandBrake Team
+   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 v2.
index f0c2a1ac55fb9a41355a49853c4a82c7b3a31f32..8b287d08bb99f2f28bd4cfcdb8f7787567fe06e4 100644 (file)
@@ -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"
index ef20792e7001d9bf2b098d1607c3bbb195773f24..180da178ab098267ccf31200d32eef6308f12497 100644 (file)
@@ -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.
index d2736e129341fef8ffba4288aa7822e5ab15e98e..c22cb5eb6cf94df2166d1996aeb41e7573ffb7f8 100644 (file)
@@ -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>