From e85dc479135f50b4ab70905007ae509e0d92d61d Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Fri, 31 Mar 2023 11:15:40 +0100 Subject: Update postal address in file headers --- ios/ios_arch-arm.h | 6 +++--- ios/ios_arch-x86.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'ios') diff --git a/ios/ios_arch-arm.h b/ios/ios_arch-arm.h index cd7b9fc0e..1581bb021 100644 --- a/ios/ios_arch-arm.h +++ b/ios/ios_arch-arm.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2021 Artifex Software, Inc. +/* Copyright (C) 2001-2023 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or @@ -9,8 +9,8 @@ of the license contained in the file LICENSE in this distribution. Refer to licensing information at http://www.artifex.com or contact - Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, - CA 94945, U.S.A., +1(415)492-9861, for further information. + Artifex Software, Inc., 39 Mesa Street, Suite 108A, San Francisco, + CA 94129, USA, for further information. */ #if defined(__ARM64_ARCH_8__) && __ARM64_ARCH_8__ == 1 diff --git a/ios/ios_arch-x86.h b/ios/ios_arch-x86.h index af818f850..a00b7533d 100644 --- a/ios/ios_arch-x86.h +++ b/ios/ios_arch-x86.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2021 Artifex Software, Inc. +/* Copyright (C) 2001-2023 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or @@ -9,8 +9,8 @@ of the license contained in the file LICENSE in this distribution. Refer to licensing information at http://www.artifex.com or contact - Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, - CA 94945, U.S.A., +1(415)492-9861, for further information. + Artifex Software, Inc., 39 Mesa Street, Suite 108A, San Francisco, + CA 94129, USA, for further information. */ #if defined(__x86_64__) && __x86_64__ == 1 -- cgit v1.2.1