]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/testspeed.c
Stop advertising the HTTP methods that are supported (Issue #5540)
[thirdparty/cups.git] / scheduler / testspeed.c
index 2034016c84029af0ab2ccfa8843ecadd54ac36f8..7cd875c972577f7ca3dca94f499ddcd36577eee8 100644 (file)
@@ -4,11 +4,7 @@
  * Copyright 2007-2014 by Apple Inc.
  * Copyright 1997-2005 by Easy Software Products.
  *
- * 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/".
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 /*
@@ -31,7 +27,7 @@
 static int     do_test(const char *server, int port,
                        http_encryption_t encryption, int requests,
                        const char *opstring, int verbose);
-static void    usage(void) __attribute__((noreturn));
+static void    usage(void) _CUPS_NORETURN;
 
 
 /*