]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/tls.c
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / cups / tls.c
index f0d799d1d3d98954eb171842e2a5cf1f6d12f17b..e8874004fae29329cf5870ab35c5b298674e009e 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * "$Id$"
- *
  * TLS routines for CUPS.
  *
  * Copyright 2007-2014 by Apple Inc.
@@ -9,13 +7,7 @@
  * This file contains Kerberos support code, copyright 2006 by
  * Jelmer Vernooij.
  *
- * These coded instructions, statements, and computer programs are the
- * property of Apple Inc. and are protected by Federal copyright
- * law.  Distribution and use rights are outlined in the file "LICENSE.txt"
- * which should have been included with this file.  If this file is
- * file is missing or damaged, see the license at "http://www.cups.org/".
- *
- * This file is subject to the Apple OS-Developed Software exception.
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 /*
@@ -46,7 +38,7 @@
 #    include "tls-gnutls.c"
 #  elif defined(HAVE_CDSASSL)
 #    include "tls-darwin.c"
-#  else defined(HAVE_SSPI)
+#  elif defined(HAVE_SSPISSL)
 #    include "tls-sspi.c"
 #  endif /* HAVE_GNUTLS */
 #else
@@ -105,8 +97,3 @@ httpSaveCredentials(const char *path, cups_array_t *credentials, const char *com
   return (-1);
 }
 #endif /* HAVE_SSL */
-
-
-/*
- * End of "$Id$".
- */