From b3d59ea908ce87b3dc50bb9ba0ac81edd4765797 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 5 Jul 2007 10:18:58 +0000 Subject: license header consistency cosmetics git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23722 b3059339-0415-0410-9bf9-f77b7e298cf2 --- 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(-) (limited to 'libswscale') diff --git a/libswscale/cs_test.c b/libswscale/cs_test.c index 876f270411..2bb74865b6 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 a0008bee49..6a63f487df 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 f233e2c051..c6fab2d8cd 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 7b29c2d4b4..cf179505db 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 e62faf6d3c..f9eefda330 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 1cda63b0bb..349822ab0f 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 b9d2b8f19b..75e66eda57 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 e9b51a808e..95f40e07ce 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 73447431e0..bc0cff1acd 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 b4451f2f90..c90662f6b9 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 04e8e1711e..87c7470c5e 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 -- cgit v1.2.3