Skip to content

Commit 9bbefef

Browse files
committed
metasearch: fix fsf address
1 parent 9f77717 commit 9bbefef

File tree

11 files changed

+33
-43
lines changed

11 files changed

+33
-43
lines changed

ms-windows/Installer-Files/LICENSE.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313

14-
You should have received a copy of the GNU General Public License
15-
along with this program; if not, write to the Free Software
16-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
You should have received a copy of the GNU General Public License along
15+
with this program; if not, write to the Free Software Foundation, Inc.,
16+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717

1818
In addition, as a special exception, the QGIS Development Team gives
1919
permission to link the code of this program with the Qt library,

python/plugins/MetaSearch/__init__.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
1818
# details.
1919
#
20-
# A copy of the GNU General Public License is available on the World Wide Web
21-
# at <http://www.gnu.org/copyleft/gpl.html>. You can also obtain it by writing
22-
# to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
23-
# MA 02111-1307, USA.
20+
# You should have received a copy of the GNU General Public License along
21+
# with this program; if not, write to the Free Software Foundation, Inc.,
22+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2423
#
2524
###############################################################################
2625

python/plugins/MetaSearch/dialogs/__init__.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
1414
# details.
1515
#
16-
# A copy of the GNU General Public License is available on the World Wide Web
17-
# at <http://www.gnu.org/copyleft/gpl.html>. You can also obtain it by writing
18-
# to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
19-
# MA 02111-1307, USA.
16+
# You should have received a copy of the GNU General Public License along
17+
# with this program; if not, write to the Free Software Foundation, Inc.,
18+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2019
#
2120
###############################################################################

python/plugins/MetaSearch/dialogs/maindialog.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
2222
# details.
2323
#
24-
# A copy of the GNU General Public License is available on the World Wide Web
25-
# at <http://www.gnu.org/copyleft/gpl.html>. You can also obtain it by writing
26-
# to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
27-
# MA 02111-1307, USA.
24+
# You should have received a copy of the GNU General Public License along
25+
# with this program; if not, write to the Free Software Foundation, Inc.,
26+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2827
#
2928
###############################################################################
3029

python/plugins/MetaSearch/dialogs/manageconnectionsdialog.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
2222
# details.
2323
#
24-
# A copy of the GNU General Public License is available on the World Wide Web
25-
# at <http://www.gnu.org/copyleft/gpl.html>. You can also obtain it by writing
26-
# to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
27-
# MA 02111-1307, USA.
24+
# You should have received a copy of the GNU General Public License along
25+
# with this program; if not, write to the Free Software Foundation, Inc.,
26+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2827
#
2928
###############################################################################
3029

python/plugins/MetaSearch/dialogs/newconnectiondialog.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
2222
# details.
2323
#
24-
# A copy of the GNU General Public License is available on the World Wide Web
25-
# at <http://www.gnu.org/copyleft/gpl.html>. You can also obtain it by writing
26-
# to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
27-
# MA 02111-1307, USA.
24+
# You should have received a copy of the GNU General Public License along
25+
# with this program; if not, write to the Free Software Foundation, Inc.,
26+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2827
#
2928
###############################################################################
3029

python/plugins/MetaSearch/dialogs/recorddialog.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
2222
# details.
2323
#
24-
# A copy of the GNU General Public License is available on the World Wide Web
25-
# at <http://www.gnu.org/copyleft/gpl.html>. You can also obtain it by writing
26-
# to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
27-
# MA 02111-1307, USA.
24+
# You should have received a copy of the GNU General Public License along
25+
# with this program; if not, write to the Free Software Foundation, Inc.,
26+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2827
#
2928
###############################################################################
3029

python/plugins/MetaSearch/dialogs/xmldialog.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
1818
# details.
1919
#
20-
# A copy of the GNU General Public License is available on the World Wide Web
21-
# at <http://www.gnu.org/copyleft/gpl.html>. You can also obtain it by writing
22-
# to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
23-
# MA 02111-1307, USA.
20+
# You should have received a copy of the GNU General Public License along
21+
# with this program; if not, write to the Free Software Foundation, Inc.,
22+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2423
#
2524
###############################################################################
2625

python/plugins/MetaSearch/plugin.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
1818
# details.
1919
#
20-
# A copy of the GNU General Public License is available on the World Wide Web
21-
# at <http://www.gnu.org/copyleft/gpl.html>. You can also obtain it by writing
22-
# to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
23-
# MA 02111-1307, USA.
20+
# You should have received a copy of the GNU General Public License along
21+
# with this program; if not, write to the Free Software Foundation, Inc.,
22+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2423
#
2524
###############################################################################
2625

python/plugins/MetaSearch/ui/__init__.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
1414
# details.
1515
#
16-
# A copy of the GNU General Public License is available on the World Wide Web
17-
# at <http://www.gnu.org/copyleft/gpl.html>. You can also obtain it by writing
18-
# to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
19-
# MA 02111-1307, USA.
16+
# You should have received a copy of the GNU General Public License along
17+
# with this program; if not, write to the Free Software Foundation, Inc.,
18+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2019
#
2120
###############################################################################

python/plugins/MetaSearch/util.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@
1818
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
1919
# details.
2020
#
21-
# A copy of the GNU General Public License is available on the World Wide Web
22-
# at <http://www.gnu.org/copyleft/gpl.html>. You can also obtain it by writing
23-
# to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
24-
# MA 02111-1307, USA.
21+
# You should have received a copy of the GNU General Public License along
22+
# with this program; if not, write to the Free Software Foundation, Inc.,
23+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2524
#
2625
###############################################################################
2726

0 commit comments

Comments
 (0)