]> git.sesse.net Git - x264/blobdiff - common/visualize.h
Minor asm changes
[x264] / common / visualize.h
index f9753d717b94484a81942d695f1d2433bbcfdc2e..d07e2d65e78f23ff38c10a75152ce1c5d97a5dc0 100644 (file)
@@ -1,7 +1,9 @@
 /*****************************************************************************
- * x264: h264 encoder
+ * visualize.h: visualization
  *****************************************************************************
- * Copyright (C) 2005 Tuukka Toivonen <tuukkat@ee.oulu.fi>
+ * Copyright (C) 2005-2012 x264 project
+ *
+ * Authors: Tuukka Toivonen <tuukkat@ee.oulu.fi>
  *
  * 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.
  *****************************************************************************/
 
 #ifndef X264_VISUALIZE_H