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

12 files changed:
Makefile
acquisition.py
datamodel.py
icons.py
icons/copy_icons.py
mainwindow.py
multiplotwidget.py
qtcompat.py
settings.py
sigrok-meter
test.py
util.py

index e5fb32c9871d37b82eac4697018e3b8d6924b171..6e3fb158d19d35eca216945516975555883b9cbc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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/>.
 ##
 
 ifneq ($(MAKECMDGOALS),clean)
index 6e9a3d44b901858b138c81c9c3912af2074e17a2..e720715cc0b07be9e9b8a0995d9c0ec4c22f4191 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/>.
 ##
 
 import qtcompat
index 83d5ef60df7080c225215eb1cc299e87f311de7a..828374e823cb63155f7d0d83215a69138fded421 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/>.
 ##
 
 import itertools
index ad91dbb643bed1199cdb18c4c30f83b140af5d88..5d5799d86825534ad7d03ddf32b6e6ee774e58d5 100644 (file)
--- a/icons.py
+++ b/icons.py
@@ -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/>.
 ##
 
 import qtcompat
index 9edcbba6ccd00d80168b9ffdedca55101e6cee3b..c5f0845e174c4b3cf0e642e7fbfe0f015a482a3d 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/>.
 ##
 
 # This scripts copies the icons that sigrok-meter uses from the icon pack,
index 560dfd3c02327a665f45c005bbe28203c9655bae..26f1005bdbe5558c68edbd212d8d2768b1afcccf 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/>.
 ##
 
 import acquisition
index 7729489d4cc32ba9bc9b3618d24a4999191bcbda..603b2f7b2c409a8253e95b42998052d9ef586383 100755 (executable)
@@ -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/>.
 ##
 
 import qtcompat
index e047d30372ad250492f0f9540a52be99dc2c3a65..6da32cc2e31a047df939ac9e0270b5166862f9ba 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/>.
 ##
 
 import sys
index a04b0eba84fce6fecbf7e4612209db9073d6858f..8f060d3918239c54ff78e43598d82410063974c6 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/>.
 ##
 
 import qtcompat
index a56233d8cbf3212c24320b761cadd9bb2c1c7601..b2f60070d5442d284d76a58aa74b814599e458f6 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/>.
 ##
 
 import argparse
diff --git a/test.py b/test.py
index 70b9f7458a0ddc4abd0604b62ae970627c1812a6..451587097debf6821b07de57fa545a1c419d53ec 100755 (executable)
--- a/test.py
+++ b/test.py
@@ -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/>.
 ##
 
 import sigrok.core as sr
diff --git a/util.py b/util.py
index 458d05d06666b738d353e0fda2ba85e029e44a2c..10bd8345220021262b065e089ea388485d0b5461 100644 (file)
--- a/util.py
+++ b/util.py
@@ -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/>.
 ##
 
 import sigrok.core as sr