Mercurial > mplayer.hg
changeset 23702:5159b5f8784e
license header consistency cosmetics
author | diego |
---|---|
date | Thu, 05 Jul 2007 10:18:58 +0000 |
parents | 2c8b8b4e63c8 |
children | 9fb716ab06a3 |
files | libswscale/cs_test.c libswscale/rgb2rgb.c libswscale/rgb2rgb.h libswscale/rgb2rgb_template.c libswscale/swscale-example.c libswscale/swscale.c libswscale/swscale.h libswscale/swscale_altivec_template.c libswscale/swscale_internal.h libswscale/swscale_template.c libswscale/yuv2rgb_altivec.c |
diffstat | 11 files changed, 11 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/cs_test.c Thu Jul 05 10:18:27 2007 +0000 +++ b/libswscale/cs_test.c Thu Jul 05 10:18:58 2007 +0000 @@ -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>
--- a/libswscale/rgb2rgb.c Thu Jul 05 10:18:27 2007 +0000 +++ b/libswscale/rgb2rgb.c Thu Jul 05 10:18:58 2007 +0000 @@ -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
--- a/libswscale/rgb2rgb.h Thu Jul 05 10:18:27 2007 +0000 +++ b/libswscale/rgb2rgb.h Thu Jul 05 10:18:58 2007 +0000 @@ -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
--- a/libswscale/rgb2rgb_template.c Thu Jul 05 10:18:27 2007 +0000 +++ b/libswscale/rgb2rgb_template.c Thu Jul 05 10:18:58 2007 +0000 @@ -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
--- a/libswscale/swscale-example.c Thu Jul 05 10:18:27 2007 +0000 +++ b/libswscale/swscale-example.c Thu Jul 05 10:18:58 2007 +0000 @@ -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>
--- a/libswscale/swscale.c Thu Jul 05 10:18:27 2007 +0000 +++ b/libswscale/swscale.c Thu Jul 05 10:18:58 2007 +0000 @@ -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
--- a/libswscale/swscale.h Thu Jul 05 10:18:27 2007 +0000 +++ b/libswscale/swscale.h Thu Jul 05 10:18:58 2007 +0000 @@ -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
--- a/libswscale/swscale_altivec_template.c Thu Jul 05 10:18:27 2007 +0000 +++ b/libswscale/swscale_altivec_template.c Thu Jul 05 10:18:58 2007 +0000 @@ -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
--- a/libswscale/swscale_internal.h Thu Jul 05 10:18:27 2007 +0000 +++ b/libswscale/swscale_internal.h Thu Jul 05 10:18:58 2007 +0000 @@ -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
--- a/libswscale/swscale_template.c Thu Jul 05 10:18:27 2007 +0000 +++ b/libswscale/swscale_template.c Thu Jul 05 10:18:58 2007 +0000 @@ -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
--- a/libswscale/yuv2rgb_altivec.c Thu Jul 05 10:18:27 2007 +0000 +++ b/libswscale/yuv2rgb_altivec.c Thu Jul 05 10:18:58 2007 +0000 @@ -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>