diff options
author | Simon Farnsworth <simon.farnsworth@onelan.co.uk> | 2013-11-25 17:01:48 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2013-11-26 15:28:53 +0000 |
commit | 2ad767a74c4dc950344865513604b87d6202dc46 (patch) | |
tree | 963b1b9bc22eb4db6737b9e2964fab85e1f0f18a /examples | |
parent | 25a0d4b8f91f1d771c215079832170cd0402d2ee (diff) |
Update FSF address
The FSF has moved since these files were created. Update the address, in
order to keep packaging tools such as rpmlint quiet.
Signed-off-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk>
https://bugzilla.gnome.org/show_bug.cgi?id=715182
Diffstat (limited to 'examples')
-rw-r--r-- | examples/audioconcat.py | 2 | ||||
-rwxr-xr-x | examples/bps.py | 2 | ||||
-rwxr-xr-x | examples/cp.py | 2 | ||||
-rw-r--r-- | examples/cutter.py | 2 | ||||
-rw-r--r-- | examples/debugslider.py | 2 | ||||
-rw-r--r-- | examples/decodebin.py | 2 | ||||
-rwxr-xr-x | examples/f2f.py | 2 | ||||
-rwxr-xr-x | examples/filesrc.py | 2 | ||||
-rw-r--r-- | examples/fvumeter.py | 2 | ||||
-rwxr-xr-x | examples/gst-discover | 2 | ||||
-rwxr-xr-x | examples/pipeline-tester | 2 | ||||
-rwxr-xr-x | examples/tagsetter.py | 2 | ||||
-rwxr-xr-x | examples/vumeter.py | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/examples/audioconcat.py b/examples/audioconcat.py index 306b24f..6fa9c74 100644 --- a/examples/audioconcat.py +++ b/examples/audioconcat.py @@ -19,7 +19,7 @@ # # 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., 59 Temple Place - Suite 330, +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02111-1307, USA. # diff --git a/examples/bps.py b/examples/bps.py index 888fcdb..0aac064 100755 --- a/examples/bps.py +++ b/examples/bps.py @@ -17,7 +17,7 @@ # # 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., 59 Temple Place - Suite 330, +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02111-1307, USA. # # Author: David I. Lehn <dlehn@users.sourceforge.net> diff --git a/examples/cp.py b/examples/cp.py index 1111098..b404f05 100755 --- a/examples/cp.py +++ b/examples/cp.py @@ -18,7 +18,7 @@ # # 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., 59 Temple Place - Suite 330, +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02111-1307, USA. # # Author: David I. Lehn <dlehn@users.sourceforge.net> diff --git a/examples/cutter.py b/examples/cutter.py index 3880fa4..4369885 100644 --- a/examples/cutter.py +++ b/examples/cutter.py @@ -17,7 +17,7 @@ # # 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., 59 Temple Place - Suite 330, +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02111-1307, USA. import gst diff --git a/examples/debugslider.py b/examples/debugslider.py index 16aee51..e4f78cc 100644 --- a/examples/debugslider.py +++ b/examples/debugslider.py @@ -17,7 +17,7 @@ # # 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., 59 Temple Place - Suite 330, +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02111-1307, USA. # # Author: Andy Wingo <wingo@pobox.com> diff --git a/examples/decodebin.py b/examples/decodebin.py index be044a6..5b87c07 100644 --- a/examples/decodebin.py +++ b/examples/decodebin.py @@ -15,7 +15,7 @@ # # 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., 59 Temple Place - Suite 330, +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02111-1307, USA. import sys diff --git a/examples/f2f.py b/examples/f2f.py index 8513341..1c09fe4 100755 --- a/examples/f2f.py +++ b/examples/f2f.py @@ -17,7 +17,7 @@ # # 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., 59 Temple Place - Suite 330, +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02111-1307, USA. # # Author: David I. Lehn <dlehn@users.sourceforge.net> diff --git a/examples/filesrc.py b/examples/filesrc.py index f7823e0..ffb6841 100755 --- a/examples/filesrc.py +++ b/examples/filesrc.py @@ -20,7 +20,7 @@ # # 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., 59 Temple Place - Suite 330, +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02111-1307, USA. import sys diff --git a/examples/fvumeter.py b/examples/fvumeter.py index cabf09f..9fd18c1 100644 --- a/examples/fvumeter.py +++ b/examples/fvumeter.py @@ -17,7 +17,7 @@ # # 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., 59 Temple Place - Suite 330, +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02111-1307, USA. # # Author: Zaheer Merali <zaheermerali at gmail dot com> diff --git a/examples/gst-discover b/examples/gst-discover index fa630b1..b0a1803 100755 --- a/examples/gst-discover +++ b/examples/gst-discover @@ -14,7 +14,7 @@ # # 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., 59 Temple Place - Suite 330, +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02111-1307, USA. diff --git a/examples/pipeline-tester b/examples/pipeline-tester index 0621097..fb4e0d0 100755 --- a/examples/pipeline-tester +++ b/examples/pipeline-tester @@ -15,7 +15,7 @@ # # 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., 59 Temple Place - Suite 330, +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02111-1307, USA. diff --git a/examples/tagsetter.py b/examples/tagsetter.py index 64155a8..ab5009f 100755 --- a/examples/tagsetter.py +++ b/examples/tagsetter.py @@ -17,7 +17,7 @@ # # 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., 59 Temple Place - Suite 330, +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02111-1307, USA. # diff --git a/examples/vumeter.py b/examples/vumeter.py index 5e1a590..ab52dc4 100755 --- a/examples/vumeter.py +++ b/examples/vumeter.py @@ -17,7 +17,7 @@ # # 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., 59 Temple Place - Suite 330, +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02111-1307, USA. |