diff options
author | Pierre Ossman <ossman@cendio.se> | 2016-02-05 10:28:49 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2018-03-28 12:37:39 +0200 |
commit | 4ae358d561463f1a2dc763fec885be5e4932f394 (patch) | |
tree | 5c62e5f6bcedc6e09237d86740f60c90319bedf3 | |
parent | 59da99f65033ddfa1bda51343c7fedf5801b0ca2 (diff) | |
download | tigervnc-4ae358d561463f1a2dc763fec885be5e4932f394.tar.gz tigervnc-4ae358d561463f1a2dc763fec885be5e4932f394.zip |
Remove no longer relevant license comment
-rw-r--r-- | common/rfb/util.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/common/rfb/util.cxx b/common/rfb/util.cxx index 4fd84eb6..f52213b3 100644 --- a/common/rfb/util.cxx +++ b/common/rfb/util.cxx @@ -16,20 +16,6 @@ * USA. */ -/* - * The following applies to stcasecmp and strncasecmp implementations: - * - * Copyright (c) 1987 Regents of the University of California. - * All rights reserved. - * - * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and that due credit is given - * to the University of California at Berkeley. The name of the University - * may not be used to endorse or promote products derived from this - * software without specific written prior permission. This software - * is provided ``as is'' without express or implied warranty. - */ - #ifdef HAVE_CONFIG_H #include <config.h> #endif |