[gimp-gap/gap-2-8] fixed more comments with FSF address. #711402
- From: Wolfgang Hofer <wolfgangh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-gap/gap-2-8] fixed more comments with FSF address. #711402
- Date: Sat, 9 Nov 2013 16:00:10 +0000 (UTC)
commit b1290518db9c119b8c1abe30c1454b947aaf8c3e
Author: Wolfgang Hofer <wolfgangh svn gnome org>
Date: Sat Nov 9 16:07:48 2013 +0100
fixed more comments with FSF address. #711402
ChangeLog | 5 +++++
gap/gap-dup-continue.scm | 2 +-
gap/gap_apcl_lib.h | 2 +-
gap/gap_blend_fill_main.c | 2 +-
gap/gap_colormask_main.c | 2 +-
gap/gap_detail_align_exec.c | 2 +-
gap/gap_detail_align_exec.h | 2 +-
gap/gap_detail_tracking_exec.c | 2 +-
gap/gap_detail_tracking_exec.h | 2 +-
gap/gap_detail_tracking_main.c | 2 +-
gap/gap_fg_matting_exec.c | 2 +-
gap/gap_fg_matting_exec.h | 2 +-
gap/gap_fg_matting_main.c | 2 +-
gap/gap_fg_matting_main.h | 2 +-
gap/gap_fg_regions.c | 2 +-
gap/gap_fg_regions.h | 2 +-
gap/gap_morph_dialog.c | 2 +-
gap/gap_morph_main.c | 2 +-
gap/gap_name2layer_main.c | 2 +-
gap/gap_player_cache.c | 2 +-
gap/gap_player_dialog.c | 2 +-
gap/gap_player_main.c | 2 +-
gap/gap_sdl_audioplayer.c | 2 +-
gap/gap_sdl_audioplayer.h | 2 +-
gap/gap_story_dialog.c | 2 +-
gap/gap_story_main.c | 2 +-
gap/gap_video_index_creator.c | 2 +-
gap/gap_wr_layermode.c | 2 +-
gap/gap_wr_opacity.c | 2 +-
gap/gap_wr_trans.c | 2 +-
gap/sel-to-anim-img.scm | 2 +-
31 files changed, 35 insertions(+), 30 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ae31d15..2c4b6ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
2013-11-09 Wolfgang Hofer <hof gimp org>
+ - replaced more software address of Free software foundation in the 2-8 branch sources
+ OLD: * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ NEW: * <http://www.gnu.org/licenses/>.
+
+2013-11-09 Wolfgang Hofer <hof gimp org>
- replaced outdated Incorrect software address of Free software foundation
in comments in the 2-8 branch sources (assuggested in #711402)
diff --git a/gap/gap-dup-continue.scm b/gap/gap-dup-continue.scm
index 8c59d2c..2d6e45f 100644
--- a/gap/gap-dup-continue.scm
+++ b/gap/gap-dup-continue.scm
@@ -17,7 +17,7 @@
;
; 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+; <http://www.gnu.org/licenses/>.
(define (script-fu-gap-dup-continue image drawable)
diff --git a/gap/gap_apcl_lib.h b/gap/gap_apcl_lib.h
index 3b5d2af..82e316d 100644
--- a/gap/gap_apcl_lib.h
+++ b/gap/gap_apcl_lib.h
@@ -24,7 +24,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
#ifndef _GAP_APCL_LIB_H
#define _GAP_APCL_LIB_H
diff --git a/gap/gap_blend_fill_main.c b/gap/gap_blend_fill_main.c
index d37162e..c18953b 100644
--- a/gap/gap_blend_fill_main.c
+++ b/gap/gap_blend_fill_main.c
@@ -24,7 +24,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_colormask_main.c b/gap/gap_colormask_main.c
index 0794d0d..ae67d24 100644
--- a/gap/gap_colormask_main.c
+++ b/gap/gap_colormask_main.c
@@ -20,7 +20,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_detail_align_exec.c b/gap/gap_detail_align_exec.c
index 3c7efb5..ed9c0d1 100644
--- a/gap/gap_detail_align_exec.c
+++ b/gap/gap_detail_align_exec.c
@@ -21,7 +21,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_detail_align_exec.h b/gap/gap_detail_align_exec.h
index afb56c5..745ce46 100644
--- a/gap/gap_detail_align_exec.h
+++ b/gap/gap_detail_align_exec.h
@@ -24,7 +24,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_detail_tracking_exec.c b/gap/gap_detail_tracking_exec.c
index 2af7617..4742251 100644
--- a/gap/gap_detail_tracking_exec.c
+++ b/gap/gap_detail_tracking_exec.c
@@ -20,7 +20,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_detail_tracking_exec.h b/gap/gap_detail_tracking_exec.h
index f006e48..97b1ea1 100644
--- a/gap/gap_detail_tracking_exec.h
+++ b/gap/gap_detail_tracking_exec.h
@@ -20,7 +20,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_detail_tracking_main.c b/gap/gap_detail_tracking_main.c
index 93528b7..eecc897 100644
--- a/gap/gap_detail_tracking_main.c
+++ b/gap/gap_detail_tracking_main.c
@@ -46,7 +46,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_fg_matting_exec.c b/gap/gap_fg_matting_exec.c
index 6085412..a5e8bb5 100644
--- a/gap/gap_fg_matting_exec.c
+++ b/gap/gap_fg_matting_exec.c
@@ -23,7 +23,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_fg_matting_exec.h b/gap/gap_fg_matting_exec.h
index e4f0768..e71c1df 100644
--- a/gap/gap_fg_matting_exec.h
+++ b/gap/gap_fg_matting_exec.h
@@ -22,7 +22,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_fg_matting_main.c b/gap/gap_fg_matting_main.c
index 396b2ad..cdae5ff 100644
--- a/gap/gap_fg_matting_main.c
+++ b/gap/gap_fg_matting_main.c
@@ -29,7 +29,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_fg_matting_main.h b/gap/gap_fg_matting_main.h
index 2a3fb9e..ce3f760 100644
--- a/gap/gap_fg_matting_main.h
+++ b/gap/gap_fg_matting_main.h
@@ -22,7 +22,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_fg_regions.c b/gap/gap_fg_regions.c
index fc59478..94f81a9 100644
--- a/gap/gap_fg_regions.c
+++ b/gap/gap_fg_regions.c
@@ -19,7 +19,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_fg_regions.h b/gap/gap_fg_regions.h
index 9de4a94..0efc8cb 100644
--- a/gap/gap_fg_regions.h
+++ b/gap/gap_fg_regions.h
@@ -19,7 +19,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_morph_dialog.c b/gap/gap_morph_dialog.c
index 64342e6..8ebe9ae 100644
--- a/gap/gap_morph_dialog.c
+++ b/gap/gap_morph_dialog.c
@@ -17,7 +17,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* revision history:
* version 2.1.0a; 2004/04/18 hof: created
diff --git a/gap/gap_morph_main.c b/gap/gap_morph_main.c
index 09870ea..69c0308 100644
--- a/gap/gap_morph_main.c
+++ b/gap/gap_morph_main.c
@@ -17,7 +17,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_name2layer_main.c b/gap/gap_name2layer_main.c
index 3b32733..70df611 100644
--- a/gap/gap_name2layer_main.c
+++ b/gap/gap_name2layer_main.c
@@ -19,7 +19,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_player_cache.c b/gap/gap_player_cache.c
index e7b34dc..d23af21 100644
--- a/gap/gap_player_cache.c
+++ b/gap/gap_player_cache.c
@@ -19,7 +19,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* revision history:
diff --git a/gap/gap_player_dialog.c b/gap/gap_player_dialog.c
index 01acc3f..9de0847 100644
--- a/gap/gap_player_dialog.c
+++ b/gap/gap_player_dialog.c
@@ -24,7 +24,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_player_main.c b/gap/gap_player_main.c
index 7aed9a1..d163a36 100644
--- a/gap/gap_player_main.c
+++ b/gap/gap_player_main.c
@@ -18,7 +18,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_sdl_audioplayer.c b/gap/gap_sdl_audioplayer.c
index 2b55004..d88c97d 100644
--- a/gap/gap_sdl_audioplayer.c
+++ b/gap/gap_sdl_audioplayer.c
@@ -24,7 +24,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdlib.h>
diff --git a/gap/gap_sdl_audioplayer.h b/gap/gap_sdl_audioplayer.h
index f3044e7..1adca56 100644
--- a/gap/gap_sdl_audioplayer.h
+++ b/gap/gap_sdl_audioplayer.h
@@ -25,7 +25,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
#ifndef _GAP_SDL_AUDIOPLAYER_H
diff --git a/gap/gap_story_dialog.c b/gap/gap_story_dialog.c
index 54e842f..318e7c2 100644
--- a/gap/gap_story_dialog.c
+++ b/gap/gap_story_dialog.c
@@ -17,7 +17,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* revision history:
* version 2.2.1; 2006/02/07 hof: support drag&drop destination for image/videofilenames
diff --git a/gap/gap_story_main.c b/gap/gap_story_main.c
index 2ab5a2b..cc5bb7b 100644
--- a/gap/gap_story_main.c
+++ b/gap/gap_story_main.c
@@ -18,7 +18,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
static char *plug_in_version_fmt = "%d.%d.%d; 2004/01/26";
diff --git a/gap/gap_video_index_creator.c b/gap/gap_video_index_creator.c
index 82bd01a..0abdf51 100644
--- a/gap/gap_video_index_creator.c
+++ b/gap/gap_video_index_creator.c
@@ -19,7 +19,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_wr_layermode.c b/gap/gap_wr_layermode.c
index ad33a7f..9a88431 100644
--- a/gap/gap_wr_layermode.c
+++ b/gap/gap_wr_layermode.c
@@ -18,7 +18,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_wr_opacity.c b/gap/gap_wr_opacity.c
index 69c105e..e1e9f0e 100644
--- a/gap/gap_wr_opacity.c
+++ b/gap/gap_wr_opacity.c
@@ -18,7 +18,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/gap_wr_trans.c b/gap/gap_wr_trans.c
index f21d5f8..514d31a 100644
--- a/gap/gap_wr_trans.c
+++ b/gap/gap_wr_trans.c
@@ -18,7 +18,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * <http://www.gnu.org/licenses/>.
*/
/* Revision history
diff --git a/gap/sel-to-anim-img.scm b/gap/sel-to-anim-img.scm
index 5353abc..0ba1a57 100644
--- a/gap/sel-to-anim-img.scm
+++ b/gap/sel-to-anim-img.scm
@@ -29,7 +29,7 @@
;
; 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+; <http://www.gnu.org/licenses/>.
(define (script-fu-selection-to-anim-image image drawable copies bgfill filter-all)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]