Lines Matching refs:rights

2  * Copyright (c) 2009 Apple Inc. All rights reserved.
9 * compliance with the License. The rights granted to you under the License
23 * Please see the License for the specific language governing rights and
51 #define kRightsToken " Apple Inc. All rights reserved."
62 CFSTR("Copyright �� 2008 Apple Inc. All rights reserved."),
63 CFSTR("Copyright �� 2004-2008 Apple Inc. All rights reserved."),
64 CFSTR("Copyright �� 2004,2006 Apple Inc. All rights reserved."),
65 CFSTR("Copyright �� 2004,2006-2008 Apple Inc. All rights reserved."),
66 CFSTR("Copyright �� 2004 , 2006-2008 Apple Inc. All rights reserved."),
67 CFSTR("Copyright �� 1998,2000-2002,2004,2006-2008 Apple Inc. All rights reserved."),
68 CFSTR("IOPCIFamily 2.1; Copyright �� 2004,2006-2008 Apple Inc. All rights reserved."),
69 CFSTR("Copyright �� 2004,2006-2008 Apple Inc. All rights reserved. The quick brown fox jumped over the lazy dog."),
70 CFSTR("IOPCIFamily 2.1; Copyright �� 2004,2006-2008 Apple Inc. All rights reserved. The quick brown fox jumped over the lazy dog.")
74 CFSTR("Copyright �� 2007-08 Apple Inc. All rights reserved."),
75 CFSTR("Copyright (c) 2007 Apple Inc. All rights reserved."),
76 CFSTR("Copyright �� 2007- Apple Inc. All rights reserved."),
77 CFSTR("Copyright �� 2007 - 2008 Apple Inc. All rights reserved.")
238 * 3) A rights reserved notice, "Apple Inc. All Rights Reserved."
241 * notice and the rights reserved notice. If both are found, we then check that
249 const char *rights = NULL;
254 rights = kxld_strstr(str, kRightsToken);
256 if (!copyright || !rights || copyright > rights) goto finish;
260 len = rights - str;