]> sigrok.org Git - sigrok-firmware.git/commitdiff
license: remove FSF postal address from boiler plate license text
authorGerhard Sittig <redacted>
Thu, 20 Oct 2016 07:34:22 +0000 (09:34 +0200)
committerGerhard Sittig <redacted>
Sun, 8 Jan 2017 10:23:45 +0000 (11:23 +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.

Makefile.am
autogen.sh
configure.ac

index ed76c0dd5be53eedaf4c181438913925a732b550..392069f8297024dc66731d10d79937612afeca9d 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 a9b58435db6110ebc2b1531a7cb1a12bd63f55c8..08c03a5b2f80b95b9c97fb3bad402df77b4add9c 100755 (executable)
@@ -16,8 +16,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 f788ad8cf50d8c40c72a63a4efd9f39b445487a1..0896c3b7de9e8cee3b40da4f63d873c000b3aee8 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).