comparison mac/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 9c9b680f7772
comparison
equal deleted inserted replaced
2750:c77974083ba1 2751:ee1cfa7d645e
1 /* 1 /*
2 * Dynamic Windows: 2 * Dynamic Windows:
3 * A GTK like implementation of the MacOS GUI using Cocoa 3 * A GTK like implementation of the MacOS GUI using Cocoa
4 * 4 *
5 * (C) 2011-2021 Brian Smith <brian@dbsoft.org> 5 * (C) 2011-2022 Brian Smith <brian@dbsoft.org>
6 * (C) 2011-2018 Mark Hessling <mark@rexx.org> 6 * (C) 2011-2021 Mark Hessling <mark@rexx.org>
7 * 7 *
8 * Requires 10.5 or later. 8 * Requires 10.5 or later.
9 * clang -std=c99 -g -o dwtest -D__MAC__ -I. dwtest.c mac/dw.m -framework Cocoa -framework WebKit 9 * clang -std=c99 -g -o dwtest -D__MAC__ -I. dwtest.c mac/dw.m -framework Cocoa -framework WebKit
10 */ 10 */
11 #import <Cocoa/Cocoa.h> 11 #import <Cocoa/Cocoa.h>