X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=scheduler%2Fenv.c;h=13b72412a4c230895ac64afcbe235a14b4f0de67;hb=2c3b8f53ada35cb3e7cef1c835dbde432e365042;hp=0645b13801cf310a327db1d96e6482f32ba3f1f1;hpb=503b54c9302c8de6207e079a80a89a787eb612ea;p=thirdparty%2Fcups.git diff --git a/scheduler/env.c b/scheduler/env.c index 0645b1380..13b72412a 100644 --- a/scheduler/env.c +++ b/scheduler/env.c @@ -1,14 +1,10 @@ /* * Environment management routines for the CUPS scheduler. * - * Copyright 2007-2014 by Apple Inc. + * Copyright 2007-2016 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 - * 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. */ /* @@ -49,7 +45,7 @@ cupsdInitEnv(void) #if defined(__APPLE__) /* - * Add special voodoo magic for MacOS X - this allows MacOS X + * Add special voodoo magic for macOS - this allows macOS * programs to access their bundle resources properly... * * This string is replaced in cupsdStartProcess()...