]> git.sesse.net Git - x264/commitdiff
Update header in depth.c
authorFiona Glaser <fiona@x264.com>
Wed, 29 Sep 2010 00:48:00 +0000 (17:48 -0700)
committerFiona Glaser <fiona@x264.com>
Sun, 10 Oct 2010 21:43:50 +0000 (14:43 -0700)
filters/video/depth.c

index 92dbeb8cac56331a88360c828d70efd45da81253..ded80f3cfe380bad6c181004902bb6ac1b657368 100644 (file)
@@ -1,7 +1,9 @@
 /*****************************************************************************
- * depth.c: x264 video depth filter
+ * depth.c: bit-depth conversion video filter
  *****************************************************************************
- * Copyright (C) 2010 Oskar Arvidsson <oskar@irock.se>
+ * Copyright (C) 2010 x264 project
+ *
+ * Authors: Oskar Arvidsson <oskar@irock.se>
  *
  * 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
@@ -16,6 +18,9 @@
  * 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.
+ *
+ * This program is also available under a commercial proprietary license.
+ * For more information, contact us at licensing@x264.com.
  *****************************************************************************/
 
 #include "video.h"