diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-11-09 18:11:05 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-11-09 18:11:05 +0100 |
commit | c8f3cd1faf678b64920ad62f1275b03aae0157a7 (patch) | |
tree | d643285ac1a349f98e45654345b3145081e40e9b /src/input/librtsp | |
parent | 81b2bbc48c154adefd51b49cd09fdc97fdf9f1a1 (diff) | |
download | xine-lib-c8f3cd1faf678b64920ad62f1275b03aae0157a7.tar.gz xine-lib-c8f3cd1faf678b64920ad62f1275b03aae0157a7.tar.bz2 |
Update FSF address on non-contributed code and COPYING files.
For contributed code, leave whatever the version we last synced for is using
to make simpler future syncs.
Diffstat (limited to 'src/input/librtsp')
-rw-r--r-- | src/input/librtsp/rtsp.c | 2 | ||||
-rw-r--r-- | src/input/librtsp/rtsp.h | 2 | ||||
-rw-r--r-- | src/input/librtsp/rtsp_session.c | 2 | ||||
-rw-r--r-- | src/input/librtsp/rtsp_session.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/input/librtsp/rtsp.c b/src/input/librtsp/rtsp.c index ffe181547..1819dd6e7 100644 --- a/src/input/librtsp/rtsp.c +++ b/src/input/librtsp/rtsp.c @@ -15,7 +15,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * * $Id: rtsp.c,v 1.21 2006/06/20 01:07:58 dgp85 Exp $ * diff --git a/src/input/librtsp/rtsp.h b/src/input/librtsp/rtsp.h index 469def93d..e4340ee9a 100644 --- a/src/input/librtsp/rtsp.h +++ b/src/input/librtsp/rtsp.h @@ -15,7 +15,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * * $Id: rtsp.h,v 1.4 2003/12/09 00:02:31 f1rmb Exp $ * diff --git a/src/input/librtsp/rtsp_session.c b/src/input/librtsp/rtsp_session.c index 66de10584..70ee18a62 100644 --- a/src/input/librtsp/rtsp_session.c +++ b/src/input/librtsp/rtsp_session.c @@ -15,7 +15,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * * $Id: rtsp_session.c,v 1.19 2006/12/22 18:08:10 klan Exp $ * diff --git a/src/input/librtsp/rtsp_session.h b/src/input/librtsp/rtsp_session.h index 649842e7a..e00206f3e 100644 --- a/src/input/librtsp/rtsp_session.h +++ b/src/input/librtsp/rtsp_session.h @@ -15,7 +15,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * * $Id: rtsp_session.h,v 1.7 2006/12/18 21:31:47 klan Exp $ * |