[file-roller] Specify the Internet site instead of the FSF address.
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] Specify the Internet site instead of the FSF address.
- Date: Tue, 2 Nov 2010 12:29:42 +0000 (UTC)
commit 04b4a4e40d15fd97445f81849b04afcd13686c68
Author: Paolo Bacchilega <paobac src gnome org>
Date: Tue Nov 2 13:28:15 2010 +0100
Specify the Internet site instead of the FSF address.
src/actions.c | 3 +--
src/actions.h | 3 +--
src/commands/rpm2cpio.c | 3 +--
src/dlg-add-files.c | 3 +--
src/dlg-add-files.h | 3 +--
src/dlg-add-folder.c | 3 +--
src/dlg-add-folder.h | 3 +--
src/dlg-ask-password.c | 3 +--
src/dlg-ask-password.h | 3 +--
src/dlg-batch-add.c | 3 +--
src/dlg-batch-add.h | 3 +--
src/dlg-delete.c | 3 +--
src/dlg-delete.h | 3 +--
src/dlg-extract.c | 3 +--
src/dlg-extract.h | 3 +--
src/dlg-new.c | 3 +--
src/dlg-new.h | 3 +--
src/dlg-open-with.c | 3 +--
src/dlg-open-with.h | 3 +--
src/dlg-package-installer.c | 3 +--
src/dlg-package-installer.h | 3 +--
src/dlg-password.c | 3 +--
src/dlg-password.h | 3 +--
src/dlg-prop.c | 3 +--
src/dlg-prop.h | 3 +--
src/dlg-update.c | 3 +--
src/dlg-update.h | 3 +--
src/file-data.c | 3 +--
src/file-data.h | 3 +--
src/file-utils.c | 3 +--
src/file-utils.h | 3 +--
src/fr-archive.c | 3 +--
src/fr-archive.h | 3 +--
src/fr-command-7z.c | 3 +--
src/fr-command-7z.h | 3 +--
src/fr-command-ace.c | 3 +--
src/fr-command-ace.h | 3 +--
src/fr-command-alz.c | 3 +--
src/fr-command-alz.h | 3 +--
src/fr-command-ar.c | 3 +--
src/fr-command-ar.h | 3 +--
src/fr-command-arj.c | 3 +--
src/fr-command-arj.h | 3 +--
src/fr-command-cfile.c | 3 +--
src/fr-command-cfile.h | 3 +--
src/fr-command-cpio.c | 3 +--
src/fr-command-cpio.h | 3 +--
src/fr-command-dpkg.c | 3 +--
src/fr-command-dpkg.h | 3 +--
src/fr-command-iso.c | 3 +--
src/fr-command-iso.h | 3 +--
src/fr-command-jar.c | 3 +--
src/fr-command-jar.h | 3 +--
src/fr-command-lha.c | 3 +--
src/fr-command-lha.h | 3 +--
src/fr-command-rar.c | 3 +--
src/fr-command-rar.h | 3 +--
src/fr-command-rpm.c | 3 +--
src/fr-command-rpm.h | 3 +--
src/fr-command-tar.c | 3 +--
src/fr-command-tar.h | 3 +--
src/fr-command-unstuff.c | 3 +--
src/fr-command-unstuff.h | 3 +--
src/fr-command-zip.c | 3 +--
src/fr-command-zip.h | 3 +--
src/fr-command-zoo.c | 3 +--
src/fr-command-zoo.h | 3 +--
src/fr-command.c | 3 +--
src/fr-command.h | 3 +--
src/fr-error.c | 3 +--
src/fr-error.h | 3 +--
src/fr-list-model.c | 3 +--
src/fr-list-model.h | 3 +--
src/fr-process.c | 3 +--
src/fr-process.h | 3 +--
src/fr-stock.c | 3 +--
src/fr-stock.h | 3 +--
src/fr-window.c | 4 ++--
src/fr-window.h | 3 +--
src/gio-utils.c | 3 +--
src/gio-utils.h | 3 +--
src/glib-utils.c | 3 +--
src/glib-utils.h | 3 +--
src/gtk-utils.c | 3 +--
src/gtk-utils.h | 3 +--
src/java-utils.c | 3 +--
src/java-utils.h | 3 +--
src/main.c | 3 +--
src/main.h | 3 +--
src/mkdtemp.h | 3 +--
src/open-file.c | 3 +--
src/open-file.h | 3 +--
src/preferences.c | 3 +--
src/preferences.h | 3 +--
src/typedefs.h | 3 +--
src/ui.h | 3 +--
96 files changed, 97 insertions(+), 192 deletions(-)
---
diff --git a/src/actions.c b/src/actions.c
index e74da36..2610dc4 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/actions.h b/src/actions.h
index b0d1def..3e4502c 100644
--- a/src/actions.h
+++ b/src/actions.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef ACTIONS_H
diff --git a/src/commands/rpm2cpio.c b/src/commands/rpm2cpio.c
index 034cd89..a2477a7 100644
--- a/src/commands/rpm2cpio.c
+++ b/src/commands/rpm2cpio.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/dlg-add-files.c b/src/dlg-add-files.c
index 3219a23..2a0191e 100644
--- a/src/dlg-add-files.c
+++ b/src/dlg-add-files.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/dlg-add-files.h b/src/dlg-add-files.h
index dc6c556..e8854bd 100644
--- a/src/dlg-add-files.h
+++ b/src/dlg-add-files.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DLG_ADD_FILES_H
diff --git a/src/dlg-add-folder.c b/src/dlg-add-folder.c
index 528370c..87e6d45 100644
--- a/src/dlg-add-folder.c
+++ b/src/dlg-add-folder.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/dlg-add-folder.h b/src/dlg-add-folder.h
index 44720a3..9cc358b 100644
--- a/src/dlg-add-folder.h
+++ b/src/dlg-add-folder.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DLG_ADD_FOLDER_H
diff --git a/src/dlg-ask-password.c b/src/dlg-ask-password.c
index b5590dc..a95eac6 100644
--- a/src/dlg-ask-password.c
+++ b/src/dlg-ask-password.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/dlg-ask-password.h b/src/dlg-ask-password.h
index 83fee75..237e5ef 100644
--- a/src/dlg-ask-password.h
+++ b/src/dlg-ask-password.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DLG_PASSWORD_H
diff --git a/src/dlg-batch-add.c b/src/dlg-batch-add.c
index c8f0153..b1a8163 100644
--- a/src/dlg-batch-add.c
+++ b/src/dlg-batch-add.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/dlg-batch-add.h b/src/dlg-batch-add.h
index d63a545..e8d2065 100644
--- a/src/dlg-batch-add.h
+++ b/src/dlg-batch-add.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DLG_BATCH_ADD_H
diff --git a/src/dlg-delete.c b/src/dlg-delete.c
index dc4f5d7..7eacb74 100644
--- a/src/dlg-delete.c
+++ b/src/dlg-delete.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/dlg-delete.h b/src/dlg-delete.h
index 488fad0..0a068a3 100644
--- a/src/dlg-delete.h
+++ b/src/dlg-delete.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DLG_DELETE_H
diff --git a/src/dlg-extract.c b/src/dlg-extract.c
index 71726ed..54ab4fb 100644
--- a/src/dlg-extract.c
+++ b/src/dlg-extract.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/dlg-extract.h b/src/dlg-extract.h
index fcf88e9..c0a3380 100644
--- a/src/dlg-extract.h
+++ b/src/dlg-extract.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DLG_EXTRACT_H
diff --git a/src/dlg-new.c b/src/dlg-new.c
index f56be0b..73c883a 100644
--- a/src/dlg-new.c
+++ b/src/dlg-new.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/dlg-new.h b/src/dlg-new.h
index 58bc86d..a162ab4 100644
--- a/src/dlg-new.h
+++ b/src/dlg-new.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DLG_NEW_H
diff --git a/src/dlg-open-with.c b/src/dlg-open-with.c
index b3b0a4c..f019e60 100644
--- a/src/dlg-open-with.c
+++ b/src/dlg-open-with.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/dlg-open-with.h b/src/dlg-open-with.h
index 9f537d4..151ecbb 100644
--- a/src/dlg-open-with.h
+++ b/src/dlg-open-with.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DLG_OPEN_WITH_H
diff --git a/src/dlg-package-installer.c b/src/dlg-package-installer.c
index cb06858..e427a50 100644
--- a/src/dlg-package-installer.c
+++ b/src/dlg-package-installer.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/dlg-package-installer.h b/src/dlg-package-installer.h
index f7df874..16405f4 100644
--- a/src/dlg-package-installer.h
+++ b/src/dlg-package-installer.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DLG_PACKAGE_INSTALLER_H
diff --git a/src/dlg-password.c b/src/dlg-password.c
index fc8ef71..2e3f588 100644
--- a/src/dlg-password.c
+++ b/src/dlg-password.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/dlg-password.h b/src/dlg-password.h
index b804078..48e562c 100644
--- a/src/dlg-password.h
+++ b/src/dlg-password.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DLG_PASSWORD_H
diff --git a/src/dlg-prop.c b/src/dlg-prop.c
index e359743..a935ea1 100644
--- a/src/dlg-prop.c
+++ b/src/dlg-prop.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/dlg-prop.h b/src/dlg-prop.h
index 50849f5..1d4b976 100644
--- a/src/dlg-prop.h
+++ b/src/dlg-prop.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DLG_PROP_H
diff --git a/src/dlg-update.c b/src/dlg-update.c
index fb400a0..6425e52 100644
--- a/src/dlg-update.c
+++ b/src/dlg-update.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/dlg-update.h b/src/dlg-update.h
index 6133887..b3b4ad3 100644
--- a/src/dlg-update.h
+++ b/src/dlg-update.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DLG_UPDATE_H
diff --git a/src/file-data.c b/src/file-data.c
index 620accb..531b6e1 100644
--- a/src/file-data.c
+++ b/src/file-data.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/file-data.h b/src/file-data.h
index cd0147a..075170d 100644
--- a/src/file-data.h
+++ b/src/file-data.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FILE_DATA_H
diff --git a/src/file-utils.c b/src/file-utils.c
index db98d88..5b3869d 100644
--- a/src/file-utils.c
+++ b/src/file-utils.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/file-utils.h b/src/file-utils.h
index 7d38ff8..aa86f0a 100644
--- a/src/file-utils.h
+++ b/src/file-utils.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FILE_UTILS_H
diff --git a/src/fr-archive.c b/src/fr-archive.c
index 4c8146a..984d2a2 100644
--- a/src/fr-archive.c
+++ b/src/fr-archive.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/fr-archive.h b/src/fr-archive.h
index 4239b60..2079254 100644
--- a/src/fr-archive.h
+++ b/src/fr-archive.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_ARCHIVE_H
diff --git a/src/fr-command-7z.c b/src/fr-command-7z.c
index 99291b1..910255b 100644
--- a/src/fr-command-7z.c
+++ b/src/fr-command-7z.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
diff --git a/src/fr-command-7z.h b/src/fr-command-7z.h
index fc7aa32..fab3b04 100644
--- a/src/fr-command-7z.h
+++ b/src/fr-command-7z.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_7Z_H
diff --git a/src/fr-command-ace.c b/src/fr-command-ace.c
index c6e889e..0c30660 100644
--- a/src/fr-command-ace.c
+++ b/src/fr-command-ace.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
diff --git a/src/fr-command-ace.h b/src/fr-command-ace.h
index e88586e..369366b 100644
--- a/src/fr-command-ace.h
+++ b/src/fr-command-ace.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_ACE_H
diff --git a/src/fr-command-alz.c b/src/fr-command-alz.c
index d800e6c..e4f4fff 100644
--- a/src/fr-command-alz.c
+++ b/src/fr-command-alz.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
diff --git a/src/fr-command-alz.h b/src/fr-command-alz.h
index 40add85..69ae14d 100644
--- a/src/fr-command-alz.h
+++ b/src/fr-command-alz.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_ALZ_H
diff --git a/src/fr-command-ar.c b/src/fr-command-ar.c
index 143687e..e8041c2 100644
--- a/src/fr-command-ar.c
+++ b/src/fr-command-ar.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
diff --git a/src/fr-command-ar.h b/src/fr-command-ar.h
index 44b724b..bbd3257 100644
--- a/src/fr-command-ar.h
+++ b/src/fr-command-ar.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_AR_H
diff --git a/src/fr-command-arj.c b/src/fr-command-arj.c
index ee214c0..b034d26 100644
--- a/src/fr-command-arj.c
+++ b/src/fr-command-arj.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
diff --git a/src/fr-command-arj.h b/src/fr-command-arj.h
index b1b860c..f0757b4 100644
--- a/src/fr-command-arj.h
+++ b/src/fr-command-arj.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_ARJ_H
diff --git a/src/fr-command-cfile.c b/src/fr-command-cfile.c
index d986575..d2f9812 100644
--- a/src/fr-command-cfile.c
+++ b/src/fr-command-cfile.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <sys/types.h>
diff --git a/src/fr-command-cfile.h b/src/fr-command-cfile.h
index d4e251c..a8e3e6b 100644
--- a/src/fr-command-cfile.h
+++ b/src/fr-command-cfile.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_CFILE_H
diff --git a/src/fr-command-cpio.c b/src/fr-command-cpio.c
index feeaad7..32d3bd4 100644
--- a/src/fr-command-cpio.c
+++ b/src/fr-command-cpio.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/fr-command-cpio.h b/src/fr-command-cpio.h
index f94159d..99cc7b6 100644
--- a/src/fr-command-cpio.h
+++ b/src/fr-command-cpio.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_CPIO_H
diff --git a/src/fr-command-dpkg.c b/src/fr-command-dpkg.c
index 8c2c012..b0ed7c5 100644
--- a/src/fr-command-dpkg.c
+++ b/src/fr-command-dpkg.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/fr-command-dpkg.h b/src/fr-command-dpkg.h
index 802eb54..fd554cb 100644
--- a/src/fr-command-dpkg.h
+++ b/src/fr-command-dpkg.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_DPKG_H
diff --git a/src/fr-command-iso.c b/src/fr-command-iso.c
index 011c734..c64653e 100644
--- a/src/fr-command-iso.c
+++ b/src/fr-command-iso.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/fr-command-iso.h b/src/fr-command-iso.h
index aba1814..41917ee 100644
--- a/src/fr-command-iso.h
+++ b/src/fr-command-iso.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_ISO_H
diff --git a/src/fr-command-jar.c b/src/fr-command-jar.c
index 3edb2e9..17f23ab 100644
--- a/src/fr-command-jar.c
+++ b/src/fr-command-jar.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <glib.h>
diff --git a/src/fr-command-jar.h b/src/fr-command-jar.h
index cf108b1..4ad14e9 100644
--- a/src/fr-command-jar.h
+++ b/src/fr-command-jar.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_JAR_H
diff --git a/src/fr-command-lha.c b/src/fr-command-lha.c
index 8fce58c..5c0b1a8 100644
--- a/src/fr-command-lha.c
+++ b/src/fr-command-lha.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
diff --git a/src/fr-command-lha.h b/src/fr-command-lha.h
index 507f189..f042e79 100644
--- a/src/fr-command-lha.h
+++ b/src/fr-command-lha.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_LHA_H
diff --git a/src/fr-command-rar.c b/src/fr-command-rar.c
index 2c42ba4..776d679 100644
--- a/src/fr-command-rar.c
+++ b/src/fr-command-rar.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
diff --git a/src/fr-command-rar.h b/src/fr-command-rar.h
index b9fffdc..d60e422 100644
--- a/src/fr-command-rar.h
+++ b/src/fr-command-rar.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_RAR_H
diff --git a/src/fr-command-rpm.c b/src/fr-command-rpm.c
index 73f5e39..c0560c5 100644
--- a/src/fr-command-rpm.c
+++ b/src/fr-command-rpm.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/fr-command-rpm.h b/src/fr-command-rpm.h
index 9b30ed3..ee79994 100644
--- a/src/fr-command-rpm.h
+++ b/src/fr-command-rpm.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_RPM_H
diff --git a/src/fr-command-tar.c b/src/fr-command-tar.c
index 4c214f4..97ae8e2 100644
--- a/src/fr-command-tar.c
+++ b/src/fr-command-tar.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/fr-command-tar.h b/src/fr-command-tar.h
index a214353..77b03a7 100644
--- a/src/fr-command-tar.h
+++ b/src/fr-command-tar.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_TAR_H
diff --git a/src/fr-command-unstuff.c b/src/fr-command-unstuff.c
index 5bd5e36..9dfae8c 100644
--- a/src/fr-command-unstuff.c
+++ b/src/fr-command-unstuff.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
diff --git a/src/fr-command-unstuff.h b/src/fr-command-unstuff.h
index e0fb7fb..d508cc6 100644
--- a/src/fr-command-unstuff.h
+++ b/src/fr-command-unstuff.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_UNSTUFF_H
diff --git a/src/fr-command-zip.c b/src/fr-command-zip.c
index 3e651f7..b2157f2 100644
--- a/src/fr-command-zip.c
+++ b/src/fr-command-zip.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/fr-command-zip.h b/src/fr-command-zip.h
index 969985d..9ba6211 100644
--- a/src/fr-command-zip.h
+++ b/src/fr-command-zip.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_ZIP_H
diff --git a/src/fr-command-zoo.c b/src/fr-command-zoo.c
index 00b79de..fbc1e5a 100644
--- a/src/fr-command-zoo.c
+++ b/src/fr-command-zoo.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
diff --git a/src/fr-command-zoo.h b/src/fr-command-zoo.h
index 4b889c3..0a7d891 100644
--- a/src/fr-command-zoo.h
+++ b/src/fr-command-zoo.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_ZOO_H
diff --git a/src/fr-command.c b/src/fr-command.c
index 873c02d..f42b461 100644
--- a/src/fr-command.c
+++ b/src/fr-command.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <string.h>
diff --git a/src/fr-command.h b/src/fr-command.h
index 39b18de..e3dd15e 100644
--- a/src/fr-command.h
+++ b/src/fr-command.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_COMMAND_H
diff --git a/src/fr-error.c b/src/fr-error.c
index ab48661..6d29d92 100644
--- a/src/fr-error.c
+++ b/src/fr-error.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/fr-error.h b/src/fr-error.h
index 59399e8..1614954 100644
--- a/src/fr-error.h
+++ b/src/fr-error.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __FR_ERROR_H__
diff --git a/src/fr-list-model.c b/src/fr-list-model.c
index 61b71d1..5462d45 100644
--- a/src/fr-list-model.c
+++ b/src/fr-list-model.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/fr-list-model.h b/src/fr-list-model.h
index c59f9dd..2a98d62 100644
--- a/src/fr-list-model.h
+++ b/src/fr-list-model.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_LIST_MODEL_H
diff --git a/src/fr-process.c b/src/fr-process.c
index 4750f59..1d732af 100644
--- a/src/fr-process.c
+++ b/src/fr-process.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <errno.h>
diff --git a/src/fr-process.h b/src/fr-process.h
index d519b03..65c3bee 100644
--- a/src/fr-process.h
+++ b/src/fr-process.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_PROCESS_H
diff --git a/src/fr-stock.c b/src/fr-stock.c
index eecd5d7..3b95233 100644
--- a/src/fr-stock.c
+++ b/src/fr-stock.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/fr-stock.h b/src/fr-stock.h
index 8d43bcd..c5acbbe 100644
--- a/src/fr-stock.h
+++ b/src/fr-stock.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_STOCK_H
diff --git a/src/fr-window.c b/src/fr-window.c
index f4b7262..f1ddc89 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -15,8 +15,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/fr-window.h b/src/fr-window.h
index 905fd29..d5d0207 100644
--- a/src/fr-window.h
+++ b/src/fr-window.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FR_WINDOW_H
diff --git a/src/gio-utils.c b/src/gio-utils.c
index 1123865..7c2c5a1 100644
--- a/src/gio-utils.c
+++ b/src/gio-utils.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <string.h>
diff --git a/src/gio-utils.h b/src/gio-utils.h
index 7dfe306..4074310 100644
--- a/src/gio-utils.h
+++ b/src/gio-utils.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _GIO_UTILS_H
diff --git a/src/glib-utils.c b/src/glib-utils.c
index 4773f36..2ce0338 100644
--- a/src/glib-utils.c
+++ b/src/glib-utils.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <string.h>
diff --git a/src/glib-utils.h b/src/glib-utils.h
index 233cb95..028ec5d 100644
--- a/src/glib-utils.h
+++ b/src/glib-utils.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _GLIB_UTILS_H
diff --git a/src/gtk-utils.c b/src/gtk-utils.c
index 75a3c1c..eaadc9c 100644
--- a/src/gtk-utils.c
+++ b/src/gtk-utils.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/gtk-utils.h b/src/gtk-utils.h
index c2c5837..2d2fe06 100644
--- a/src/gtk-utils.h
+++ b/src/gtk-utils.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef GTK_UTILS_H
diff --git a/src/java-utils.c b/src/java-utils.c
index b48bdd0..f95ba23 100644
--- a/src/java-utils.c
+++ b/src/java-utils.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <fcntl.h>
diff --git a/src/java-utils.h b/src/java-utils.h
index 3cea4cb..dbe1d67 100644
--- a/src/java-utils.h
+++ b/src/java-utils.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef JAVA_UTILS_H
diff --git a/src/main.c b/src/main.c
index a5b1cd2..cb934cc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/main.h b/src/main.h
index fa88514..90d3bb1 100644
--- a/src/main.h
+++ b/src/main.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef MAIN_H
diff --git a/src/mkdtemp.h b/src/mkdtemp.h
index dbc47ac..e2f3250 100644
--- a/src/mkdtemp.h
+++ b/src/mkdtemp.h
@@ -12,8 +12,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/>. */
#ifndef PARAMS
# if __STDC__ || defined __GNUC__ || defined __SUNPRO_C || defined __cplusplus || __PROTOTYPES
diff --git a/src/open-file.c b/src/open-file.c
index d182d07..0061fdc 100644
--- a/src/open-file.c
+++ b/src/open-file.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/open-file.h b/src/open-file.h
index 605f25e..51c6837 100644
--- a/src/open-file.h
+++ b/src/open-file.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef OPEN_FILE_H
diff --git a/src/preferences.c b/src/preferences.c
index 176e059..7286cd2 100644
--- a/src/preferences.c
+++ b/src/preferences.c
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <string.h>
diff --git a/src/preferences.h b/src/preferences.h
index 60cba9d..93d271d 100644
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef PREFERENCES_H
diff --git a/src/typedefs.h b/src/typedefs.h
index bfc6908..4ea9476 100644
--- a/src/typedefs.h
+++ b/src/typedefs.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef TYPEDEFS_H
diff --git a/src/ui.h b/src/ui.h
index 3287196..6f603ab 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef UI_H
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]