]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/server.c
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / scheduler / server.c
index 04b26d64d2d1fd0180c85a74df0da53eb4a8d987..cecbabe67f82bf54f6d4ad7fc843b38010ee0edf 100644 (file)
@@ -1,14 +1,10 @@
 /*
  * Server start/stop routines for the CUPS scheduler.
  *
- * Copyright 2007-2012 by Apple Inc.
+ * Copyright 2007-2017 by Apple Inc.
  * Copyright 1997-2006 by Easy Software Products, all rights reserved.
  *
- * 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
- * missing or damaged, see the license at "http://www.cups.org/".
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 /*
@@ -78,7 +74,7 @@ cupsdStartServer(void)
               CUPSD_EVENT_SERVER_STARTED;
   started   = 1;
 
-  cupsdSetBusyState();
+  cupsdSetBusyState(0);
 }