]> git.sesse.net Git - x264/blobdiff - filters/video/fix_vfr_pts.c
Bump dates to 2016
[x264] / filters / video / fix_vfr_pts.c
index fe99a42b99367d9d585f332f08bde089eb4e4126..94af8287bb29bf0fb9b773196780184d04edef49 100644 (file)
@@ -1,7 +1,9 @@
 /*****************************************************************************
- * fix_vfr_pts.c: x264 video vfr pts fixing filter
+ * fix_vfr_pts.c: vfr pts fixing video filter
  *****************************************************************************
- * Copyright (C) 2010 Steven Walters <kemuri9@gmail.com>
+ * Copyright (C) 2010-2016 x264 project
+ *
+ * Authors: Steven Walters <kemuri9@gmail.com>
  *
  * 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"