]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
license: remove FSF postal address from boiler plate license text
authorGerhard Sittig <redacted>
Thu, 20 Oct 2016 07:23:33 +0000 (09:23 +0200)
committerUwe Hermann <redacted>
Sat, 7 Jan 2017 19:38:21 +0000 (20:38 +0100)
Remove the FSF postal address as it might change (it did in the past).
Reference the gnu.org website instead which is more stable.

86 files changed:
Makefile.am
autogen.sh
configure.ac
fx2lafw.c
fx2lib/include/autovector.h
fx2lib/include/delay.h
fx2lib/include/eputils.h
fx2lib/include/fx2ints.h
fx2lib/include/fx2macros.h
fx2lib/include/fx2regs.h
fx2lib/include/fx2types.h
fx2lib/include/gpif.h
fx2lib/include/i2c.h
fx2lib/include/lights.h
fx2lib/include/serial.h
fx2lib/include/setupdat.h
fx2lib/lib/delay.c
fx2lib/lib/eputils.c
fx2lib/lib/gpif.c
fx2lib/lib/i2c.c
fx2lib/lib/int4av.a51
fx2lib/lib/interrupts/ep0ack_isr.c
fx2lib/lib/interrupts/ep0in_isr.c
fx2lib/lib/interrupts/ep0out_isr.c
fx2lib/lib/interrupts/ep0ping_isr.c
fx2lib/lib/interrupts/ep1in_isr.c
fx2lib/lib/interrupts/ep1out_isr.c
fx2lib/lib/interrupts/ep1ping_isr.c
fx2lib/lib/interrupts/ep2_isr.c
fx2lib/lib/interrupts/ep2ef_isr.c
fx2lib/lib/interrupts/ep2ff_isr.c
fx2lib/lib/interrupts/ep2isoerr_isr.c
fx2lib/lib/interrupts/ep2pf_isr.c
fx2lib/lib/interrupts/ep2ping_isr.c
fx2lib/lib/interrupts/ep4_isr.c
fx2lib/lib/interrupts/ep4ef_isr.c
fx2lib/lib/interrupts/ep4ff_isr.c
fx2lib/lib/interrupts/ep4isoerr_isr.c
fx2lib/lib/interrupts/ep4pf_isr.c
fx2lib/lib/interrupts/ep4ping_isr.c
fx2lib/lib/interrupts/ep6_isr.c
fx2lib/lib/interrupts/ep6ef_isr.c
fx2lib/lib/interrupts/ep6ff_isr.c
fx2lib/lib/interrupts/ep6isoerr_isr.c
fx2lib/lib/interrupts/ep6pf_isr.c
fx2lib/lib/interrupts/ep6ping_isr.c
fx2lib/lib/interrupts/ep8_isr.c
fx2lib/lib/interrupts/ep8ef_isr.c
fx2lib/lib/interrupts/ep8ff_isr.c
fx2lib/lib/interrupts/ep8isoerr_isr.c
fx2lib/lib/interrupts/ep8pf_isr.c
fx2lib/lib/interrupts/ep8ping_isr.c
fx2lib/lib/interrupts/errlimit_isr.c
fx2lib/lib/interrupts/gpifdone_isr.c
fx2lib/lib/interrupts/gpifwf_isr.c
fx2lib/lib/interrupts/hispeed_isr.c
fx2lib/lib/interrupts/ibn_isr.c
fx2lib/lib/interrupts/sof_isr.c
fx2lib/lib/interrupts/spare_isr.c
fx2lib/lib/interrupts/sudav_isr.c
fx2lib/lib/interrupts/suspend_isr.c
fx2lib/lib/interrupts/sutok_isr.c
fx2lib/lib/interrupts/usbreset_isr.c
fx2lib/lib/serial.c
fx2lib/lib/setupdat.c
fx2lib/lib/usbav.a51
gpif-acquisition.c
hantek_6022be.c
hw/braintechnology-usb-lps/dscr.a51
hw/cwav-usbeeax/dscr.a51
hw/cwav-usbeedx/dscr.a51
hw/cwav-usbeesx/dscr.a51
hw/cwav-usbeezx/dscr.a51
hw/cypress-fx2/dscr.a51
hw/hantek-6022be/dscr.a51
hw/sainsmart-dds120/dscr.a51
hw/saleae-logic/dscr.a51
hw/sigrok-fx2-16ch/dscr.a51
hw/sigrok-fx2-8ch/dscr.a51
include/command.h
include/common.inc
include/dscr.inc
include/dscr_hantek_6022be.inc
include/fx2lafw.h
include/gpif-acquisition.h
sainsmart_dds120.c

index 712d177d86d4ed1d3dbbbd569f614cc9117ee27a..1c696fa56197c6af3cc08645abf92dc28ba84f0f 100644 (file)
@@ -15,8 +15,7 @@
 ## GNU General Public License for more details.
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
 GNUMAKEFLAGS = --no-print-directory
index 69e0767ca15a5ef0b3e601fe83dc062adeca2690..b7641413eca8b9aa79c73f30439ac3774d304ce2 100755 (executable)
@@ -15,8 +15,7 @@
 ## GNU General Public License for more details.
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
 test -n "$srcdir" || srcdir=`dirname "$0"`
index 68f5965db28b912afdadd266de73aff5ecc43726..d5622257f5f98ac5a08782b257028cb53b92a29a 100644 (file)
@@ -14,8 +14,7 @@
 ## GNU General Public License for more details.
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
 # We require at least autoconf 2.63 (AC_INIT format changed there).
index 79de09629d526d74da6b12f9fc92aef5f9d7a946..45368cf2909fd5eea64fa11d83d44cfd01285581 100644 (file)
--- a/fx2lafw.c
+++ b/fx2lafw.c
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
index cc0c504d5c8e32a6df3011535b7bdde916050697..0b196c24502ed34905de584f6d5eb30a5b9266b6 100644 (file)
@@ -11,8 +11,7 @@
 // Lesser General Public License for more details.
 //
 // You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+// License along with this library; if not, see <http://www.gnu.org/licenses/>.
 
 
 
index a1bb36beefddfe6729868aa686f5e78d66fc9ecb..9023a6801108b397d6d03e846c5dbe2505ae49d3 100644 (file)
@@ -11,8 +11,7 @@
 // Lesser General Public License for more details.
 //
 // You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+// License along with this library; if not, see <http://www.gnu.org/licenses/>.
 
 /*! \file 
  *  Functions for causing delays.
index 57a3e218179359026964962238deafa91f38f645..bced36a8b2881c68ab1efaf38b468a30f707837e 100644 (file)
@@ -11,8 +11,7 @@
 // Lesser General Public License for more details.
 // 
 // You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+// License along with this library; if not, see <http://www.gnu.org/licenses/>.
 
 /*! \file 
  *  Functions and macros for working with endpoints.
index 45ae71e7ff90986343944ee21c4388474369dc71..cbfe083968961cf1a3c1514844c5d0b662864874 100644 (file)
@@ -11,8 +11,7 @@
 // Lesser General Public License for more details.
 //
 // You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+// License along with this library; if not, see <http://www.gnu.org/licenses/>.
 
 /*! \file 
  *  Define the standard fx2 interrupts.  For int2 and int4 autovector
index af749e26ab067a46338c91a6d33ae974f58479ab..952f3daf522710a923752d0fee36887555a355af 100644 (file)
@@ -11,8 +11,7 @@
 // Lesser General Public License for more details.
 //
 // You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+// License along with this library; if not, see <http://www.gnu.org/licenses/>.
 
 /*! \file 
  *  Macros for simple common tasks in fx2 firmware.
index af1e8a05b33a4e0d5c16ec1799b8a759b1a84910..0645fe36ab155d7c164a60caa8b5f8438efe45e9 100644 (file)
@@ -11,8 +11,7 @@
 // Lesser General Public License for more details.
 //
 // You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+// License along with this library; if not, see <http://www.gnu.org/licenses/>.
 
 /*! \file 
  *
index 7401aa513d6a9516be63f10ab729e478014ad03f..8906222bbb84355bebe2b353c9a11e9a9a5ec330 100644 (file)
@@ -11,8 +11,7 @@
 // Lesser General Public License for more details.
 //
 // You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+// License along with this library; if not, see <http://www.gnu.org/licenses/>.
 
 /*! \file 
  *  define standard types of fixed widths.
index 8b568cdfaab5dd03238567127a9910aff0d029cf..624a568f427f69f6b3c3201a155bea46f7c1b8ad 100644 (file)
@@ -11,8 +11,7 @@
 // Lesser General Public License for more details.
 //
 // You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+// License along with this library; if not, see <http://www.gnu.org/licenses/>.
 
 /*! \file 
  *
index 3d7d5f3198d772fcd81a9f7fd8bea1a9a7768970..6ccb3633d39ea61f1345574b1dfacdd0f163b7c4 100644 (file)
@@ -11,8 +11,7 @@
 // Lesser General Public License for more details.
 //
 // You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+// License along with this library; if not, see <http://www.gnu.org/licenses/>.
 
 /** \file i2c.h 
  *  Utilities for reading and writing to i2c devices and as eeproms.
index 7b1a01e90a3734fefabc273de96b0d0523e81fed..821591c0ee2a359e97127af852c7e19f693a2070 100644 (file)
@@ -11,8 +11,7 @@
 // Lesser General Public License for more details.
 //
 // You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+// License along with this library; if not, see <http://www.gnu.org/licenses/>.
 
 /** \file lights.h
  * macros for turning lights on the EZ-USB development board on and off.
index df5c7824ae068cabd7e826ae9f437b5b30736957..7c5935eb5baa107fe497328c5e465b12f8974c3d 100644 (file)
@@ -11,8 +11,7 @@
 // Lesser General Public License for more details.
 //
 // You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+// License along with this library; if not, see <http://www.gnu.org/licenses/>.
 
 /** \file serial.h
  * defines functions to print to a serial console with SIO0
index cbae0e013f58c2c072af01e63b2c3cb4f6f3547b..5dba882ac8a23f3b178473b15d5fb8fda7581e01 100644 (file)
@@ -11,8 +11,7 @@
 // Lesser General Public License for more details.
 //
 // You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+// License along with this library; if not, see <http://www.gnu.org/licenses/>.
 
 #ifndef SETUPDAT_H
 #define SETUPDAT_H
index 3e41e194a8bf8a9ac1e65d6643354830fc39ce40..e93ac35f449dd803795fb1a5a0135c7d410681dc 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <fx2regs.h>
index e459aee584b251ae53ccbd47b37c70b3b22f0473..359c18d4990328371cc1c7e7557e3032ede91f01 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 
index 9e0336174c98e3bc17180f8a13fc0bad46cbf063..e56445a8ff364b599583fd290376c9279c0d1682 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 
index c18bceec2db306a2d3a3f8ef44dbb85e02b485c2..3d8030e238075bfebb616a7001604d1b035f3ced 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <stdio.h> // NOTE this needs deleted
index 85bce78cc0b14f65f0f03ddcdcfce8c726dd8c02..4ffb895361f87c7d5e1da580f0e6efa9c3a087f8 100644 (file)
@@ -11,8 +11,7 @@
 ; Lesser General Public License for more details.
 ; 
 ; You should have received a copy of the GNU Lesser General Public
-; License along with this library; if not, write to the Free Software
-; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+; License along with this library; if not, see <http://www.gnu.org/licenses/>.
 
 .module INT4AV ; jump table for int4AV (GPIF & endpoint interrupts)
 
index 3ea4b1e46eb618460c2b40144b8432e70cda44e2..dec4e56a7583e90f39974b23b9561258be201528 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index d0ebc22f44b1b26f25d09df2533de86f8b9b29f0..2fa99a42b8d20a1114869af81ccd5d52b280a484 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index 5c76574ac178ad3603858843b4329ecfcb8c5a22..043ae70dd35651a03d67e662f71629bc21aecc22 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index 85716c98405b2c0521d3d8cc30e1e3cb19de7cb6..3062d17754644fcff6fa525017dceccacf45f03d 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index afc8841d0bf094a2b9f4a8c7a286d23c52eb59fd..d4ecf06f1228e08295d6484fecff957a43041f5a 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index 51f5b5cf51969d88b1285f7a071a18014730dbf9..998b7aa869690136defc6926d447851e65ecd842 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index fa77349f74bfbe7467b3f65b4aad5b359a54ae9e..ff8990e0dda99f0783499c3b8d26c0177061dc7c 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index d91764e746050fe485b6881ef7b38f7cb9e0afd7..43a31b7d8e1f03e4a491e604238de37724266eae 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index d1509a76e6c35eca85fd0c3541d32e7a8cd522af..e26c5e8af9ffe0ada214e43f6746ffa62adc902a 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index ebfa8f1550dbed10175ffcc9fd2c65216452bf33..22bb95d7b69ed7eb52c909c906efe43141afc6ef 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index 1bd1a72d6bebf31111f7577a6aa8427f8eaf55c3..b9dc9b501a0e75d9285de3660f2378ecf99eb521 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index f12c5baf80711bed80226d252b302d72117061e5..7cad068e2346da1a5dcb8dff5392f0a97f462a3e 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index e29264803d6b2d21e475fabda37c99cbc6727d39..78affed53d40370c782ada95a9e782b7bf36bc38 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index 249162e537f4da5d8096de7278c6606f392d75fc..0315c85305204c9fff828385438e273db0b5c756 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index 3e6f1020a327f1ecf139906b79a9d34db225fa15..a203e7ba13bd24ee03849d0bb2bf3c84a5032327 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index eb15bdb06be7f1191f1fa1af2220c40b692da84e..e0cd201b39d7afc08488055479078a17f7f12af4 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index bd874c537bed8b281a1bd46a88995ddcfec9fa4c..579fb8bf5b958539ca468e6732196906af785ae1 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index a8d3f0855e6dd3ef69fe300f2d3fe93d58606767..ec5ce7254a604216b87a6e083eb0523b2071ebe7 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index 14b39ccdf621d612f8eb42aa0646aa909c6dd9e3..18bac0006ff522d1ab92c6ee3ec423e6ff8241c8 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index dc6551e21cd32a5841e8a87160f66e73e183296e..552e60defad48114b326e865c434687a0b60df9e 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index cf29ba7f464f4164570369a30693c1be97827a30..39e8e0c59da54454e3722be191ed04f10dff3755 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index 3777f6e78ad987f912e5c0432775ae4479f6068d..54137316139745694c75b1306c942c837cc3d262 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index f66085802bbad96b525d89c84ebe77ff7f0ed082..407414c7b8c2e2086026f577c03860bb4bf898d7 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index bc1ae7b3f22dda0bc7a39e919de26b47642742d8..808f7513b8ff2f05054f6d94e3ce80824100a2e6 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index eaabbbc5de0275ff23499aac6b45d5cad4e1fa9c..53f8ba52c3c09060b0c6b49b6a3d2e15a41beab7 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index a82eef042fcadcbd0ee5cad036021b0fda0fdc5b..4f1dd51da8dc0b7a8ac12933b095ae0c3f93bcf7 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index deca21e3f0a2091eddbd84320d138777db6d7e1c..c018f3acd8962762899f743ec7c3f1e594c50567 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index 6fcb0c12c05738b6424afc38d32a4db199a7ce29..a6169de3ba4b7c0e5d12f92f9f7c520d554c866d 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index 0d75ff4630348767576f2cf3a5f66cae4f275316..a95bae9a766e60ba9ad2ff87033a2b0f2dd70b48 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index f3a329ca60c0c7c0feee585fa3781f3058e59844..b0e687c6fe01ac28fe7f1624d1b1b53c9c3d865a 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index 0bc4abf863c632edb891a00ed15fcbd31764e257..e9c25d9eaad39d39fecd844e50047b52a48d58fa 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index 115418dddfc7cab7636b65b72bcb359c23545d29..fe103c22454c63fd8e640cd98e32cfb702e4e175 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index 6b8b48d0edb108f15b96116f7a72e93aeeb6d81e..6bb15c7799ba676573fa6afcd3b5976ae9c445bb 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index de0ab4dd32068e4be47df15234197bb59ed401e5..49eba448f2828e1af62eb97639f7bcb095aa3072 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index 14f440ac365010465e031cfedd65e5d5f85c4600..7b05916f79e80005853102f347ed4b4ae73f37dd 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index 4f549375d87b8d89190cf5980259117f381873a8..0f38871afdddfb5a02a5c7a746cac2a4056c0a8f 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index 15349c85a4b2023706ffcd9636a011f8d22afd94..49bf508152aa6b9b1ffd1e3f9e2a18f424701e19 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index fa849952798c41abd074802d836e3aa642d4d5c2..965b2818931bd52910f796a04142a34456a3c79b 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index e72a1a19a9b1b43a8a6140e4c35edd82585ff64e..7660e115c5257194708600f22ae881c84e42c0f7 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index ef56b9c842d5fa2b01f0d77c835c72836cdd0336..4b2f1aa2e3b9612fae8f62a195cc3bcf17195f4a 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index d857eb73cf606ae4273609300f7e68de090d3636..05330799a0528354f60403a51fa643b55d4ce557 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index cf0bc47395d05a093822037fbe519af91ce0581b..7f2ed72da60f3caad1def38f651c525dafad749b 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
index 094d31101f758b849aea26f4f4dca82387d292fb..3114d5801bd7287eabcdad9c6145d9732908294f 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 
index f4c217a2c3ab64c77e52d21f842959159c21e981..878f7b948c3da870373640ddb80979246f7c2ccd 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  **/
 
 //#define DEBUG_SETUPDAT
index ce956d982ebcc5a7c808ed8535fde0a28c864021..f9d85639dbd3b44ac0bfd3bfab08df5dbada0dec 100644 (file)
@@ -11,8 +11,7 @@
 ; Lesser General Public License for more details.
 ; 
 ; You should have received a copy of the GNU Lesser General Public
-; License along with this library; if not, write to the Free Software
-; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+; License along with this library; if not, see <http://www.gnu.org/licenses/>.
 
 .module INT2AV ; jump table for usb auto vector
 
index 18cdd79eccd8239bbf2c95dbc7b72a644fac1db8..7d3dcb6d59d8c1c69048ce7b3efbca98d80e5d21 100644 (file)
@@ -15,8 +15,7 @@
  * GNU General Public License for more details.
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <eputils.h>
index e089e96996c05eeafca9629a84f38360ba1c16d7..dfd3522650480908145ab18d0fe8f1af14a1305e 100644 (file)
@@ -15,8 +15,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <fx2macros.h>
index e38eafd25e821b3367e9ded5aa55a307a2f12ed9..884145cfc6f2d02b639f9c10e4f2826466c03d4c 100644 (file)
@@ -14,8 +14,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+;; along with this program; if not, see <http://www.gnu.org/licenses/>.
 ;;
 
 VID = 0xd016   ; Manufacturer ID (0x16d0)
index 7959cba686b7d784eb55f1033a5759dfe5c87436..8b0c7939c9e9ee7829bc49a0cbc69d04a24b883d 100644 (file)
@@ -15,8 +15,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+;; along with this program; if not, see <http://www.gnu.org/licenses/>.
 ;;
 
 VID = 0xa908   ; Manufacturer ID (0x08a9)
index c6a04fea02ab78acc82aee7463229d464b0f02c8..780e7852c843f763018378bbe90401df4a4649f6 100644 (file)
@@ -14,8 +14,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+;; along with this program; if not, see <http://www.gnu.org/licenses/>.
 ;;
 
 VID = 0xa908   ; Manufacturer ID (0x08a9)
index cff9eb936f8a9d186b835f66f3910395587d1ad1..2c6a37b14afa0e9083e0fca5342c93b2182f9b76 100644 (file)
@@ -15,8 +15,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+;; along with this program; if not, see <http://www.gnu.org/licenses/>.
 ;;
 
 VID = 0xa908   ; Manufacturer ID (0x08a9)
index f45f9cdbe311c08720b30a09a844a31241591636..7b4b3ea2959699d2e8d400694e9b166e098d8f36 100644 (file)
@@ -14,8 +14,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+;; along with this program; if not, see <http://www.gnu.org/licenses/>.
 ;;
 
 VID = 0xa908   ; Manufacturer ID (0x08a9)
index 8243ceeeb9a1212aeddc72b1f3958581a0ed9f64..45af15843e1f1d7308b16c3e91ec5437167ff744 100644 (file)
@@ -15,8 +15,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+;; along with this program; if not, see <http://www.gnu.org/licenses/>.
 ;;
 
 VID = 0xb404   ; Manufacturer ID (0x04b4)
index 942d3275d36792c0e18d9cb7509670135a4434f4..ae077270bbbe72b34b290ca6a6dd8b6e61c42135 100644 (file)
@@ -14,8 +14,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+;; along with this program; if not, see <http://www.gnu.org/licenses/>.
 ;;
 
 VID = 0x501d   ; Manufacturer ID (0x1d50)
index 79f8e026f36c66782963776e3735daa3516b72b5..e8d906f3430f2d25ca530a72e52f93afe338d929 100644 (file)
@@ -14,8 +14,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+;; along with this program; if not, see <http://www.gnu.org/licenses/>.
 ;;
 
 VID = 0x501d   ; Manufacturer ID (0x1d50)
index aba8cae0d34ff8b233b79e98a40d8b03e41fdfb8..2aaa8f32cbd51ce34ff4bfe8b26ba1e728bc41fe 100644 (file)
@@ -15,8 +15,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+;; along with this program; if not, see <http://www.gnu.org/licenses/>.
 ;;
 
 VID = 0x2509   ; Manufacturer ID (0x0925)
index 5657bddc4f3efc5632fd53dc7ed9bfa33ee2da96..3d6a466e4de15421989f58a84fc1a0aaf358186d 100644 (file)
@@ -14,8 +14,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+;; along with this program; if not, see <http://www.gnu.org/licenses/>.
 ;;
 
 VID = 0x501D   ; Manufacturer ID (0x1D50)
index c9b23ead5ee60e25932a24f4b7451785b285a620..535228e4a19d808e10dd9c6f5d453d69e0fa1f7b 100644 (file)
@@ -14,8 +14,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+;; along with this program; if not, see <http://www.gnu.org/licenses/>.
 ;;
 
 VID = 0x501D    ; Manufacturer ID (0x1D50)
index c965720e444396cafa8f0af34aef0965c07d13ce..686a743a12eac11cf8c93ec3bd999f6f47a99901 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef FX2LAFW_INCLUDE_COMMAND_H
index 55520d1a35d5f99e96fb292ec4b1d3ec52efe787..44e822f27baef04faa6bfc42135ae114bfa7f591 100644 (file)
@@ -14,8 +14,7 @@
 ;; GNU General Public License for more details.\r
 ;;\r
 ;; You should have received a copy of the GNU General Public License\r
-;; along with this program; if not, write to the Free Software\r
-;; Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA\r
+;; along with this program; if not, see <http://www.gnu.org/licenses/>.\r
 ;;\r
 \r
 .macro string_descriptor_a n,str\r
index 9f53fa502091ab5e620810f9bf68ee752503274f..d4327ba9f496273ce688c20f005692057ec370f1 100644 (file)
@@ -15,8 +15,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+;; along with this program; if not, see <http://www.gnu.org/licenses/>.
 ;;
 
 .include "common.inc"
index 418c2c75a642456e61f706a0ce5fe67d9cb39599..c7dee45199cccf21c00b355bfdcf25bdd92ab119 100644 (file)
@@ -14,8 +14,7 @@
 ;; Lesser General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU Lesser General Public
-;; License along with this library; if not, write to the Free Software
-;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+;; License along with this library; if not, see <http://www.gnu.org/licenses/>.
 ;;
 
 .include "common.inc"
index abd877b7923fceebe1679acffb7629399ecc5ca8..7a24cf66240dfc0030044b37e2ad1adc5524b9fc 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef FX2LAFW_INCLUDE_FX2LAFW_H
index 0b1f964ec548110250643b8bf7f5dd98de97ed1f..7b55b83b068ad94c749a5d7e39c9bdb11a5c36d7 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef FX2LAFW_INCLUDE_GPIF_ACQUISITION_H
index 9f06af32ae318bf0bd13915951563b7fe7e88f47..2c3b73c67f2757496e3ca5415ce0fecdd9614261 100644 (file)
@@ -15,8 +15,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <fx2macros.h>