From: Gerhard Sittig Date: Thu, 20 Oct 2016 07:38:16 +0000 (+0200) Subject: license: remove FSF postal address from boiler plate license text X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-meter.git;a=commitdiff_plain;h=0b63748bf0df16561324cd77938425d2f9b7b040 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 b/Makefile index e5fb32c..6e3fb15 100644 --- 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 . ## ifneq ($(MAKECMDGOALS),clean) diff --git a/acquisition.py b/acquisition.py index 6e9a3d4..e720715 100644 --- a/acquisition.py +++ b/acquisition.py @@ -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 . ## import qtcompat diff --git a/datamodel.py b/datamodel.py index 83d5ef6..828374e 100644 --- a/datamodel.py +++ b/datamodel.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 . ## import itertools diff --git a/icons.py b/icons.py index ad91dbb..5d5799d 100644 --- 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 . ## import qtcompat diff --git a/icons/copy_icons.py b/icons/copy_icons.py index 9edcbba..c5f0845 100755 --- a/icons/copy_icons.py +++ b/icons/copy_icons.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 . ## # This scripts copies the icons that sigrok-meter uses from the icon pack, diff --git a/mainwindow.py b/mainwindow.py index 560dfd3..26f1005 100644 --- a/mainwindow.py +++ b/mainwindow.py @@ -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 . ## import acquisition diff --git a/multiplotwidget.py b/multiplotwidget.py index 7729489..603b2f7 100755 --- a/multiplotwidget.py +++ b/multiplotwidget.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 . ## import qtcompat diff --git a/qtcompat.py b/qtcompat.py index e047d30..6da32cc 100644 --- a/qtcompat.py +++ b/qtcompat.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 . ## import sys diff --git a/settings.py b/settings.py index a04b0eb..8f060d3 100644 --- a/settings.py +++ b/settings.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 . ## import qtcompat diff --git a/sigrok-meter b/sigrok-meter index a56233d..b2f6007 100755 --- a/sigrok-meter +++ b/sigrok-meter @@ -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 . ## import argparse diff --git a/test.py b/test.py index 70b9f74..4515870 100755 --- 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 . ## import sigrok.core as sr diff --git a/util.py b/util.py index 458d05d..10bd834 100644 --- 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 . ## import sigrok.core as sr