[MN-dev] [mndiff]: r119 - in trunk/noe: bytestream.h filerw.h galois.h galois_internal.h gfft.h mina.c noe.c noe_internal.h rs.c rs.h rw.c rw.h test.c
michael
subversion at mplayerhq.hu
Mon Nov 24 12:25:09 CET 2008
Author: michael
Date: Mon Nov 24 12:25:09 2008
New Revision: 119
Log:
Fix FSF address 2nd try
patch by diegos script
Modified:
trunk/noe/bytestream.h
trunk/noe/filerw.h
trunk/noe/galois.h
trunk/noe/galois_internal.h
trunk/noe/gfft.h
trunk/noe/mina.c
trunk/noe/noe.c
trunk/noe/noe_internal.h
trunk/noe/rs.c
trunk/noe/rs.h
trunk/noe/rw.c
trunk/noe/rw.h
trunk/noe/test.c
Modified: trunk/noe/bytestream.h
==============================================================================
--- trunk/noe/bytestream.h (original)
+++ trunk/noe/bytestream.h Mon Nov 24 12:25:09 2008
@@ -13,7 +13,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-1301 USA
*/
/**
Modified: trunk/noe/filerw.h
==============================================================================
--- trunk/noe/filerw.h (original)
+++ trunk/noe/filerw.h Mon Nov 24 12:25:09 2008
@@ -13,7 +13,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-1301 USA
*/
typedef struct noe_FileRwContext{
Modified: trunk/noe/galois.h
==============================================================================
--- trunk/noe/galois.h (original)
+++ trunk/noe/galois.h Mon Nov 24 12:25:09 2008
@@ -13,7 +13,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-1301 USA
*/
#ifndef NOE_GALOIS_H
Modified: trunk/noe/galois_internal.h
==============================================================================
--- trunk/noe/galois_internal.h (original)
+++ trunk/noe/galois_internal.h Mon Nov 24 12:25:09 2008
@@ -13,7 +13,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-1301 USA
*/
#include "galois.h"
Modified: trunk/noe/gfft.h
==============================================================================
--- trunk/noe/gfft.h (original)
+++ trunk/noe/gfft.h Mon Nov 24 12:25:09 2008
@@ -13,7 +13,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-1301 USA
*/
void noe_gfft_init();
Modified: trunk/noe/mina.c
==============================================================================
--- trunk/noe/mina.c (original)
+++ trunk/noe/mina.c Mon Nov 24 12:25:09 2008
@@ -13,7 +13,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-1301 USA
*/
#include <stdio.h>
Modified: trunk/noe/noe.c
==============================================================================
--- trunk/noe/noe.c (original)
+++ trunk/noe/noe.c Mon Nov 24 12:25:09 2008
@@ -13,7 +13,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-1301 USA
*/
#include <inttypes.h>
Modified: trunk/noe/noe_internal.h
==============================================================================
--- trunk/noe/noe_internal.h (original)
+++ trunk/noe/noe_internal.h Mon Nov 24 12:25:09 2008
@@ -13,7 +13,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-1301 USA
*/
#define NOE_MAX(a,b) ((a) > (b) ? (a) : (b))
Modified: trunk/noe/rs.c
==============================================================================
--- trunk/noe/rs.c (original)
+++ trunk/noe/rs.c Mon Nov 24 12:25:09 2008
@@ -13,7 +13,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-1301 USA
*/
#include <inttypes.h>
Modified: trunk/noe/rs.h
==============================================================================
--- trunk/noe/rs.h (original)
+++ trunk/noe/rs.h Mon Nov 24 12:25:09 2008
@@ -13,7 +13,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-1301 USA
*/
/**
Modified: trunk/noe/rw.c
==============================================================================
--- trunk/noe/rw.c (original)
+++ trunk/noe/rw.c Mon Nov 24 12:25:09 2008
@@ -13,7 +13,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-1301 USA
*/
#include <inttypes.h>
Modified: trunk/noe/rw.h
==============================================================================
--- trunk/noe/rw.h (original)
+++ trunk/noe/rw.h Mon Nov 24 12:25:09 2008
@@ -13,7 +13,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-1301 USA
*/
#define RW_SIZE (1<<18)
Modified: trunk/noe/test.c
==============================================================================
--- trunk/noe/test.c (original)
+++ trunk/noe/test.c Mon Nov 24 12:25:09 2008
@@ -13,7 +13,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-1301 USA
*/
#include <inttypes.h>
More information about the Mndiff-dev
mailing list