From: Diego Biurrun Date: Thu, 5 Jul 2007 10:18:58 +0000 (+0000) Subject: license header consistency cosmetics X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b19bcbaa78a99691d24f89cb2447f8517f06cf81;p=ffmpeg license header consistency cosmetics Originally committed as revision 23722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- diff --git a/libswscale/cs_test.c b/libswscale/cs_test.c index 876f270411b..2bb74865b60 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 a0008bee496..6a63f487df4 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 f233e2c0516..c6fab2d8cda 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 7b29c2d4b49..cf179505db7 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 e62faf6d3cc..f9eefda3307 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 1cda63b0bb4..349822ab0f0 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 b9d2b8f19b1..75e66eda571 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 e9b51a808ee..95f40e07cea 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 73447431e00..bc0cff1acd0 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 b4451f2f90a..c90662f6b91 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 04e8e1711e0..87c7470c5ea 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