[rtmpdump] r505 - in trunk: librtmp/amf.c librtmp/amf.h librtmp/bytes.h librtmp/dh.h librtmp/dhgroups.h librtmp/handshake.h librtmp/hashswf.c librtmp/http.h librtmp/log.c librtmp/log.h librtmp/parseurl.c libr...
hyc
subversion at mplayerhq.hu
Thu Jun 3 18:50:31 CEST 2010
Author: hyc
Date: Thu Jun 3 18:50:30 2010
New Revision: 505
Log:
Update FSF address in license notice
Modified:
trunk/librtmp/amf.c
trunk/librtmp/amf.h
trunk/librtmp/bytes.h
trunk/librtmp/dh.h
trunk/librtmp/dhgroups.h
trunk/librtmp/handshake.h
trunk/librtmp/hashswf.c
trunk/librtmp/http.h
trunk/librtmp/log.c
trunk/librtmp/log.h
trunk/librtmp/parseurl.c
trunk/librtmp/rtmp.c
trunk/librtmp/rtmp.h
trunk/librtmp/rtmp_sys.h
trunk/rtmpdump.c
trunk/rtmpgw.c
trunk/rtmpsrv.c
trunk/rtmpsuck.c
trunk/thread.c
trunk/thread.h
Modified: trunk/librtmp/amf.c
==============================================================================
--- trunk/librtmp/amf.c Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/librtmp/amf.c Thu Jun 3 18:50:30 2010 (r505)
@@ -18,7 +18,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with librtmp see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/lgpl.html
*/
Modified: trunk/librtmp/amf.h
==============================================================================
--- trunk/librtmp/amf.h Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/librtmp/amf.h Thu Jun 3 18:50:30 2010 (r505)
@@ -20,7 +20,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with librtmp see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/lgpl.html
*/
Modified: trunk/librtmp/bytes.h
==============================================================================
--- trunk/librtmp/bytes.h Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/librtmp/bytes.h Thu Jun 3 18:50:30 2010 (r505)
@@ -18,7 +18,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with librtmp see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/lgpl.html
*/
Modified: trunk/librtmp/dh.h
==============================================================================
--- trunk/librtmp/dh.h Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/librtmp/dh.h Thu Jun 3 18:50:30 2010 (r505)
@@ -16,7 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with librtmp see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/lgpl.html
*/
Modified: trunk/librtmp/dhgroups.h
==============================================================================
--- trunk/librtmp/dhgroups.h Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/librtmp/dhgroups.h Thu Jun 3 18:50:30 2010 (r505)
@@ -15,7 +15,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with librtmp see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/lgpl.html
*/
Modified: trunk/librtmp/handshake.h
==============================================================================
--- trunk/librtmp/handshake.h Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/librtmp/handshake.h Thu Jun 3 18:50:30 2010 (r505)
@@ -17,7 +17,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with librtmp see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/lgpl.html
*/
Modified: trunk/librtmp/hashswf.c
==============================================================================
--- trunk/librtmp/hashswf.c Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/librtmp/hashswf.c Thu Jun 3 18:50:30 2010 (r505)
@@ -15,7 +15,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with librtmp see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/lgpl.html
*/
Modified: trunk/librtmp/http.h
==============================================================================
--- trunk/librtmp/http.h Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/librtmp/http.h Thu Jun 3 18:50:30 2010 (r505)
@@ -18,7 +18,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with librtmp see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/lgpl.html
*/
Modified: trunk/librtmp/log.c
==============================================================================
--- trunk/librtmp/log.c Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/librtmp/log.c Thu Jun 3 18:50:30 2010 (r505)
@@ -16,7 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with librtmp see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/lgpl.html
*/
Modified: trunk/librtmp/log.h
==============================================================================
--- trunk/librtmp/log.h Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/librtmp/log.h Thu Jun 3 18:50:30 2010 (r505)
@@ -16,7 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with librtmp see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/lgpl.html
*/
Modified: trunk/librtmp/parseurl.c
==============================================================================
--- trunk/librtmp/parseurl.c Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/librtmp/parseurl.c Thu Jun 3 18:50:30 2010 (r505)
@@ -16,7 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with librtmp see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/lgpl.html
*/
Modified: trunk/librtmp/rtmp.c
==============================================================================
--- trunk/librtmp/rtmp.c Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/librtmp/rtmp.c Thu Jun 3 18:50:30 2010 (r505)
@@ -18,7 +18,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with librtmp see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/lgpl.html
*/
Modified: trunk/librtmp/rtmp.h
==============================================================================
--- trunk/librtmp/rtmp.h Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/librtmp/rtmp.h Thu Jun 3 18:50:30 2010 (r505)
@@ -20,7 +20,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with librtmp see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/lgpl.html
*/
Modified: trunk/librtmp/rtmp_sys.h
==============================================================================
--- trunk/librtmp/rtmp_sys.h Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/librtmp/rtmp_sys.h Thu Jun 3 18:50:30 2010 (r505)
@@ -17,7 +17,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with librtmp see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/lgpl.html
*/
Modified: trunk/rtmpdump.c
==============================================================================
--- trunk/rtmpdump.c Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/rtmpdump.c Thu Jun 3 18:50:30 2010 (r505)
@@ -14,7 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with RTMPDump; see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
*/
Modified: trunk/rtmpgw.c
==============================================================================
--- trunk/rtmpgw.c Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/rtmpgw.c Thu Jun 3 18:50:30 2010 (r505)
@@ -14,7 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with RTMPDump; see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
*/
Modified: trunk/rtmpsrv.c
==============================================================================
--- trunk/rtmpsrv.c Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/rtmpsrv.c Thu Jun 3 18:50:30 2010 (r505)
@@ -14,7 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with RTMPDump; see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
*/
Modified: trunk/rtmpsuck.c
==============================================================================
--- trunk/rtmpsuck.c Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/rtmpsuck.c Thu Jun 3 18:50:30 2010 (r505)
@@ -14,7 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with RTMPDump; see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
*/
Modified: trunk/thread.c
==============================================================================
--- trunk/thread.c Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/thread.c Thu Jun 3 18:50:30 2010 (r505)
@@ -13,7 +13,8 @@
*
* You should have received a copy of the GNU General Public License
* along with RTMPDump; see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
*/
Modified: trunk/thread.h
==============================================================================
--- trunk/thread.h Wed Jun 2 23:12:19 2010 (r504)
+++ trunk/thread.h Thu Jun 3 18:50:30 2010 (r505)
@@ -13,7 +13,8 @@
*
* You should have received a copy of the GNU General Public License
* along with RTMPDump; see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
*/
More information about the rtmpdump
mailing list