Fix up FSF address in some source files as well

This commit is contained in:
Tim-Philipp Müller 2012-08-18 20:31:17 +01:00
parent c36ba564c3
commit cc167a237a
10 changed files with 18 additions and 10 deletions

View 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.
*/
/**

View 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__

View 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. *
*************************************************************************/

View 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

View 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
*/

View 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.

View 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"

View 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

View 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)
{

View 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