diff ios/dw.m @ 2751:ee1cfa7d645e

Update copyright dates for the new year 2022. Updating Mark's copyrights too for his direct and indirect contributions. Also remove obsolete information about WebKitGTK support for GTK4... I have now tested it even though most distributions are not distributing it yet.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 28 Dec 2021 13:53:59 +0000
parents 9be24001d288
children 4c602db2d2cf
line wrap: on
line diff
--- a/ios/dw.m	Tue Dec 28 11:48:34 2021 +0000
+++ b/ios/dw.m	Tue Dec 28 13:53:59 2021 +0000
@@ -2,8 +2,8 @@
  * Dynamic Windows:
  *          A GTK like implementation of the iOS GUI
  *
- * (C) 2011-2021 Brian Smith <brian@dbsoft.org>
- * (C) 2011-2018 Mark Hessling <mark@rexx.org>
+ * (C) 2011-2022 Brian Smith <brian@dbsoft.org>
+ * (C) 2011-2021 Mark Hessling <mark@rexx.org>
  *
  * Requires 13.0 or later.
  * clang -g -o dwtest -D__IOS__ -I. dwtest.c ios/dw.m -framework UIKit -framework WebKit -framework Foundation -framework UserNotifications