mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
Fix up FSF address in some source files as well
This commit is contained in:
parent
c36ba564c3
commit
cc167a237a
10 changed files with 18 additions and 10 deletions
|
@ -17,7 +17,8 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Library General Public
|
* You should have received a copy of the GNU Library General Public
|
||||||
* License along with this library; if not, write to the Free
|
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -15,7 +15,8 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Library General Public
|
* You should have received a copy of the GNU Library General Public
|
||||||
* License along with this library; if not, write to the Free
|
* 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__
|
#ifndef __GST_WAYLAND_VIDEO_SINK_H__
|
||||||
|
|
|
@ -31,7 +31,8 @@
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU General Public License *
|
||||||
* along with this program; if not, write to the Free Software *
|
* 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. *
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
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
|
This file is a modified version of RTjpeg 0.1.2, (C) Justin Schoeman 1998
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
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
|
This file is a modified version of RTjpeg 0.1.2, (C) Justin Schoeman 1998
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* aint with this program; if not, write to the Free Software
|
* 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
|
* Please see the file COPYING in this directory for full copyright
|
||||||
* information.
|
* information.
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; if not, write to the Free Software
|
* 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
|
#ifdef HAVE_CONFIG_H
|
||||||
|
@ -192,12 +192,15 @@ ccdecode (unsigned char *vbiline)
|
||||||
const char *movies[] = { "N/A", "G", "PG", "PG-13", "R",
|
const char *movies[] = { "N/A", "G", "PG", "PG-13", "R",
|
||||||
"NC-17", "X", "Not Rated"
|
"NC-17", "X", "Not Rated"
|
||||||
};
|
};
|
||||||
|
|
||||||
const char *usa_tv[] = { "Not Rated", "TV-Y", "TV-Y7", "TV-G",
|
const char *usa_tv[] = { "Not Rated", "TV-Y", "TV-Y7", "TV-G",
|
||||||
"TV-PG", "TV-14", "TV-MA", "Not Rated"
|
"TV-PG", "TV-14", "TV-MA", "Not Rated"
|
||||||
};
|
};
|
||||||
|
|
||||||
const char *cane_tv[] = { "Exempt", "C", "C8+", "G", "PG",
|
const char *cane_tv[] = { "Exempt", "C", "C8+", "G", "PG",
|
||||||
"14+", "18+", "Reserved"
|
"14+", "18+", "Reserved"
|
||||||
};
|
};
|
||||||
|
|
||||||
const char *canf_tv[] = { "Exempt", "G", "8 ans +", "13 ans +",
|
const char *canf_tv[] = { "Exempt", "G", "8 ans +", "13 ans +",
|
||||||
"16 ans +", "18 ans +", "Reserved",
|
"16 ans +", "18 ans +", "Reserved",
|
||||||
"Reserved"
|
"Reserved"
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; if not, write to the Free Software
|
* 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
|
#ifndef VBIDATA_H_INCLUDED
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; if not, write to the Free Software
|
* 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
|
#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);
|
gst_vbidec_show_text (os->vbidec, s, len);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
osd_string_get_height (osd_string_t * os)
|
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 cr)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
osd_string_visible (osd_string_t * os)
|
osd_string_visible (osd_string_t * os)
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; if not, write to the Free Software
|
* 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
|
#ifndef HAVE_VBISCREEN_H
|
||||||
|
|
Loading…
Reference in a new issue