summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Mustieles <daniel.mustieles@gmail.com>2014-01-23 12:51:32 +0100
committerDaniel Mustieles <daniel.mustieles@gmail.com>2014-01-31 14:13:48 +0100
commite314fbcc9936491357345193901b5b257d687cec (patch)
tree1a743002ab8b3b7a3005edb2a585696488d67e6c /src
parentc11475950e3378c726e25f5fde2057ff25433bc1 (diff)
downloadnautilus-e314fbcc9936491357345193901b5b257d687cec.tar.gz
Updated FSF's address
Diffstat (limited to 'src')
-rw-r--r--src/nautilus-application.h4
-rw-r--r--src/nautilus-autorun-software.c3
-rw-r--r--src/nautilus-canvas-view-container.c3
-rw-r--r--src/nautilus-canvas-view-container.h3
-rw-r--r--src/nautilus-canvas-view.c3
-rw-r--r--src/nautilus-canvas-view.h3
-rw-r--r--src/nautilus-connect-server-dialog.c3
-rw-r--r--src/nautilus-connect-server-dialog.h3
-rw-r--r--src/nautilus-convert-metadata.c3
-rw-r--r--src/nautilus-desktop-canvas-view.c3
-rw-r--r--src/nautilus-desktop-canvas-view.h3
-rw-r--r--src/nautilus-empty-view.c3
-rw-r--r--src/nautilus-empty-view.h3
-rw-r--r--src/nautilus-error-reporting.c3
-rw-r--r--src/nautilus-error-reporting.h3
-rw-r--r--src/nautilus-file-management-properties.c3
-rw-r--r--src/nautilus-file-management-properties.h3
-rw-r--r--src/nautilus-floating-bar.c4
-rw-r--r--src/nautilus-floating-bar.h4
-rw-r--r--src/nautilus-image-properties-page.c4
-rw-r--r--src/nautilus-image-properties-page.h4
-rw-r--r--src/nautilus-list-model.c3
-rw-r--r--src/nautilus-list-model.h3
-rw-r--r--src/nautilus-list-view-private.h3
-rw-r--r--src/nautilus-list-view.c3
-rw-r--r--src/nautilus-list-view.h3
-rw-r--r--src/nautilus-location-entry.c3
-rw-r--r--src/nautilus-location-entry.h3
-rw-r--r--src/nautilus-mime-actions.c3
-rw-r--r--src/nautilus-mime-actions.h3
-rw-r--r--src/nautilus-pathbar.c4
-rw-r--r--src/nautilus-pathbar.h4
-rw-r--r--src/nautilus-progress-info-widget.c4
-rw-r--r--src/nautilus-progress-info-widget.h4
-rw-r--r--src/nautilus-progress-ui-handler.c4
-rw-r--r--src/nautilus-progress-ui-handler.h4
-rw-r--r--src/nautilus-properties-window.c3
-rw-r--r--src/nautilus-properties-window.h3
-rw-r--r--src/nautilus-query-editor.c3
-rw-r--r--src/nautilus-query-editor.h3
-rw-r--r--src/nautilus-special-location-bar.c3
-rw-r--r--src/nautilus-special-location-bar.h3
-rw-r--r--src/nautilus-trash-bar.c3
-rw-r--r--src/nautilus-trash-bar.h3
-rw-r--r--src/nautilus-view-dnd.c4
-rw-r--r--src/nautilus-view-dnd.h4
-rw-r--r--src/nautilus-view.c4
-rw-r--r--src/nautilus-view.h4
-rw-r--r--src/nautilus-window-slot-dnd.c3
-rw-r--r--src/nautilus-window-slot-dnd.h3
-rw-r--r--src/nautilus-window-slot.c4
-rw-r--r--src/nautilus-window-slot.h4
-rw-r--r--src/nautilus-x-content-bar.c3
-rw-r--r--src/nautilus-x-content-bar.h3
54 files changed, 54 insertions, 125 deletions
diff --git a/src/nautilus-application.h b/src/nautilus-application.h
index 18b8db38c..75679a402 100644
--- a/src/nautilus-application.h
+++ b/src/nautilus-application.h
@@ -16,9 +16,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __NAUTILUS_APPLICATION_H__
diff --git a/src/nautilus-autorun-software.c b/src/nautilus-autorun-software.c
index d63a68281..3a1eb0a60 100644
--- a/src/nautilus-autorun-software.c
+++ b/src/nautilus-autorun-software.c
@@ -16,8 +16,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: David Zeuthen <davidz@redhat.com>
*/
diff --git a/src/nautilus-canvas-view-container.c b/src/nautilus-canvas-view-container.c
index e786e4a5d..a96671355 100644
--- a/src/nautilus-canvas-view-container.c
+++ b/src/nautilus-canvas-view-container.c
@@ -16,8 +16,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Michael Meeks <michael@ximian.com>
*/
diff --git a/src/nautilus-canvas-view-container.h b/src/nautilus-canvas-view-container.h
index 6677d74b3..c588517a3 100644
--- a/src/nautilus-canvas-view-container.h
+++ b/src/nautilus-canvas-view-container.h
@@ -16,8 +16,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Author: Michael Meeks <michael@ximian.com>
*/
diff --git a/src/nautilus-canvas-view.c b/src/nautilus-canvas-view.c
index 50af73666..c3dad37ba 100644
--- a/src/nautilus-canvas-view.c
+++ b/src/nautilus-canvas-view.c
@@ -16,8 +16,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: John Sullivan <sullivan@eazel.com>
*/
diff --git a/src/nautilus-canvas-view.h b/src/nautilus-canvas-view.h
index 6325a9993..e2b77edf9 100644
--- a/src/nautilus-canvas-view.h
+++ b/src/nautilus-canvas-view.h
@@ -16,8 +16,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with the Gnome Library; see the file COPYING.LIB. If not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * see <http://www.gnu.org/licenses/>.
*
* Authors: John Sullivan <sullivan@eazel.com>
*
diff --git a/src/nautilus-connect-server-dialog.c b/src/nautilus-connect-server-dialog.c
index 7de69832b..bd18e4de1 100644
--- a/src/nautilus-connect-server-dialog.c
+++ b/src/nautilus-connect-server-dialog.c
@@ -17,8 +17,7 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; see the file COPYING. If not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/nautilus-connect-server-dialog.h b/src/nautilus-connect-server-dialog.h
index 9f8cbd298..352be4d6b 100644
--- a/src/nautilus-connect-server-dialog.h
+++ b/src/nautilus-connect-server-dialog.h
@@ -17,8 +17,7 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; see the file COPYING. If not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * see <http://www.gnu.org/licenses/>.
*/
#ifndef NAUTILUS_CONNECT_SERVER_DIALOG_H
diff --git a/src/nautilus-convert-metadata.c b/src/nautilus-convert-metadata.c
index 3fb642c52..88c926698 100644
--- a/src/nautilus-convert-metadata.c
+++ b/src/nautilus-convert-metadata.c
@@ -16,8 +16,7 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; see the file COPYING. If not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * see <http://www.gnu.org/licenses/>.
*
* Authors:
* Alexander Larsson <alexl@redhat.com>
diff --git a/src/nautilus-desktop-canvas-view.c b/src/nautilus-desktop-canvas-view.c
index f1556decd..628ea45c1 100644
--- a/src/nautilus-desktop-canvas-view.c
+++ b/src/nautilus-desktop-canvas-view.c
@@ -16,8 +16,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: Mike Engber <engber@eazel.com>
Gene Z. Ragan <gzr@eazel.com>
diff --git a/src/nautilus-desktop-canvas-view.h b/src/nautilus-desktop-canvas-view.h
index cd084a569..8d0c4a470 100644
--- a/src/nautilus-desktop-canvas-view.h
+++ b/src/nautilus-desktop-canvas-view.h
@@ -16,8 +16,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: Mike Engber <engber@eazel.com>
*/
diff --git a/src/nautilus-empty-view.c b/src/nautilus-empty-view.c
index 203713310..7a13446c6 100644
--- a/src/nautilus-empty-view.c
+++ b/src/nautilus-empty-view.c
@@ -16,8 +16,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: Christian Neumair <chris@gnome-de.org>
*/
diff --git a/src/nautilus-empty-view.h b/src/nautilus-empty-view.h
index 14ce14c6e..56ff4e99d 100644
--- a/src/nautilus-empty-view.h
+++ b/src/nautilus-empty-view.h
@@ -16,8 +16,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: Christian Neumair <chris@gnome-de.org>
*/
diff --git a/src/nautilus-error-reporting.c b/src/nautilus-error-reporting.c
index d0f2d7ecb..ef714dd2d 100644
--- a/src/nautilus-error-reporting.c
+++ b/src/nautilus-error-reporting.c
@@ -17,8 +17,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: John Sullivan <sullivan@eazel.com>
*/
diff --git a/src/nautilus-error-reporting.h b/src/nautilus-error-reporting.h
index 4272982c6..3f2aa13e8 100644
--- a/src/nautilus-error-reporting.h
+++ b/src/nautilus-error-reporting.h
@@ -17,8 +17,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: John Sullivan <sullivan@eazel.com>
*/
diff --git a/src/nautilus-file-management-properties.c b/src/nautilus-file-management-properties.c
index 911291bed..fe5c1d8fa 100644
--- a/src/nautilus-file-management-properties.c
+++ b/src/nautilus-file-management-properties.c
@@ -16,8 +16,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: Jan Arne Petersen <jpetersen@uni-bonn.de>
*/
diff --git a/src/nautilus-file-management-properties.h b/src/nautilus-file-management-properties.h
index 48857f78c..c41797124 100644
--- a/src/nautilus-file-management-properties.h
+++ b/src/nautilus-file-management-properties.h
@@ -16,8 +16,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: Jan Arne Petersen <jpetersen@uni-bonn.de>
*/
diff --git a/src/nautilus-floating-bar.c b/src/nautilus-floating-bar.c
index 40090f1fe..d107e8ca1 100644
--- a/src/nautilus-floating-bar.c
+++ b/src/nautilus-floating-bar.c
@@ -15,9 +15,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Authors: Cosimo Cecchi <cosimoc@redhat.com>
*
diff --git a/src/nautilus-floating-bar.h b/src/nautilus-floating-bar.h
index ba31ac552..59fd1abe1 100644
--- a/src/nautilus-floating-bar.h
+++ b/src/nautilus-floating-bar.h
@@ -15,9 +15,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Authors: Cosimo Cecchi <cosimoc@redhat.com>
*
diff --git a/src/nautilus-image-properties-page.c b/src/nautilus-image-properties-page.c
index 4ef5e86af..fb5a34cb6 100644
--- a/src/nautilus-image-properties-page.c
+++ b/src/nautilus-image-properties-page.c
@@ -15,9 +15,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Alexander Larsson <alexl@redhat.com>
* XMP support by Hubert Figuiere <hfiguiere@novell.com>
diff --git a/src/nautilus-image-properties-page.h b/src/nautilus-image-properties-page.h
index 7853f4138..210e9ee00 100644
--- a/src/nautilus-image-properties-page.h
+++ b/src/nautilus-image-properties-page.h
@@ -14,9 +14,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Alexander Larsson <alexl@redhat.com>
*/
diff --git a/src/nautilus-list-model.c b/src/nautilus-list-model.c
index dc861c50c..925683f04 100644
--- a/src/nautilus-list-model.c
+++ b/src/nautilus-list-model.c
@@ -18,8 +18,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: Anders Carlsson <andersca@gnu.org>, Soeren Sandmann (sandmann@daimi.au.dk), Dave Camp <dave@ximian.com>
*/
diff --git a/src/nautilus-list-model.h b/src/nautilus-list-model.h
index 57ecd64a0..7169a7a2e 100644
--- a/src/nautilus-list-model.h
+++ b/src/nautilus-list-model.h
@@ -16,8 +16,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: Anders Carlsson <andersca@gnu.org>
*/
diff --git a/src/nautilus-list-view-private.h b/src/nautilus-list-view-private.h
index d1d3672fd..ad8c3317e 100644
--- a/src/nautilus-list-view-private.h
+++ b/src/nautilus-list-view-private.h
@@ -17,8 +17,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: Rebecca Schulman <rebecka@mit.edu>
diff --git a/src/nautilus-list-view.c b/src/nautilus-list-view.c
index e428e7091..6faf28f22 100644
--- a/src/nautilus-list-view.c
+++ b/src/nautilus-list-view.c
@@ -17,8 +17,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: John Sullivan <sullivan@eazel.com>
Anders Carlsson <andersca@gnu.org>
diff --git a/src/nautilus-list-view.h b/src/nautilus-list-view.h
index 91a26dd6f..0edddda77 100644
--- a/src/nautilus-list-view.h
+++ b/src/nautilus-list-view.h
@@ -17,8 +17,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: John Sullivan <sullivan@eazel.com>
Anders Carlsson <andersca@gnu.org>
diff --git a/src/nautilus-location-entry.c b/src/nautilus-location-entry.c
index 4de76c594..a5f23f876 100644
--- a/src/nautilus-location-entry.c
+++ b/src/nautilus-location-entry.c
@@ -17,8 +17,7 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; see the file COPYING. If not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * see <http://www.gnu.org/licenses/>.
*
* Author: Maciej Stachowiak <mjs@eazel.com>
* Ettore Perazzoli <ettore@gnu.org>
diff --git a/src/nautilus-location-entry.h b/src/nautilus-location-entry.h
index 21e30e9d1..d4c826bac 100644
--- a/src/nautilus-location-entry.h
+++ b/src/nautilus-location-entry.h
@@ -17,8 +17,7 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; see the file COPYING. If not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * see <http://www.gnu.org/licenses/>.
*
* Author: Maciej Stachowiak <mjs@eazel.com>
* Ettore Perazzoli <ettore@gnu.org>
diff --git a/src/nautilus-mime-actions.c b/src/nautilus-mime-actions.c
index 401aa8c92..ca1f0acc8 100644
--- a/src/nautilus-mime-actions.c
+++ b/src/nautilus-mime-actions.c
@@ -16,8 +16,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: Maciej Stachowiak <mjs@eazel.com>
*/
diff --git a/src/nautilus-mime-actions.h b/src/nautilus-mime-actions.h
index 8f9b73a75..91ea7bea2 100644
--- a/src/nautilus-mime-actions.h
+++ b/src/nautilus-mime-actions.h
@@ -16,8 +16,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: Maciej Stachowiak <mjs@eazel.com>
*/
diff --git a/src/nautilus-pathbar.c b/src/nautilus-pathbar.c
index b16f7f4f3..09ecae886 100644
--- a/src/nautilus-pathbar.c
+++ b/src/nautilus-pathbar.c
@@ -13,9 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/nautilus-pathbar.h b/src/nautilus-pathbar.h
index 984e0e3e0..471c0e145 100644
--- a/src/nautilus-pathbar.h
+++ b/src/nautilus-pathbar.h
@@ -12,9 +12,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
*
*/
diff --git a/src/nautilus-progress-info-widget.c b/src/nautilus-progress-info-widget.c
index 637ec152e..491ac8ba7 100644
--- a/src/nautilus-progress-info-widget.c
+++ b/src/nautilus-progress-info-widget.c
@@ -15,9 +15,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Authors: Alexander Larsson <alexl@redhat.com>
* Cosimo Cecchi <cosimoc@redhat.com>
diff --git a/src/nautilus-progress-info-widget.h b/src/nautilus-progress-info-widget.h
index 4b0373d8e..38915d136 100644
--- a/src/nautilus-progress-info-widget.h
+++ b/src/nautilus-progress-info-widget.h
@@ -15,9 +15,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Authors: Alexander Larsson <alexl@redhat.com>
* Cosimo Cecchi <cosimoc@redhat.com>
diff --git a/src/nautilus-progress-ui-handler.c b/src/nautilus-progress-ui-handler.c
index 020ec04d3..d21874d29 100644
--- a/src/nautilus-progress-ui-handler.c
+++ b/src/nautilus-progress-ui-handler.c
@@ -15,9 +15,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Authors: Alexander Larsson <alexl@redhat.com>
* Cosimo Cecchi <cosimoc@redhat.com>
diff --git a/src/nautilus-progress-ui-handler.h b/src/nautilus-progress-ui-handler.h
index f09c2ea51..35f22e41f 100644
--- a/src/nautilus-progress-ui-handler.h
+++ b/src/nautilus-progress-ui-handler.h
@@ -15,9 +15,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Authors: Alexander Larsson <alexl@redhat.com>
* Cosimo Cecchi <cosimoc@redhat.com>
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index 047843e34..68e68cd1f 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -16,8 +16,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: Darin Adler <darin@bentspoon.com>
*/
diff --git a/src/nautilus-properties-window.h b/src/nautilus-properties-window.h
index 593d9d671..f9f39fbdd 100644
--- a/src/nautilus-properties-window.h
+++ b/src/nautilus-properties-window.h
@@ -17,8 +17,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ see <http://www.gnu.org/licenses/>.
Authors: Darin Adler <darin@bentspoon.com>
*/
diff --git a/src/nautilus-query-editor.c b/src/nautilus-query-editor.c
index 349f400b1..20a6e4f6c 100644
--- a/src/nautilus-query-editor.c
+++ b/src/nautilus-query-editor.c
@@ -14,8 +14,7 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; see the file COPYING. If not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * see <http://www.gnu.org/licenses/>.
*
* Author: Alexander Larsson <alexl@redhat.com>
*
diff --git a/src/nautilus-query-editor.h b/src/nautilus-query-editor.h
index f3941436e..4733953af 100644
--- a/src/nautilus-query-editor.h
+++ b/src/nautilus-query-editor.h
@@ -14,8 +14,7 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; see the file COPYING. If not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * see <http://www.gnu.org/licenses/>.
*
* Author: Alexander Larsson <alexl@redhat.com>
*
diff --git a/src/nautilus-special-location-bar.c b/src/nautilus-special-location-bar.c
index 0c5350bd6..e28bbc9d8 100644
--- a/src/nautilus-special-location-bar.c
+++ b/src/nautilus-special-location-bar.c
@@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/src/nautilus-special-location-bar.h b/src/nautilus-special-location-bar.h
index 0e34e5861..c72aaa511 100644
--- a/src/nautilus-special-location-bar.h
+++ b/src/nautilus-special-location-bar.h
@@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/src/nautilus-trash-bar.c b/src/nautilus-trash-bar.c
index cf6e2fc1a..7f7a76b01 100644
--- a/src/nautilus-trash-bar.c
+++ b/src/nautilus-trash-bar.c
@@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Authors: Paolo Borelli <pborelli@katamail.com>
*
diff --git a/src/nautilus-trash-bar.h b/src/nautilus-trash-bar.h
index beb7f7ce1..9190415fd 100644
--- a/src/nautilus-trash-bar.h
+++ b/src/nautilus-trash-bar.h
@@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Authors: Paolo Borelli <pborelli@katamail.com>
*
diff --git a/src/nautilus-view-dnd.c b/src/nautilus-view-dnd.c
index 5459f970d..2a55240cf 100644
--- a/src/nautilus-view-dnd.c
+++ b/src/nautilus-view-dnd.c
@@ -17,9 +17,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Authors: Ettore Perazzoli
* Darin Adler <darin@bentspoon.com>
diff --git a/src/nautilus-view-dnd.h b/src/nautilus-view-dnd.h
index bdfa1f684..bd09af404 100644
--- a/src/nautilus-view-dnd.h
+++ b/src/nautilus-view-dnd.h
@@ -17,9 +17,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Authors: Ettore Perazzoli
* Darin Adler <darin@bentspoon.com>
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index 481d039f7..1965ac03f 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -16,9 +16,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Authors: Ettore Perazzoli,
* John Sullivan <sullivan@eazel.com>,
diff --git a/src/nautilus-view.h b/src/nautilus-view.h
index 594101ad5..98f3d57cc 100644
--- a/src/nautilus-view.h
+++ b/src/nautilus-view.h
@@ -15,9 +15,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Authors: Ettore Perazzoli
* Darin Adler <darin@bentspoon.com>
diff --git a/src/nautilus-window-slot-dnd.c b/src/nautilus-window-slot-dnd.c
index 3d6638cad..548515cda 100644
--- a/src/nautilus-window-slot-dnd.c
+++ b/src/nautilus-window-slot-dnd.c
@@ -17,8 +17,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with the Gnome Library; see the file COPYING.LIB. If not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * see <http://www.gnu.org/licenses/>.
*
* Authors: Pavel Cisler <pavel@eazel.com>,
* Ettore Perazzoli <ettore@gnu.org>
diff --git a/src/nautilus-window-slot-dnd.h b/src/nautilus-window-slot-dnd.h
index 86b81665f..a4897b6ef 100644
--- a/src/nautilus-window-slot-dnd.h
+++ b/src/nautilus-window-slot-dnd.h
@@ -17,8 +17,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with the Gnome Library; see the file COPYING.LIB. If not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * see <http://www.gnu.org/licenses/>.
*
* Authors: Pavel Cisler <pavel@eazel.com>,
* Ettore Perazzoli <ettore@gnu.org>
diff --git a/src/nautilus-window-slot.c b/src/nautilus-window-slot.c
index 545eee444..922ee7e6b 100644
--- a/src/nautilus-window-slot.c
+++ b/src/nautilus-window-slot.c
@@ -15,9 +15,7 @@
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., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ License along with this program; if not, see <http://www.gnu.org/licenses/>.
Author: Christian Neumair <cneumair@gnome.org>
*/
diff --git a/src/nautilus-window-slot.h b/src/nautilus-window-slot.h
index 13acf8c0c..aa9766d85 100644
--- a/src/nautilus-window-slot.h
+++ b/src/nautilus-window-slot.h
@@ -15,9 +15,7 @@
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., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ License along with this program; if not, see <http://www.gnu.org/licenses/>.
Author: Christian Neumair <cneumair@gnome.org>
*/
diff --git a/src/nautilus-x-content-bar.c b/src/nautilus-x-content-bar.c
index fae37678d..586296abb 100644
--- a/src/nautilus-x-content-bar.c
+++ b/src/nautilus-x-content-bar.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Authors: David Zeuthen <davidz@redhat.com>
* Paolo Borelli <pborelli@katamail.com>
diff --git a/src/nautilus-x-content-bar.h b/src/nautilus-x-content-bar.h
index 0bbfafed8..4b0d7e674 100644
--- a/src/nautilus-x-content-bar.h
+++ b/src/nautilus-x-content-bar.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Authors: David Zeuthen <davidz@redhat.com>
* Paolo Borelli <pborelli@katamail.com>