<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><div>From 1bea85513646e4d9d992bbe326a9cb3275ec313a Mon Sep 17 00:00:00 2001</div><div>From: Min Chen <min.chen@multicorewareinc.com></div><div>Date: Mon, 24 Oct 2016 16:38:55 -0500</div><div>Subject: [PATCH] [PPC] GPL v2 copyright header</div><div><br></div><div>---</div><div> source/common/ppc/dct_altivec.cpp       |   24 ++++++++++++++++++++++++</div><div> source/common/ppc/intrapred_altivec.cpp |   28 ++++++++++++++++++++++++----</div><div> source/common/ppc/ipfilter_altivec.cpp  |   28 ++++++++++++++++++++++++----</div><div> 3 files changed, 72 insertions(+), 8 deletions(-)</div><div><br></div><div>diff --git a/source/common/ppc/dct_altivec.cpp b/source/common/ppc/dct_altivec.cpp</div><div>index 0d33be4..7542a8e 100644</div><div>--- a/source/common/ppc/dct_altivec.cpp</div><div>+++ b/source/common/ppc/dct_altivec.cpp</div><div>@@ -1,3 +1,27 @@</div><div>+/*****************************************************************************</div><div>+ * Copyright (C) 2013 x265 project</div><div>+ *</div><div>+ * Authors: Roger Moussalli <rmoussal@us.ibm.com></div><div>+ *          Min Chen <min.chen@multicorewareinc.com></div><div>+ *</div><div>+ * This program is free software; you can redistribute it and/or modify</div><div>+ * it under the terms of the GNU General Public License as published by</div><div>+ * the Free Software Foundation; either version 2 of the License, or</div><div>+ * (at your option) any later version.</div><div>+ *</div><div>+ * This program is distributed in the hope that it will be useful,</div><div>+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</div><div>+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</div><div>+ * GNU General Public License for more details.</div><div>+ *</div><div>+ * You should have received a copy of the GNU General Public License</div><div>+ * along with this program; if not, write to the Free Software</div><div>+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.</div><div>+ *</div><div>+ * This program is also available under a commercial proprietary license.</div><div>+ * For more information, contact us at license @ x265.com.</div><div>+ *****************************************************************************/</div><div>+</div><div> #include "common.h"</div><div> #include "primitives.h"</div><div> #include "contexts.h"   // costCoeffNxN_c</div><div>diff --git a/source/common/ppc/intrapred_altivec.cpp b/source/common/ppc/intrapred_altivec.cpp</div><div>index f2b1c5e..d27f5b6 100644</div><div>--- a/source/common/ppc/intrapred_altivec.cpp</div><div>+++ b/source/common/ppc/intrapred_altivec.cpp</div><div>@@ -1,12 +1,32 @@</div><div>-#include <iostream></div><div>+/*****************************************************************************</div><div>+ * Copyright (C) 2013 x265 project</div><div>+ *</div><div>+ * Authors: Roger Moussalli <rmoussal@us.ibm.com></div><div>+ *          Min Chen <min.chen@multicorewareinc.com></div><div>+ *</div><div>+ * This program is free software; you can redistribute it and/or modify</div><div>+ * it under the terms of the GNU General Public License as published by</div><div>+ * the Free Software Foundation; either version 2 of the License, or</div><div>+ * (at your option) any later version.</div><div>+ *</div><div>+ * This program is distributed in the hope that it will be useful,</div><div>+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</div><div>+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</div><div>+ * GNU General Public License for more details.</div><div>+ *</div><div>+ * You should have received a copy of the GNU General Public License</div><div>+ * along with this program; if not, write to the Free Software</div><div>+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.</div><div>+ *</div><div>+ * This program is also available under a commercial proprietary license.</div><div>+ * For more information, contact us at license @ x265.com.</div><div>+ *****************************************************************************/</div><div> </div><div>+#include <iostream></div><div> #include <vector></div><div>-</div><div> #include <assert.h></div><div>-</div><div> #include <math.h></div><div> #include <cmath></div><div>-</div><div> #include <linux/types.h></div><div> #include <stdlib.h></div><div> #include <stdio.h></div><div>diff --git a/source/common/ppc/ipfilter_altivec.cpp b/source/common/ppc/ipfilter_altivec.cpp</div><div>index 3468968..55ee76a 100644</div><div>--- a/source/common/ppc/ipfilter_altivec.cpp</div><div>+++ b/source/common/ppc/ipfilter_altivec.cpp</div><div>@@ -1,14 +1,34 @@</div><div>-#include <iostream></div><div>+/*****************************************************************************</div><div>+ * Copyright (C) 2013 x265 project</div><div>+ *</div><div>+ * Authors: Roger Moussalli <rmoussal@us.ibm.com></div><div>+ *          Min Chen <min.chen@multicorewareinc.com></div><div>+ *</div><div>+ * This program is free software; you can redistribute it and/or modify</div><div>+ * it under the terms of the GNU General Public License as published by</div><div>+ * the Free Software Foundation; either version 2 of the License, or</div><div>+ * (at your option) any later version.</div><div>+ *</div><div>+ * This program is distributed in the hope that it will be useful,</div><div>+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</div><div>+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</div><div>+ * GNU General Public License for more details.</div><div>+ *</div><div>+ * You should have received a copy of the GNU General Public License</div><div>+ * along with this program; if not, write to the Free Software</div><div>+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.</div><div>+ *</div><div>+ * This program is also available under a commercial proprietary license.</div><div>+ * For more information, contact us at license @ x265.com.</div><div>+ *****************************************************************************/</div><div> </div><div>+#include <iostream></div><div> #include "common.h"</div><div> #include "primitives.h"</div><div> #include "ppccommon.h"</div><div> </div><div> using namespace X265_NS;</div><div> </div><div>-</div><div>-</div><div>-</div><div> // ORIGINAL : for(col=0; col<16; col++) {sum[col]  = src[ocol+col + 0 * srcStride] * c[0];}</div><div> #define multiply_pixel_coeff(/*vector int*/ v_sum_0, /*vector int*/ v_sum_1, /*vector int*/ v_sum_2, /*vector int*/ v_sum_3, /*const pixel * */ src, /*int*/ src_offset, /*vector signed short*/ v_coeff) \</div><div> { \</div><div>-- </div><div>1.7.9.msysgit.0</div><div><br></div></div>