aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--dpid/dpi.c3
-rw-r--r--dpid/dpi_service.c3
-rw-r--r--dpid/dpi_socket_dir.c3
-rw-r--r--dpid/dpid.c3
-rw-r--r--dpid/main.c3
-rw-r--r--dw/alignedtextblock.cc3
-rw-r--r--dw/bullet.cc3
-rw-r--r--dw/findtext.cc3
-rw-r--r--dw/fltkflatview.cc3
-rw-r--r--dw/fltkimgbuf.cc3
-rw-r--r--dw/fltkmisc.cc3
-rw-r--r--dw/fltkplatform.cc3
-rw-r--r--dw/fltkpreview.cc3
-rw-r--r--dw/fltkui.cc3
-rw-r--r--dw/fltkviewbase.cc3
-rw-r--r--dw/fltkviewport.cc3
-rw-r--r--dw/image.cc3
-rw-r--r--dw/iterator.cc3
-rw-r--r--dw/layout.cc3
-rw-r--r--dw/listitem.cc3
-rw-r--r--dw/ruler.cc3
-rw-r--r--dw/selection.cc3
-rw-r--r--dw/style.cc3
-rw-r--r--dw/table.cc3
-rw-r--r--dw/tablecell.cc3
-rw-r--r--dw/textblock.cc3
-rw-r--r--dw/types.cc3
-rw-r--r--dw/ui.cc3
-rw-r--r--dw/widget.cc3
-rw-r--r--lout/container.cc3
-rw-r--r--lout/identity.cc3
-rw-r--r--lout/misc.cc3
-rw-r--r--lout/object.cc3
-rw-r--r--lout/signal.cc3
-rw-r--r--src/dillo.cc3
-rw-r--r--src/prefs.c3
-rw-r--r--test/dw_anchors_test.cc3
-rw-r--r--test/dw_border_test.cc3
-rw-r--r--test/dw_example.cc3
-rw-r--r--test/dw_find_test.cc3
-rw-r--r--test/dw_images_scaled.cc3
-rw-r--r--test/dw_images_scaled2.cc3
-rw-r--r--test/dw_images_simple.cc3
-rw-r--r--test/dw_imgbuf_mem_test.cc3
-rw-r--r--test/dw_links.cc3
-rw-r--r--test/dw_links2.cc3
-rw-r--r--test/dw_lists.cc3
-rw-r--r--test/dw_resource_test.cc3
-rw-r--r--test/dw_table.cc3
-rw-r--r--test/dw_table_aligned.cc3
-rw-r--r--test/dw_ui_test.cc3
-rw-r--r--test/fltk_browser.cc3
-rw-r--r--test/form.cc3
-rw-r--r--test/shapes.cc3
55 files changed, 56 insertions, 108 deletions
diff --git a/ChangeLog b/ChangeLog
index 15925cac..0bcff2f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,6 +63,8 @@ dillo-2.1
- Add support for font-size and font-weight enum values.
- Added "font_max_size", "font_min_size" dillorc options.
Patches: Johannes Hofmann
++- Updated the GPL copyright note in the source files.
+ Patch: Detlef Riekenberg
+- Implemented a close-tab button for the GUI.
Patch: João Ricardo Lourenço, Jorge Arellano Cid
+- Added the "middle_click_drags_page" dillorc option.
diff --git a/dpid/dpi.c b/dpid/dpi.c
index 45e5b49d..caa29e09 100644
--- a/dpid/dpi.c
+++ b/dpid/dpi.c
@@ -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/>.
*/
/*! \file
diff --git a/dpid/dpi_service.c b/dpid/dpi_service.c
index 07cdad8e..47a42366 100644
--- a/dpid/dpi_service.c
+++ b/dpid/dpi_service.c
@@ -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/>.
*/
/*! \file
diff --git a/dpid/dpi_socket_dir.c b/dpid/dpi_socket_dir.c
index 333ccf6a..09a24e2f 100644
--- a/dpid/dpi_socket_dir.c
+++ b/dpid/dpi_socket_dir.c
@@ -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/>.
*/
/*! \file
diff --git a/dpid/dpid.c b/dpid/dpid.c
index 88b827c4..7719c7ec 100644
--- a/dpid/dpid.c
+++ b/dpid/dpid.c
@@ -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/>.
*/
/*! \file
diff --git a/dpid/main.c b/dpid/main.c
index b47ca627..8dc6848a 100644
--- a/dpid/main.c
+++ b/dpid/main.c
@@ -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/>.
*/
#include <errno.h>
diff --git a/dw/alignedtextblock.cc b/dw/alignedtextblock.cc
index 66ce5bb6..ec39e2f0 100644
--- a/dw/alignedtextblock.cc
+++ b/dw/alignedtextblock.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/bullet.cc b/dw/bullet.cc
index e3f265eb..2534e07c 100644
--- a/dw/bullet.cc
+++ b/dw/bullet.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/findtext.cc b/dw/findtext.cc
index ccc41fad..f3e0ba20 100644
--- a/dw/findtext.cc
+++ b/dw/findtext.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/fltkflatview.cc b/dw/fltkflatview.cc
index 60727c13..85385394 100644
--- a/dw/fltkflatview.cc
+++ b/dw/fltkflatview.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/fltkimgbuf.cc b/dw/fltkimgbuf.cc
index 233a132b..680a4f4b 100644
--- a/dw/fltkimgbuf.cc
+++ b/dw/fltkimgbuf.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/fltkmisc.cc b/dw/fltkmisc.cc
index 08d75854..5d20a87a 100644
--- a/dw/fltkmisc.cc
+++ b/dw/fltkmisc.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/fltkplatform.cc b/dw/fltkplatform.cc
index 229fbcfa..4ceca58d 100644
--- a/dw/fltkplatform.cc
+++ b/dw/fltkplatform.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/fltkpreview.cc b/dw/fltkpreview.cc
index 181ad05e..84744ca1 100644
--- a/dw/fltkpreview.cc
+++ b/dw/fltkpreview.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/fltkui.cc b/dw/fltkui.cc
index 8ca35468..4e39ad7d 100644
--- a/dw/fltkui.cc
+++ b/dw/fltkui.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/fltkviewbase.cc b/dw/fltkviewbase.cc
index 14984a3c..06ad6087 100644
--- a/dw/fltkviewbase.cc
+++ b/dw/fltkviewbase.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/fltkviewport.cc b/dw/fltkviewport.cc
index 53b22029..db784c09 100644
--- a/dw/fltkviewport.cc
+++ b/dw/fltkviewport.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/image.cc b/dw/image.cc
index 091292fc..0a690999 100644
--- a/dw/image.cc
+++ b/dw/image.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/iterator.cc b/dw/iterator.cc
index f9ecc750..6bd950cc 100644
--- a/dw/iterator.cc
+++ b/dw/iterator.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/layout.cc b/dw/layout.cc
index c9856d58..8a9d48e2 100644
--- a/dw/layout.cc
+++ b/dw/layout.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/listitem.cc b/dw/listitem.cc
index 6e574518..338f8486 100644
--- a/dw/listitem.cc
+++ b/dw/listitem.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/ruler.cc b/dw/ruler.cc
index d47ddd68..6dce07d0 100644
--- a/dw/ruler.cc
+++ b/dw/ruler.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/selection.cc b/dw/selection.cc
index 7fb25e21..5b9d4e16 100644
--- a/dw/selection.cc
+++ b/dw/selection.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/style.cc b/dw/style.cc
index 66b37c7b..2c5a21be 100644
--- a/dw/style.cc
+++ b/dw/style.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/table.cc b/dw/table.cc
index 8c05cbc0..7d1edd0b 100644
--- a/dw/table.cc
+++ b/dw/table.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
//#define DBG
diff --git a/dw/tablecell.cc b/dw/tablecell.cc
index 89c8c581..49272a17 100644
--- a/dw/tablecell.cc
+++ b/dw/tablecell.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/textblock.cc b/dw/textblock.cc
index 6376b96f..3bebc4b0 100644
--- a/dw/textblock.cc
+++ b/dw/textblock.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/types.cc b/dw/types.cc
index 31fae8aa..057e48fe 100644
--- a/dw/types.cc
+++ b/dw/types.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/ui.cc b/dw/ui.cc
index 945395c3..b2f9531d 100644
--- a/dw/ui.cc
+++ b/dw/ui.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/dw/widget.cc b/dw/widget.cc
index 7f50fa70..128c21a4 100644
--- a/dw/widget.cc
+++ b/dw/widget.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/lout/container.cc b/lout/container.cc
index d44d92d4..0a3d6acd 100644
--- a/lout/container.cc
+++ b/lout/container.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/lout/identity.cc b/lout/identity.cc
index b124d6ad..7c650b24 100644
--- a/lout/identity.cc
+++ b/lout/identity.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/lout/misc.cc b/lout/misc.cc
index 2e4dfaf5..89345f49 100644
--- a/lout/misc.cc
+++ b/lout/misc.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/lout/object.cc b/lout/object.cc
index beef4005..9eec028e 100644
--- a/lout/object.cc
+++ b/lout/object.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/lout/signal.cc b/lout/signal.cc
index de9e84b6..35c16fbb 100644
--- a/lout/signal.cc
+++ b/lout/signal.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/dillo.cc b/src/dillo.cc
index 2f886f6b..3ef7eaf6 100644
--- a/src/dillo.cc
+++ b/src/dillo.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
diff --git a/src/prefs.c b/src/prefs.c
index 3fd1d0ec..b9680819 100644
--- a/src/prefs.c
+++ b/src/prefs.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <sys/types.h>
diff --git a/test/dw_anchors_test.cc b/test/dw_anchors_test.cc
index 97ed3fb4..4d5b4ac7 100644
--- a/test/dw_anchors_test.cc
+++ b/test/dw_anchors_test.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/test/dw_border_test.cc b/test/dw_border_test.cc
index f45c1a07..39b9d3aa 100644
--- a/test/dw_border_test.cc
+++ b/test/dw_border_test.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/test/dw_example.cc b/test/dw_example.cc
index ad570924..b3f46b5f 100644
--- a/test/dw_example.cc
+++ b/test/dw_example.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/test/dw_find_test.cc b/test/dw_find_test.cc
index 50f2d1aa..c82ec535 100644
--- a/test/dw_find_test.cc
+++ b/test/dw_find_test.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/test/dw_images_scaled.cc b/test/dw_images_scaled.cc
index da53a6fd..3c32d3ba 100644
--- a/test/dw_images_scaled.cc
+++ b/test/dw_images_scaled.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/test/dw_images_scaled2.cc b/test/dw_images_scaled2.cc
index aea724f0..70028a47 100644
--- a/test/dw_images_scaled2.cc
+++ b/test/dw_images_scaled2.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/test/dw_images_simple.cc b/test/dw_images_simple.cc
index 62f25cf7..d448ae92 100644
--- a/test/dw_images_simple.cc
+++ b/test/dw_images_simple.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/test/dw_imgbuf_mem_test.cc b/test/dw_imgbuf_mem_test.cc
index 897e47f8..e2c332e0 100644
--- a/test/dw_imgbuf_mem_test.cc
+++ b/test/dw_imgbuf_mem_test.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/test/dw_links.cc b/test/dw_links.cc
index 08428e88..6a04a936 100644
--- a/test/dw_links.cc
+++ b/test/dw_links.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/test/dw_links2.cc b/test/dw_links2.cc
index ea2d4d40..22677140 100644
--- a/test/dw_links2.cc
+++ b/test/dw_links2.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/test/dw_lists.cc b/test/dw_lists.cc
index 5558afa1..09b85b2c 100644
--- a/test/dw_lists.cc
+++ b/test/dw_lists.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/test/dw_resource_test.cc b/test/dw_resource_test.cc
index 0b70550f..75104f87 100644
--- a/test/dw_resource_test.cc
+++ b/test/dw_resource_test.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/test/dw_table.cc b/test/dw_table.cc
index 87ed8360..147b63c1 100644
--- a/test/dw_table.cc
+++ b/test/dw_table.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/test/dw_table_aligned.cc b/test/dw_table_aligned.cc
index 5fa94874..87d990da 100644
--- a/test/dw_table_aligned.cc
+++ b/test/dw_table_aligned.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/test/dw_ui_test.cc b/test/dw_ui_test.cc
index b57479fb..7b1fe205 100644
--- a/test/dw_ui_test.cc
+++ b/test/dw_ui_test.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/test/fltk_browser.cc b/test/fltk_browser.cc
index 4186156e..0115907b 100644
--- a/test/fltk_browser.cc
+++ b/test/fltk_browser.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/test/form.cc b/test/form.cc
index d88030c3..9e212ed6 100644
--- a/test/form.cc
+++ b/test/form.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/test/shapes.cc b/test/shapes.cc
index 8d33152b..b20c5419 100644
--- a/test/shapes.cc
+++ b/test/shapes.cc
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/