summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-07-05 10:18:58 +0000
committerDiego Biurrun <diego@biurrun.de>2007-07-05 10:18:58 +0000
commitb19bcbaa78a99691d24f89cb2447f8517f06cf81 (patch)
treedb461fa1a2ff655bcd6b90b2ba3e9d27556353d0
parentc1578479d3ef86fa037a26ea96aed665c216a4ad (diff)
downloadffmpeg-streaming-b19bcbaa78a99691d24f89cb2447f8517f06cf81.zip
ffmpeg-streaming-b19bcbaa78a99691d24f89cb2447f8517f06cf81.tar.gz
license header consistency cosmetics
Originally committed as revision 23722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-rw-r--r--libswscale/cs_test.c2
-rw-r--r--libswscale/rgb2rgb.c2
-rw-r--r--libswscale/rgb2rgb.h2
-rw-r--r--libswscale/rgb2rgb_template.c2
-rw-r--r--libswscale/swscale-example.c2
-rw-r--r--libswscale/swscale.c2
-rw-r--r--libswscale/swscale.h2
-rw-r--r--libswscale/swscale_altivec_template.c2
-rw-r--r--libswscale/swscale_internal.h2
-rw-r--r--libswscale/swscale_template.c2
-rw-r--r--libswscale/yuv2rgb_altivec.c2
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 <stdio.h>
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 <stdio.h>
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 <stdio.h>
OpenPOWER on IntegriCloud