aboutsummaryrefslogtreecommitdiff
path: root/dw
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2010-03-08 20:23:00 +0000
committercorvid <corvid@lavabit.com>2010-03-08 20:23:00 +0000
commit7fbcd62f15a46d021165bae5c67e440d0f5cd6fb (patch)
treeb5d047bca899a2033d259a07328851202db59a41 /dw
parent0cb3e15c4024e9bba281d90fd60cf4658a1ac77c (diff)
copyright more prominent
Diffstat (limited to 'dw')
-rw-r--r--dw/types.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/dw/types.cc b/dw/types.cc
index 05665909..eec74dba 100644
--- a/dw/types.cc
+++ b/dw/types.cc
@@ -1,3 +1,7 @@
+// Rectangle::intersectsWith() has code that was derived from gdkrectangle.c.
+// gdkrectangle.c bears the notice that GDK, the GIMP Drawing Kit, is
+// "Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald".
+
/*
* Dillo Widget
*
@@ -38,9 +42,6 @@ Rectangle::Rectangle (int x, int y, int width, int height)
/**
* Return whether this rectangle and otherRect intersect. If yes,
* return the intersection rectangle in dest.
- *
- * \todo The function has been copied from gdktrectangle.c. Is this relevant
- * for copyright?
*/
bool Rectangle::intersectsWith (Rectangle *otherRect, Rectangle *dest)
{