]> git.sesse.net Git - x264/blobdiff - gtk/x264_gtk_cqm.c
Update file headers throughout x264
[x264] / gtk / x264_gtk_cqm.c
index 28b51ea1914e293fe159b3acb76c0202d29cb551..4312f8e57f04ef5798e03020ef21af7a5e0ad7e8 100644 (file)
@@ -1,3 +1,23 @@
+/*****************************************************************************
+ * x264_gtk_cqm.c: h264 gtk encoder frontend
+ *****************************************************************************
+ * Copyright (C) 2006 Vincent Torri
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.
+ *****************************************************************************/
+
 #if defined __FreeBSD__ || defined __OpenBSD__ || defined __NetBSD__ || defined __DragonFly__
 #  include <inttypes.h>
 #else