Browse Source

license header consistency cosmetics

Originally committed as revision 23722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
b19bcbaa78
11 changed files with 11 additions and 11 deletions
  1. +1
    -1
      libswscale/cs_test.c
  2. +1
    -1
      libswscale/rgb2rgb.c
  3. +1
    -1
      libswscale/rgb2rgb.h
  4. +1
    -1
      libswscale/rgb2rgb_template.c
  5. +1
    -1
      libswscale/swscale-example.c
  6. +1
    -1
      libswscale/swscale.c
  7. +1
    -1
      libswscale/swscale.h
  8. +1
    -1
      libswscale/swscale_altivec_template.c
  9. +1
    -1
      libswscale/swscale_internal.h
  10. +1
    -1
      libswscale/swscale_template.c
  11. +1
    -1
      libswscale/yuv2rgb_altivec.c

+ 1
- 1
libswscale/cs_test.c View File

@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <stdio.h>


+ 1
- 1
libswscale/rgb2rgb.c View File

@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* the C code (not assembly, mmx, ...) of this file can be used
* under the LGPL license too


+ 1
- 1
libswscale/rgb2rgb.h View File

@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef RGB2RGB_INCLUDED


+ 1
- 1
libswscale/rgb2rgb_template.c View File

@@ -21,7 +21,7 @@
*
* You should have received a copy of the GNU General Public License
* along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* the C code (not assembly, mmx, ...) of this file can be used
* under the LGPL license too


+ 1
- 1
libswscale/swscale-example.c View File

@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <stdio.h>


+ 1
- 1
libswscale/swscale.c View File

@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* the C code (not assembly, mmx, ...) of this file can be used
* under the LGPL license too


+ 1
- 1
libswscale/swscale.h View File

@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef SWSCALE_H


+ 1
- 1
libswscale/swscale_altivec_template.c View File

@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU General Public License
* along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifdef CONFIG_DARWIN


+ 1
- 1
libswscale/swscale_internal.h View File

@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef SWSCALE_INTERNAL_H


+ 1
- 1
libswscale/swscale_template.c View File

@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* the C code (not assembly, mmx, ...) of this file can be used
* under the LGPL license too


+ 1
- 1
libswscale/yuv2rgb_altivec.c View File

@@ -77,7 +77,7 @@
*
* You should have received a copy of the GNU General Public License
* along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <stdio.h>


Loading…
Cancel
Save