]> git.sesse.net Git - x264/blobdiff - common/x86/mc.h
Bump dates to 2016
[x264] / common / x86 / mc.h
index fd2bba7fa297d258f2db9748a63d5e75293e34cf..fc283ec5a6495c4ac71c3c80982d52b94e0d19b8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
- * mc.h: h264 encoder library
+ * mc.h: x86 motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2008 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
@@ -19,6 +19,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_I386_MC_H