diff options
author | corvid <corvid@lavabit.com> | 2010-03-08 20:23:00 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-03-08 20:23:00 +0000 |
commit | 7fbcd62f15a46d021165bae5c67e440d0f5cd6fb (patch) | |
tree | b5d047bca899a2033d259a07328851202db59a41 /dw | |
parent | 0cb3e15c4024e9bba281d90fd60cf4658a1ac77c (diff) |
copyright more prominent
Diffstat (limited to 'dw')
-rw-r--r-- | dw/types.cc | 7 |
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) { |