From: Gerhard Sittig Date: Thu, 20 Oct 2016 07:23:33 +0000 (+0200) Subject: license: remove FSF postal address from boiler plate license text X-Git-Tag: sigrok-firmware-fx2lafw-0.1.5~12 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=040a6eaec8c3ca523b1ce32bf0b119788b8ddb0f;p=sigrok-firmware-fx2lafw.git license: remove FSF postal address from boiler plate license text Remove the FSF postal address as it might change (it did in the past). Reference the gnu.org website instead which is more stable. --- diff --git a/Makefile.am b/Makefile.am index 712d177..1c696fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 . ## GNUMAKEFLAGS = --no-print-directory diff --git a/autogen.sh b/autogen.sh index 69e0767..b764141 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 . ## test -n "$srcdir" || srcdir=`dirname "$0"` diff --git a/configure.ac b/configure.ac index 68f5965..d562225 100644 --- a/configure.ac +++ b/configure.ac @@ -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 . ## # We require at least autoconf 2.63 (AC_INIT format changed there). diff --git a/fx2lafw.c b/fx2lafw.c index 79de096..45368cf 100644 --- 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 . */ /* diff --git a/fx2lib/include/autovector.h b/fx2lib/include/autovector.h index cc0c504..0b196c2 100644 --- a/fx2lib/include/autovector.h +++ b/fx2lib/include/autovector.h @@ -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 . diff --git a/fx2lib/include/delay.h b/fx2lib/include/delay.h index a1bb36b..9023a68 100644 --- a/fx2lib/include/delay.h +++ b/fx2lib/include/delay.h @@ -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 . /*! \file * Functions for causing delays. diff --git a/fx2lib/include/eputils.h b/fx2lib/include/eputils.h index 57a3e21..bced36a 100644 --- a/fx2lib/include/eputils.h +++ b/fx2lib/include/eputils.h @@ -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 . /*! \file * Functions and macros for working with endpoints. diff --git a/fx2lib/include/fx2ints.h b/fx2lib/include/fx2ints.h index 45ae71e..cbfe083 100644 --- a/fx2lib/include/fx2ints.h +++ b/fx2lib/include/fx2ints.h @@ -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 . /*! \file * Define the standard fx2 interrupts. For int2 and int4 autovector diff --git a/fx2lib/include/fx2macros.h b/fx2lib/include/fx2macros.h index af749e2..952f3da 100644 --- a/fx2lib/include/fx2macros.h +++ b/fx2lib/include/fx2macros.h @@ -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 . /*! \file * Macros for simple common tasks in fx2 firmware. diff --git a/fx2lib/include/fx2regs.h b/fx2lib/include/fx2regs.h index af1e8a0..0645fe3 100644 --- a/fx2lib/include/fx2regs.h +++ b/fx2lib/include/fx2regs.h @@ -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 . /*! \file * diff --git a/fx2lib/include/fx2types.h b/fx2lib/include/fx2types.h index 7401aa5..8906222 100644 --- a/fx2lib/include/fx2types.h +++ b/fx2lib/include/fx2types.h @@ -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 . /*! \file * define standard types of fixed widths. diff --git a/fx2lib/include/gpif.h b/fx2lib/include/gpif.h index 8b568cd..624a568 100644 --- a/fx2lib/include/gpif.h +++ b/fx2lib/include/gpif.h @@ -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 . /*! \file * diff --git a/fx2lib/include/i2c.h b/fx2lib/include/i2c.h index 3d7d5f3..6ccb363 100644 --- a/fx2lib/include/i2c.h +++ b/fx2lib/include/i2c.h @@ -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 . /** \file i2c.h * Utilities for reading and writing to i2c devices and as eeproms. diff --git a/fx2lib/include/lights.h b/fx2lib/include/lights.h index 7b1a01e..821591c 100644 --- a/fx2lib/include/lights.h +++ b/fx2lib/include/lights.h @@ -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 . /** \file lights.h * macros for turning lights on the EZ-USB development board on and off. diff --git a/fx2lib/include/serial.h b/fx2lib/include/serial.h index df5c782..7c5935e 100644 --- a/fx2lib/include/serial.h +++ b/fx2lib/include/serial.h @@ -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 . /** \file serial.h * defines functions to print to a serial console with SIO0 diff --git a/fx2lib/include/setupdat.h b/fx2lib/include/setupdat.h index cbae0e0..5dba882 100644 --- a/fx2lib/include/setupdat.h +++ b/fx2lib/include/setupdat.h @@ -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 . #ifndef SETUPDAT_H #define SETUPDAT_H diff --git a/fx2lib/lib/delay.c b/fx2lib/lib/delay.c index 3e41e19..e93ac35 100644 --- a/fx2lib/lib/delay.c +++ b/fx2lib/lib/delay.c @@ -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 . **/ #include diff --git a/fx2lib/lib/eputils.c b/fx2lib/lib/eputils.c index e459aee..359c18d 100644 --- a/fx2lib/lib/eputils.c +++ b/fx2lib/lib/eputils.c @@ -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 . **/ diff --git a/fx2lib/lib/gpif.c b/fx2lib/lib/gpif.c index 9e03361..e56445a 100644 --- a/fx2lib/lib/gpif.c +++ b/fx2lib/lib/gpif.c @@ -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 . **/ diff --git a/fx2lib/lib/i2c.c b/fx2lib/lib/i2c.c index c18bcee..3d8030e 100644 --- a/fx2lib/lib/i2c.c +++ b/fx2lib/lib/i2c.c @@ -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 . **/ #include // NOTE this needs deleted diff --git a/fx2lib/lib/int4av.a51 b/fx2lib/lib/int4av.a51 index 85bce78..4ffb895 100644 --- a/fx2lib/lib/int4av.a51 +++ b/fx2lib/lib/int4av.a51 @@ -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 . .module INT4AV ; jump table for int4AV (GPIF & endpoint interrupts) diff --git a/fx2lib/lib/interrupts/ep0ack_isr.c b/fx2lib/lib/interrupts/ep0ack_isr.c index 3ea4b1e..dec4e56 100644 --- a/fx2lib/lib/interrupts/ep0ack_isr.c +++ b/fx2lib/lib/interrupts/ep0ack_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep0in_isr.c b/fx2lib/lib/interrupts/ep0in_isr.c index d0ebc22..2fa99a4 100644 --- a/fx2lib/lib/interrupts/ep0in_isr.c +++ b/fx2lib/lib/interrupts/ep0in_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep0out_isr.c b/fx2lib/lib/interrupts/ep0out_isr.c index 5c76574..043ae70 100644 --- a/fx2lib/lib/interrupts/ep0out_isr.c +++ b/fx2lib/lib/interrupts/ep0out_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep0ping_isr.c b/fx2lib/lib/interrupts/ep0ping_isr.c index 85716c9..3062d17 100644 --- a/fx2lib/lib/interrupts/ep0ping_isr.c +++ b/fx2lib/lib/interrupts/ep0ping_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep1in_isr.c b/fx2lib/lib/interrupts/ep1in_isr.c index afc8841..d4ecf06 100644 --- a/fx2lib/lib/interrupts/ep1in_isr.c +++ b/fx2lib/lib/interrupts/ep1in_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep1out_isr.c b/fx2lib/lib/interrupts/ep1out_isr.c index 51f5b5c..998b7aa 100644 --- a/fx2lib/lib/interrupts/ep1out_isr.c +++ b/fx2lib/lib/interrupts/ep1out_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep1ping_isr.c b/fx2lib/lib/interrupts/ep1ping_isr.c index fa77349..ff8990e 100644 --- a/fx2lib/lib/interrupts/ep1ping_isr.c +++ b/fx2lib/lib/interrupts/ep1ping_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep2_isr.c b/fx2lib/lib/interrupts/ep2_isr.c index d91764e..43a31b7 100644 --- a/fx2lib/lib/interrupts/ep2_isr.c +++ b/fx2lib/lib/interrupts/ep2_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep2ef_isr.c b/fx2lib/lib/interrupts/ep2ef_isr.c index d1509a7..e26c5e8 100644 --- a/fx2lib/lib/interrupts/ep2ef_isr.c +++ b/fx2lib/lib/interrupts/ep2ef_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep2ff_isr.c b/fx2lib/lib/interrupts/ep2ff_isr.c index ebfa8f1..22bb95d 100644 --- a/fx2lib/lib/interrupts/ep2ff_isr.c +++ b/fx2lib/lib/interrupts/ep2ff_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep2isoerr_isr.c b/fx2lib/lib/interrupts/ep2isoerr_isr.c index 1bd1a72..b9dc9b5 100644 --- a/fx2lib/lib/interrupts/ep2isoerr_isr.c +++ b/fx2lib/lib/interrupts/ep2isoerr_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep2pf_isr.c b/fx2lib/lib/interrupts/ep2pf_isr.c index f12c5ba..7cad068 100644 --- a/fx2lib/lib/interrupts/ep2pf_isr.c +++ b/fx2lib/lib/interrupts/ep2pf_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep2ping_isr.c b/fx2lib/lib/interrupts/ep2ping_isr.c index e292648..78affed 100644 --- a/fx2lib/lib/interrupts/ep2ping_isr.c +++ b/fx2lib/lib/interrupts/ep2ping_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep4_isr.c b/fx2lib/lib/interrupts/ep4_isr.c index 249162e..0315c85 100644 --- a/fx2lib/lib/interrupts/ep4_isr.c +++ b/fx2lib/lib/interrupts/ep4_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep4ef_isr.c b/fx2lib/lib/interrupts/ep4ef_isr.c index 3e6f102..a203e7b 100644 --- a/fx2lib/lib/interrupts/ep4ef_isr.c +++ b/fx2lib/lib/interrupts/ep4ef_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep4ff_isr.c b/fx2lib/lib/interrupts/ep4ff_isr.c index eb15bdb..e0cd201 100644 --- a/fx2lib/lib/interrupts/ep4ff_isr.c +++ b/fx2lib/lib/interrupts/ep4ff_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep4isoerr_isr.c b/fx2lib/lib/interrupts/ep4isoerr_isr.c index bd874c5..579fb8b 100644 --- a/fx2lib/lib/interrupts/ep4isoerr_isr.c +++ b/fx2lib/lib/interrupts/ep4isoerr_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep4pf_isr.c b/fx2lib/lib/interrupts/ep4pf_isr.c index a8d3f08..ec5ce72 100644 --- a/fx2lib/lib/interrupts/ep4pf_isr.c +++ b/fx2lib/lib/interrupts/ep4pf_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep4ping_isr.c b/fx2lib/lib/interrupts/ep4ping_isr.c index 14b39cc..18bac00 100644 --- a/fx2lib/lib/interrupts/ep4ping_isr.c +++ b/fx2lib/lib/interrupts/ep4ping_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep6_isr.c b/fx2lib/lib/interrupts/ep6_isr.c index dc6551e..552e60d 100644 --- a/fx2lib/lib/interrupts/ep6_isr.c +++ b/fx2lib/lib/interrupts/ep6_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep6ef_isr.c b/fx2lib/lib/interrupts/ep6ef_isr.c index cf29ba7..39e8e0c 100644 --- a/fx2lib/lib/interrupts/ep6ef_isr.c +++ b/fx2lib/lib/interrupts/ep6ef_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep6ff_isr.c b/fx2lib/lib/interrupts/ep6ff_isr.c index 3777f6e..5413731 100644 --- a/fx2lib/lib/interrupts/ep6ff_isr.c +++ b/fx2lib/lib/interrupts/ep6ff_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep6isoerr_isr.c b/fx2lib/lib/interrupts/ep6isoerr_isr.c index f660858..407414c 100644 --- a/fx2lib/lib/interrupts/ep6isoerr_isr.c +++ b/fx2lib/lib/interrupts/ep6isoerr_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep6pf_isr.c b/fx2lib/lib/interrupts/ep6pf_isr.c index bc1ae7b..808f751 100644 --- a/fx2lib/lib/interrupts/ep6pf_isr.c +++ b/fx2lib/lib/interrupts/ep6pf_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep6ping_isr.c b/fx2lib/lib/interrupts/ep6ping_isr.c index eaabbbc..53f8ba5 100644 --- a/fx2lib/lib/interrupts/ep6ping_isr.c +++ b/fx2lib/lib/interrupts/ep6ping_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep8_isr.c b/fx2lib/lib/interrupts/ep8_isr.c index a82eef0..4f1dd51 100644 --- a/fx2lib/lib/interrupts/ep8_isr.c +++ b/fx2lib/lib/interrupts/ep8_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep8ef_isr.c b/fx2lib/lib/interrupts/ep8ef_isr.c index deca21e..c018f3a 100644 --- a/fx2lib/lib/interrupts/ep8ef_isr.c +++ b/fx2lib/lib/interrupts/ep8ef_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep8ff_isr.c b/fx2lib/lib/interrupts/ep8ff_isr.c index 6fcb0c1..a6169de 100644 --- a/fx2lib/lib/interrupts/ep8ff_isr.c +++ b/fx2lib/lib/interrupts/ep8ff_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep8isoerr_isr.c b/fx2lib/lib/interrupts/ep8isoerr_isr.c index 0d75ff4..a95bae9 100644 --- a/fx2lib/lib/interrupts/ep8isoerr_isr.c +++ b/fx2lib/lib/interrupts/ep8isoerr_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep8pf_isr.c b/fx2lib/lib/interrupts/ep8pf_isr.c index f3a329c..b0e687c 100644 --- a/fx2lib/lib/interrupts/ep8pf_isr.c +++ b/fx2lib/lib/interrupts/ep8pf_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ep8ping_isr.c b/fx2lib/lib/interrupts/ep8ping_isr.c index 0bc4abf..e9c25d9 100644 --- a/fx2lib/lib/interrupts/ep8ping_isr.c +++ b/fx2lib/lib/interrupts/ep8ping_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/errlimit_isr.c b/fx2lib/lib/interrupts/errlimit_isr.c index 115418d..fe103c2 100644 --- a/fx2lib/lib/interrupts/errlimit_isr.c +++ b/fx2lib/lib/interrupts/errlimit_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/gpifdone_isr.c b/fx2lib/lib/interrupts/gpifdone_isr.c index 6b8b48d..6bb15c7 100644 --- a/fx2lib/lib/interrupts/gpifdone_isr.c +++ b/fx2lib/lib/interrupts/gpifdone_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/gpifwf_isr.c b/fx2lib/lib/interrupts/gpifwf_isr.c index de0ab4d..49eba44 100644 --- a/fx2lib/lib/interrupts/gpifwf_isr.c +++ b/fx2lib/lib/interrupts/gpifwf_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/hispeed_isr.c b/fx2lib/lib/interrupts/hispeed_isr.c index 14f440a..7b05916 100644 --- a/fx2lib/lib/interrupts/hispeed_isr.c +++ b/fx2lib/lib/interrupts/hispeed_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/ibn_isr.c b/fx2lib/lib/interrupts/ibn_isr.c index 4f54937..0f38871 100644 --- a/fx2lib/lib/interrupts/ibn_isr.c +++ b/fx2lib/lib/interrupts/ibn_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/sof_isr.c b/fx2lib/lib/interrupts/sof_isr.c index 15349c8..49bf508 100644 --- a/fx2lib/lib/interrupts/sof_isr.c +++ b/fx2lib/lib/interrupts/sof_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/spare_isr.c b/fx2lib/lib/interrupts/spare_isr.c index fa84995..965b281 100644 --- a/fx2lib/lib/interrupts/spare_isr.c +++ b/fx2lib/lib/interrupts/spare_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/sudav_isr.c b/fx2lib/lib/interrupts/sudav_isr.c index e72a1a1..7660e11 100644 --- a/fx2lib/lib/interrupts/sudav_isr.c +++ b/fx2lib/lib/interrupts/sudav_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/suspend_isr.c b/fx2lib/lib/interrupts/suspend_isr.c index ef56b9c..4b2f1aa 100644 --- a/fx2lib/lib/interrupts/suspend_isr.c +++ b/fx2lib/lib/interrupts/suspend_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/sutok_isr.c b/fx2lib/lib/interrupts/sutok_isr.c index d857eb7..0533079 100644 --- a/fx2lib/lib/interrupts/sutok_isr.c +++ b/fx2lib/lib/interrupts/sutok_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/interrupts/usbreset_isr.c b/fx2lib/lib/interrupts/usbreset_isr.c index cf0bc47..7f2ed72 100644 --- a/fx2lib/lib/interrupts/usbreset_isr.c +++ b/fx2lib/lib/interrupts/usbreset_isr.c @@ -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 . **/ #include diff --git a/fx2lib/lib/serial.c b/fx2lib/lib/serial.c index 094d311..3114d58 100644 --- a/fx2lib/lib/serial.c +++ b/fx2lib/lib/serial.c @@ -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 . **/ diff --git a/fx2lib/lib/setupdat.c b/fx2lib/lib/setupdat.c index f4c217a..878f7b9 100644 --- a/fx2lib/lib/setupdat.c +++ b/fx2lib/lib/setupdat.c @@ -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 . **/ //#define DEBUG_SETUPDAT diff --git a/fx2lib/lib/usbav.a51 b/fx2lib/lib/usbav.a51 index ce956d9..f9d8563 100644 --- a/fx2lib/lib/usbav.a51 +++ b/fx2lib/lib/usbav.a51 @@ -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 . .module INT2AV ; jump table for usb auto vector diff --git a/gpif-acquisition.c b/gpif-acquisition.c index 18cdd79..7d3dcb6 100644 --- a/gpif-acquisition.c +++ b/gpif-acquisition.c @@ -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 . */ #include diff --git a/hantek_6022be.c b/hantek_6022be.c index e089e96..dfd3522 100644 --- a/hantek_6022be.c +++ b/hantek_6022be.c @@ -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 . */ #include diff --git a/hw/braintechnology-usb-lps/dscr.a51 b/hw/braintechnology-usb-lps/dscr.a51 index e38eafd..884145c 100644 --- a/hw/braintechnology-usb-lps/dscr.a51 +++ b/hw/braintechnology-usb-lps/dscr.a51 @@ -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 . ;; VID = 0xd016 ; Manufacturer ID (0x16d0) diff --git a/hw/cwav-usbeeax/dscr.a51 b/hw/cwav-usbeeax/dscr.a51 index 7959cba..8b0c793 100644 --- a/hw/cwav-usbeeax/dscr.a51 +++ b/hw/cwav-usbeeax/dscr.a51 @@ -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 . ;; VID = 0xa908 ; Manufacturer ID (0x08a9) diff --git a/hw/cwav-usbeedx/dscr.a51 b/hw/cwav-usbeedx/dscr.a51 index c6a04fe..780e785 100644 --- a/hw/cwav-usbeedx/dscr.a51 +++ b/hw/cwav-usbeedx/dscr.a51 @@ -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 . ;; VID = 0xa908 ; Manufacturer ID (0x08a9) diff --git a/hw/cwav-usbeesx/dscr.a51 b/hw/cwav-usbeesx/dscr.a51 index cff9eb9..2c6a37b 100644 --- a/hw/cwav-usbeesx/dscr.a51 +++ b/hw/cwav-usbeesx/dscr.a51 @@ -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 . ;; VID = 0xa908 ; Manufacturer ID (0x08a9) diff --git a/hw/cwav-usbeezx/dscr.a51 b/hw/cwav-usbeezx/dscr.a51 index f45f9cd..7b4b3ea 100644 --- a/hw/cwav-usbeezx/dscr.a51 +++ b/hw/cwav-usbeezx/dscr.a51 @@ -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 . ;; VID = 0xa908 ; Manufacturer ID (0x08a9) diff --git a/hw/cypress-fx2/dscr.a51 b/hw/cypress-fx2/dscr.a51 index 8243cee..45af158 100644 --- a/hw/cypress-fx2/dscr.a51 +++ b/hw/cypress-fx2/dscr.a51 @@ -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 . ;; VID = 0xb404 ; Manufacturer ID (0x04b4) diff --git a/hw/hantek-6022be/dscr.a51 b/hw/hantek-6022be/dscr.a51 index 942d327..ae07727 100644 --- a/hw/hantek-6022be/dscr.a51 +++ b/hw/hantek-6022be/dscr.a51 @@ -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 . ;; VID = 0x501d ; Manufacturer ID (0x1d50) diff --git a/hw/sainsmart-dds120/dscr.a51 b/hw/sainsmart-dds120/dscr.a51 index 79f8e02..e8d906f 100644 --- a/hw/sainsmart-dds120/dscr.a51 +++ b/hw/sainsmart-dds120/dscr.a51 @@ -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 . ;; VID = 0x501d ; Manufacturer ID (0x1d50) diff --git a/hw/saleae-logic/dscr.a51 b/hw/saleae-logic/dscr.a51 index aba8cae..2aaa8f3 100644 --- a/hw/saleae-logic/dscr.a51 +++ b/hw/saleae-logic/dscr.a51 @@ -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 . ;; VID = 0x2509 ; Manufacturer ID (0x0925) diff --git a/hw/sigrok-fx2-16ch/dscr.a51 b/hw/sigrok-fx2-16ch/dscr.a51 index 5657bdd..3d6a466 100644 --- a/hw/sigrok-fx2-16ch/dscr.a51 +++ b/hw/sigrok-fx2-16ch/dscr.a51 @@ -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 . ;; VID = 0x501D ; Manufacturer ID (0x1D50) diff --git a/hw/sigrok-fx2-8ch/dscr.a51 b/hw/sigrok-fx2-8ch/dscr.a51 index c9b23ea..535228e 100644 --- a/hw/sigrok-fx2-8ch/dscr.a51 +++ b/hw/sigrok-fx2-8ch/dscr.a51 @@ -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 . ;; VID = 0x501D ; Manufacturer ID (0x1D50) diff --git a/include/command.h b/include/command.h index c965720..686a743 100644 --- a/include/command.h +++ b/include/command.h @@ -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 . */ #ifndef FX2LAFW_INCLUDE_COMMAND_H diff --git a/include/common.inc b/include/common.inc index 55520d1..44e822f 100644 --- a/include/common.inc +++ b/include/common.inc @@ -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 . ;; .macro string_descriptor_a n,str diff --git a/include/dscr.inc b/include/dscr.inc index 9f53fa5..d4327ba 100644 --- a/include/dscr.inc +++ b/include/dscr.inc @@ -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 . ;; .include "common.inc" diff --git a/include/dscr_hantek_6022be.inc b/include/dscr_hantek_6022be.inc index 418c2c7..c7dee45 100644 --- a/include/dscr_hantek_6022be.inc +++ b/include/dscr_hantek_6022be.inc @@ -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 . ;; .include "common.inc" diff --git a/include/fx2lafw.h b/include/fx2lafw.h index abd877b..7a24cf6 100644 --- a/include/fx2lafw.h +++ b/include/fx2lafw.h @@ -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 . */ #ifndef FX2LAFW_INCLUDE_FX2LAFW_H diff --git a/include/gpif-acquisition.h b/include/gpif-acquisition.h index 0b1f964..7b55b83 100644 --- a/include/gpif-acquisition.h +++ b/include/gpif-acquisition.h @@ -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 . */ #ifndef FX2LAFW_INCLUDE_GPIF_ACQUISITION_H diff --git a/sainsmart_dds120.c b/sainsmart_dds120.c index 9f06af3..2c3b73c 100644 --- a/sainsmart_dds120.c +++ b/sainsmart_dds120.c @@ -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 . */ #include