Fix up FSF address in some source files as well
authorTim-Philipp Müller <tim@centricular.net>
Sat, 18 Aug 2012 19:31:17 +0000 (20:31 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 18 Aug 2012 19:31:17 +0000 (20:31 +0100)
ext/wayland/gstwaylandsink.c
ext/wayland/gstwaylandsink.h
gst/mpeg1sys/main.h
gst/rtjpeg/RTjpeg.c
gst/rtjpeg/RTjpeg.h
gst/tta/filters.h
gst/vbidec/vbidata.c
gst/vbidec/vbidata.h
gst/vbidec/vbiscreen.c
gst/vbidec/vbiscreen.h

index bfe6802..a1af0ae 100644 (file)
@@ -17,7 +17,8 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA.
  */
 
 /**
index 22a4ede..abef5e6 100644 (file)
@@ -15,7 +15,8 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA.
  */
 
 #ifndef __GST_WAYLAND_VIDEO_SINK_H__
index 56e90e9..e9675f6 100644 (file)
@@ -31,7 +31,8 @@
 *                                                                        *
 *  You should have received a copy of the GNU General Public License     *
 *  along with this program; if not, write to the Free Software           *
-*  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.             *
+*  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            *
+*  MA 02110-1301 USA.                                                    *
 *************************************************************************/
 
 
index 8f959a5..e387354 100644 (file)
@@ -11,7 +11,7 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
    This file is a modified version of RTjpeg 0.1.2, (C) Justin Schoeman 1998
 
index 155e9a3..a2d0dc7 100644 (file)
@@ -16,7 +16,7 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
    This file is a modified version of RTjpeg 0.1.2, (C) Justin Schoeman 1998
 */
index 3c0694a..2162b20 100644 (file)
@@ -22,7 +22,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * aint with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  * Please see the file COPYING in this directory for full copyright
  * information.
index 4bcda14..0abcf8d 100644 (file)
@@ -23,7 +23,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifdef HAVE_CONFIG_H
@@ -192,12 +192,15 @@ ccdecode (unsigned char *vbiline)
 const char *movies[] = { "N/A", "G", "PG", "PG-13", "R",
   "NC-17", "X", "Not Rated"
 };
+
 const char *usa_tv[] = { "Not Rated", "TV-Y", "TV-Y7", "TV-G",
   "TV-PG", "TV-14", "TV-MA", "Not Rated"
 };
+
 const char *cane_tv[] = { "Exempt", "C", "C8+", "G", "PG",
   "14+", "18+", "Reserved"
 };
+
 const char *canf_tv[] = { "Exempt", "G", "8 ans +", "13 ans +",
   "16 ans +", "18 ans +", "Reserved",
   "Reserved"
index 901fa97..c304533 100644 (file)
@@ -23,7 +23,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef VBIDATA_H_INCLUDED
index 0302b5f..52e91e0 100644 (file)
@@ -17,7 +17,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifdef HAVE_CONFIG_H
@@ -83,6 +83,7 @@ osd_string_show_text (osd_string_t * os, char *s, int len)
     gst_vbidec_show_text (os->vbidec, s, len);
   }
 }
+
 int
 osd_string_get_height (osd_string_t * os)
 {
@@ -114,6 +115,7 @@ blit_colour_packed422_scanline (unsigned char *d, int w, int luma, int cb,
     int cr)
 {
 }
+
 int
 osd_string_visible (osd_string_t * os)
 {
index 788211e..d81fb52 100644 (file)
@@ -17,7 +17,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef HAVE_VBISCREEN_H