summaryrefslogtreecommitdiff
path: root/COPYING
Commit message (Collapse)AuthorAgeFilesLines
* Add XtReallocArray() for overflow checking of multiplied argsAlan Coopersmith2023-03-071-1/+1
| | | | | | | | | | Uses reallocarray() if available, otherwise checks for overflow itself, if overflow is possible (i.e. in ILP32 & ILP64 environments, but not LP64 with 32-bit ints). Includes unit tests and XtMallocArray() helper macro. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2023-02-251-1/+1
| | | | | | Oracle no longer includes this term in our copyright & license notices. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* update copyright-dateThomas E. Dickey2022-06-201-1/+1
|
* by the way - an overdue notificationThomas E. Dickey2019-04-161-0/+20
|
* Add copyright notice and license from the X Consortium to COPYINGJulien Cristau2012-04-231-0/+23
| | | | | | | These appear in the Xt manpages. Reported-by: Ansgar Burchardt Signed-off-by: Julien Cristau <jcristau@debian.org>
* Add XtAsprintf() as a new exported APIAlan Coopersmith2011-01-121-1/+1
| | | | | | | | | | Like asprintf() but using XtMalloc() to tie into the Xt memory allocation and error handling subsystems. Bumps libXt version to 1.0.99.1 so that modules can set their pkg-config dependency to libXt >= 1.0.99.1 to require XtAsprintf(). Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Sun's copyrights belong to Oracle nowAlan Coopersmith2010-09-231-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-141-11/+23
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* COPYING: add missing copyright noticesGaetan Nadon2010-01-141-0/+54
| | | | | | | | | | | Refer to: ActionHook.c Copyright 1987, 1988 by Digital Equipment Corporation Copyright 1993 by Sun Microsystems, Inc. Mountain View, CA. Copyright 1987, 1988, 1998 The Open Group Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* nuke RCS IdsMatthieu Herrb2008-03-091-1/+0
|
* - conditionally include config.h in xc/lib/Xt sourcesXORG-6_8_99_8Søren Sandmann Pedersen2005-05-181-0/+22
- add build system for lib/Xt