From b19bcbaa78a99691d24f89cb2447f8517f06cf81 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 5 Jul 2007 10:18:58 +0000 Subject: [PATCH] license header consistency cosmetics Originally committed as revision 23722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/cs_test.c | 2 +- libswscale/rgb2rgb.c | 2 +- libswscale/rgb2rgb.h | 2 +- libswscale/rgb2rgb_template.c | 2 +- libswscale/swscale-example.c | 2 +- libswscale/swscale.c | 2 +- libswscale/swscale.h | 2 +- libswscale/swscale_altivec_template.c | 2 +- libswscale/swscale_internal.h | 2 +- libswscale/swscale_template.c | 2 +- libswscale/yuv2rgb_altivec.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/libswscale/cs_test.c b/libswscale/cs_test.c index 876f270..2bb7486 100644 --- a/libswscale/cs_test.c +++ b/libswscale/cs_test.c @@ -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 diff --git a/libswscale/rgb2rgb.c b/libswscale/rgb2rgb.c index a0008be..6a63f48 100644 --- a/libswscale/rgb2rgb.c +++ b/libswscale/rgb2rgb.c @@ -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 diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h index f233e2c..c6fab2d 100644 --- a/libswscale/rgb2rgb.h +++ b/libswscale/rgb2rgb.h @@ -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 diff --git a/libswscale/rgb2rgb_template.c b/libswscale/rgb2rgb_template.c index 7b29c2d..cf17950 100644 --- a/libswscale/rgb2rgb_template.c +++ b/libswscale/rgb2rgb_template.c @@ -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 diff --git a/libswscale/swscale-example.c b/libswscale/swscale-example.c index e62faf6..f9eefda 100644 --- a/libswscale/swscale-example.c +++ b/libswscale/swscale-example.c @@ -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 diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 1cda63b..349822a 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -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 diff --git a/libswscale/swscale.h b/libswscale/swscale.h index b9d2b8f..75e66ed 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -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 diff --git a/libswscale/swscale_altivec_template.c b/libswscale/swscale_altivec_template.c index e9b51a8..95f40e0 100644 --- a/libswscale/swscale_altivec_template.c +++ b/libswscale/swscale_altivec_template.c @@ -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 diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 7344743..bc0cff1 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -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 diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c index b4451f2..c90662f 100644 --- a/libswscale/swscale_template.c +++ b/libswscale/swscale_template.c @@ -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 diff --git a/libswscale/yuv2rgb_altivec.c b/libswscale/yuv2rgb_altivec.c index 04e8e17..87c7470 100644 --- a/libswscale/yuv2rgb_altivec.c +++ b/libswscale/yuv2rgb_altivec.c @@ -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 -- 2.7.4