From 3256b6287c835b8dd021f3f8366855261ef118ce Mon Sep 17 00:00:00 2001 From: RadAzzouz Date: Tue, 5 Jan 2021 17:23:01 -0500 Subject: [PATCH] Update copyright year to 2021 --- android/src/main/AndroidManifest.xml | 2 +- .../src/main/java/com/pspdfkit/react/ConfigurationAdapter.java | 2 +- android/src/main/java/com/pspdfkit/react/MainActivity.java | 2 +- android/src/main/java/com/pspdfkit/react/MainApplication.java | 2 +- android/src/main/java/com/pspdfkit/react/PSPDFKitModule.java | 2 +- android/src/main/java/com/pspdfkit/react/PSPDFKitPackage.java | 2 +- android/src/main/res/layout/pspdf__toolbar_main.xml | 2 +- index.js | 2 +- ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotation.h | 2 +- ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotation.m | 2 +- ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationChange.h | 2 +- ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationChange.m | 2 +- .../Converters/RCTConvert+PSPDFAnnotationToolbarConfiguration.h | 2 +- .../Converters/RCTConvert+PSPDFAnnotationToolbarConfiguration.m | 2 +- ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFConfiguration.h | 2 +- ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFConfiguration.m | 2 +- ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFDocument.h | 2 +- ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFDocument.m | 2 +- ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFViewMode.h | 2 +- ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFViewMode.m | 2 +- ios/RCTPSPDFKit/Converters/RCTConvert+UIBarButtonItem.h | 2 +- ios/RCTPSPDFKit/Converters/RCTConvert+UIBarButtonItem.m | 2 +- ios/RCTPSPDFKit/RCTPSPDFKitManager.h | 2 +- ios/RCTPSPDFKit/RCTPSPDFKitManager.m | 2 +- ios/RCTPSPDFKit/RCTPSPDFKitView.h | 2 +- ios/RCTPSPDFKit/RCTPSPDFKitView.m | 2 +- ios/RCTPSPDFKit/RCTPSPDFKitViewManager.h | 2 +- ios/RCTPSPDFKit/RCTPSPDFKitViewManager.m | 2 +- samples/Catalog/Catalog.android.js | 2 +- .../androidTest/java/com/pspdfkit/react/utils/ViewActions.java | 2 +- samples/Catalog/android/app/src/main/AndroidManifest.xml | 2 +- .../src/main/java/com/pspdfkit/react/catalog/MainActivity.java | 2 +- .../main/java/com/pspdfkit/react/catalog/MainApplication.java | 2 +- samples/Catalog/android/app/src/main/res/values/colors.xml | 2 +- samples/Catalog/android/app/src/main/res/values/strings.xml | 2 +- samples/Catalog/android/app/src/main/res/values/styles.xml | 2 +- samples/Catalog/index.js | 2 +- .../NativeCatalog/ios/InstantExample/InstantDocumentInfo.swift | 2 +- .../ios/InstantExample/InstantDocumentPresenter.swift | 2 +- .../ios/InstantExample/InstantDocumentViewController.swift | 2 +- samples/NativeCatalog/ios/InstantExample/InstantExample.swift | 2 +- .../ios/InstantExample/ScannerViewController.swift | 2 +- .../NativeCatalog/ios/InstantExample/WebExamplesAPIClient.swift | 2 +- .../NativeCatalog/ios/NativeCatalog/Examples/CustomPdfView.h | 2 +- .../NativeCatalog/ios/NativeCatalog/Examples/CustomPdfView.m | 2 +- .../ios/NativeCatalog/Examples/CustomPdfViewManager.h | 2 +- .../ios/NativeCatalog/Examples/CustomPdfViewManager.m | 2 +- .../ios/NativeCatalog/InstantExample/InstantDocumentInfo.swift | 2 +- .../NativeCatalog/InstantExample/InstantDocumentPresenter.swift | 2 +- .../InstantExample/InstantDocumentViewController.swift | 2 +- .../ios/NativeCatalog/InstantExample/InstantExample.swift | 2 +- .../NativeCatalog/InstantExample/ScannerViewController.swift | 2 +- .../InstantExample/UIViewController+PSCFrontmost.swift | 2 +- .../ios/NativeCatalog/InstantExample/WebExamplesAPIClient.swift | 2 +- .../ReactNativePSPDFKit/ReactNativePSPDFKit/LibraryModule.cs | 2 +- .../ReactNativePSPDFKit/ReactNativePSPDFKit/PDFViewPage.xaml.cs | 2 +- .../ReactNativePSPDFKit/ReactNativePSPDFKit/PSPDFKitModule.cs | 2 +- .../ReactNativePSPDFKit/ReactNativePSPDFKit/PSPDFKitPackage.cs | 2 +- .../ReactNativePSPDFKit/PSPDFKitViewManager.cs | 2 +- 59 files changed, 59 insertions(+), 59 deletions(-) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 5d7ccf9c..7648edfc 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -4,7 +4,7 @@ ~ ~ PSPDFKit ~ - ~ Copyright © 2017-2019 PSPDFKit GmbH. All rights reserved. + ~ Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. ~ ~ THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW ~ AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/android/src/main/java/com/pspdfkit/react/ConfigurationAdapter.java b/android/src/main/java/com/pspdfkit/react/ConfigurationAdapter.java index b3fdc6af..1bc50c71 100644 --- a/android/src/main/java/com/pspdfkit/react/ConfigurationAdapter.java +++ b/android/src/main/java/com/pspdfkit/react/ConfigurationAdapter.java @@ -3,7 +3,7 @@ * * PSPDFKit * - * Copyright © 2017-2020 PSPDFKit GmbH. All rights reserved. + * Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. * * THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW * AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/android/src/main/java/com/pspdfkit/react/MainActivity.java b/android/src/main/java/com/pspdfkit/react/MainActivity.java index 38cca62f..ae0ece4f 100644 --- a/android/src/main/java/com/pspdfkit/react/MainActivity.java +++ b/android/src/main/java/com/pspdfkit/react/MainActivity.java @@ -3,7 +3,7 @@ * * PSPDFKit * - * Copyright © 2017-2019 PSPDFKit GmbH. All rights reserved. + * Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. * * THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW * AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/android/src/main/java/com/pspdfkit/react/MainApplication.java b/android/src/main/java/com/pspdfkit/react/MainApplication.java index 73698b48..afc713cd 100644 --- a/android/src/main/java/com/pspdfkit/react/MainApplication.java +++ b/android/src/main/java/com/pspdfkit/react/MainApplication.java @@ -3,7 +3,7 @@ * * PSPDFKit * - * Copyright © 2017-2019 PSPDFKit GmbH. All rights reserved. + * Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. * * THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW * AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/android/src/main/java/com/pspdfkit/react/PSPDFKitModule.java b/android/src/main/java/com/pspdfkit/react/PSPDFKitModule.java index e0d2bd90..d3b6a936 100644 --- a/android/src/main/java/com/pspdfkit/react/PSPDFKitModule.java +++ b/android/src/main/java/com/pspdfkit/react/PSPDFKitModule.java @@ -3,7 +3,7 @@ * * PSPDFKit * - * Copyright © 2017-2019 PSPDFKit GmbH. All rights reserved. + * Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. * * THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW * AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/android/src/main/java/com/pspdfkit/react/PSPDFKitPackage.java b/android/src/main/java/com/pspdfkit/react/PSPDFKitPackage.java index babd15c1..16d85a8b 100644 --- a/android/src/main/java/com/pspdfkit/react/PSPDFKitPackage.java +++ b/android/src/main/java/com/pspdfkit/react/PSPDFKitPackage.java @@ -3,7 +3,7 @@ * * PSPDFKit * - * Copyright © 2017-2019 PSPDFKit GmbH. All rights reserved. + * Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. * * THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW * AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/android/src/main/res/layout/pspdf__toolbar_main.xml b/android/src/main/res/layout/pspdf__toolbar_main.xml index b45c6701..fb2271b3 100644 --- a/android/src/main/res/layout/pspdf__toolbar_main.xml +++ b/android/src/main/res/layout/pspdf__toolbar_main.xml @@ -3,7 +3,7 @@ ~ ~ PSPDFKit ~ - ~ Copyright © 2014-2020 PSPDFKit GmbH. All rights reserved. + ~ Copyright © 2014-2021 PSPDFKit GmbH. All rights reserved. ~ ~ THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW ~ AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/index.js b/index.js index feccaf29..708e113e 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -// Copyright © 2018-2019 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotation.h b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotation.h index cc0fce1b..eb2d26d9 100644 --- a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotation.h +++ b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotation.h @@ -1,5 +1,5 @@ // -// Copyright © 2018-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotation.m b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotation.m index 511a3cd9..7139b209 100644 --- a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotation.m +++ b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotation.m @@ -1,5 +1,5 @@ // -// Copyright © 2018-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationChange.h b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationChange.h index 1c7612e8..4654802a 100644 --- a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationChange.h +++ b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationChange.h @@ -1,5 +1,5 @@ // -// Copyright © 2019-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2019-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationChange.m b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationChange.m index cc2a47a4..ba3ea403 100644 --- a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationChange.m +++ b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationChange.m @@ -1,5 +1,5 @@ // -// Copyright © 2019-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2019-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationToolbarConfiguration.h b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationToolbarConfiguration.h index 9abda2e5..4651f4ca 100644 --- a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationToolbarConfiguration.h +++ b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationToolbarConfiguration.h @@ -1,5 +1,5 @@ // -// Copyright © 2018-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationToolbarConfiguration.m b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationToolbarConfiguration.m index 534bfeba..8252feeb 100644 --- a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationToolbarConfiguration.m +++ b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFAnnotationToolbarConfiguration.m @@ -1,5 +1,5 @@ // -// Copyright © 2018-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFConfiguration.h b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFConfiguration.h index 1abc47c3..2e4bcbab 100644 --- a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFConfiguration.h +++ b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFConfiguration.h @@ -1,5 +1,5 @@ // -// Copyright © 2016-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2016-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFConfiguration.m b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFConfiguration.m index 5f02b51f..55ccc6b0 100644 --- a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFConfiguration.m +++ b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFConfiguration.m @@ -1,5 +1,5 @@ // -// Copyright © 2016-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2016-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFDocument.h b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFDocument.h index c17d8d48..a7cda4ff 100644 --- a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFDocument.h +++ b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFDocument.h @@ -1,5 +1,5 @@ // -// Copyright © 2016-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2016-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFDocument.m b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFDocument.m index 867ac67f..016e70b1 100644 --- a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFDocument.m +++ b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFDocument.m @@ -1,5 +1,5 @@ // -// Copyright © 2016-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2016-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFViewMode.h b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFViewMode.h index 7f1cd555..bec5b3dd 100644 --- a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFViewMode.h +++ b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFViewMode.h @@ -1,5 +1,5 @@ // -// Copyright © 2019-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2019-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFViewMode.m b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFViewMode.m index 06ab7318..2c5a112a 100644 --- a/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFViewMode.m +++ b/ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFViewMode.m @@ -1,5 +1,5 @@ // -// Copyright © 2019-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2019-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/Converters/RCTConvert+UIBarButtonItem.h b/ios/RCTPSPDFKit/Converters/RCTConvert+UIBarButtonItem.h index feba94a1..edd967f7 100644 --- a/ios/RCTPSPDFKit/Converters/RCTConvert+UIBarButtonItem.h +++ b/ios/RCTPSPDFKit/Converters/RCTConvert+UIBarButtonItem.h @@ -1,5 +1,5 @@ // -// Copyright © 2019-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2019-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/Converters/RCTConvert+UIBarButtonItem.m b/ios/RCTPSPDFKit/Converters/RCTConvert+UIBarButtonItem.m index b7f53712..99a04a17 100644 --- a/ios/RCTPSPDFKit/Converters/RCTConvert+UIBarButtonItem.m +++ b/ios/RCTPSPDFKit/Converters/RCTConvert+UIBarButtonItem.m @@ -1,5 +1,5 @@ // -// Copyright © 2019-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2019-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/RCTPSPDFKitManager.h b/ios/RCTPSPDFKit/RCTPSPDFKitManager.h index b1eb41a8..18c56106 100644 --- a/ios/RCTPSPDFKit/RCTPSPDFKitManager.h +++ b/ios/RCTPSPDFKit/RCTPSPDFKitManager.h @@ -1,5 +1,5 @@ // -// Copyright © 2016-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2016-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/RCTPSPDFKitManager.m b/ios/RCTPSPDFKit/RCTPSPDFKitManager.m index b985ba3e..1f224384 100644 --- a/ios/RCTPSPDFKit/RCTPSPDFKitManager.m +++ b/ios/RCTPSPDFKit/RCTPSPDFKitManager.m @@ -1,5 +1,5 @@ // -// Copyright © 2016-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2016-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/RCTPSPDFKitView.h b/ios/RCTPSPDFKit/RCTPSPDFKitView.h index 8f578f18..184e4fe4 100644 --- a/ios/RCTPSPDFKit/RCTPSPDFKitView.h +++ b/ios/RCTPSPDFKit/RCTPSPDFKitView.h @@ -1,5 +1,5 @@ // -// Copyright © 2018-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/RCTPSPDFKitView.m b/ios/RCTPSPDFKit/RCTPSPDFKitView.m index ed3b6852..c0f5f1a6 100644 --- a/ios/RCTPSPDFKit/RCTPSPDFKitView.m +++ b/ios/RCTPSPDFKit/RCTPSPDFKitView.m @@ -1,5 +1,5 @@ // -// Copyright © 2018-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/RCTPSPDFKitViewManager.h b/ios/RCTPSPDFKit/RCTPSPDFKitViewManager.h index 47e2980b..cea79567 100644 --- a/ios/RCTPSPDFKit/RCTPSPDFKitViewManager.h +++ b/ios/RCTPSPDFKit/RCTPSPDFKitViewManager.h @@ -1,5 +1,5 @@ // -// Copyright © 2018-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/ios/RCTPSPDFKit/RCTPSPDFKitViewManager.m b/ios/RCTPSPDFKit/RCTPSPDFKitViewManager.m index 8197c21e..32742de1 100644 --- a/ios/RCTPSPDFKit/RCTPSPDFKitViewManager.m +++ b/ios/RCTPSPDFKit/RCTPSPDFKitViewManager.m @@ -1,5 +1,5 @@ // -// Copyright © 2018-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/Catalog/Catalog.android.js b/samples/Catalog/Catalog.android.js index fddfe862..2a84ae93 100644 --- a/samples/Catalog/Catalog.android.js +++ b/samples/Catalog/Catalog.android.js @@ -1,4 +1,4 @@ -// Copyright © 2018-2019 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/Catalog/android/app/src/androidTest/java/com/pspdfkit/react/utils/ViewActions.java b/samples/Catalog/android/app/src/androidTest/java/com/pspdfkit/react/utils/ViewActions.java index a389598b..39c7d9ad 100644 --- a/samples/Catalog/android/app/src/androidTest/java/com/pspdfkit/react/utils/ViewActions.java +++ b/samples/Catalog/android/app/src/androidTest/java/com/pspdfkit/react/utils/ViewActions.java @@ -1,5 +1,5 @@ /* - * Copyright © 2014-2019 PSPDFKit GmbH. All rights reserved. + * Copyright © 2014-2021 PSPDFKit GmbH. All rights reserved. * * THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW * AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/Catalog/android/app/src/main/AndroidManifest.xml b/samples/Catalog/android/app/src/main/AndroidManifest.xml index 3a9cb384..b75d583c 100644 --- a/samples/Catalog/android/app/src/main/AndroidManifest.xml +++ b/samples/Catalog/android/app/src/main/AndroidManifest.xml @@ -4,7 +4,7 @@ ~ ~ PSPDFKit ~ - ~ Copyright © 2017-2019 PSPDFKit GmbH. All rights reserved. + ~ Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. ~ ~ THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW ~ AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/Catalog/android/app/src/main/java/com/pspdfkit/react/catalog/MainActivity.java b/samples/Catalog/android/app/src/main/java/com/pspdfkit/react/catalog/MainActivity.java index 9fc45279..08d07514 100644 --- a/samples/Catalog/android/app/src/main/java/com/pspdfkit/react/catalog/MainActivity.java +++ b/samples/Catalog/android/app/src/main/java/com/pspdfkit/react/catalog/MainActivity.java @@ -3,7 +3,7 @@ * * PSPDFKit * - * Copyright © 2017-2019 PSPDFKit GmbH. All rights reserved. + * Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. * * THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW * AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/Catalog/android/app/src/main/java/com/pspdfkit/react/catalog/MainApplication.java b/samples/Catalog/android/app/src/main/java/com/pspdfkit/react/catalog/MainApplication.java index b9cdffaa..c8dd6be3 100644 --- a/samples/Catalog/android/app/src/main/java/com/pspdfkit/react/catalog/MainApplication.java +++ b/samples/Catalog/android/app/src/main/java/com/pspdfkit/react/catalog/MainApplication.java @@ -3,7 +3,7 @@ * * PSPDFKit * - * Copyright © 2017-2019 PSPDFKit GmbH. All rights reserved. + * Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. * * THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW * AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/Catalog/android/app/src/main/res/values/colors.xml b/samples/Catalog/android/app/src/main/res/values/colors.xml index 9d55bb1e..e58c60ff 100644 --- a/samples/Catalog/android/app/src/main/res/values/colors.xml +++ b/samples/Catalog/android/app/src/main/res/values/colors.xml @@ -4,7 +4,7 @@ ~ ~ PSPDFKit ~ - ~ Copyright © 2017-2019 PSPDFKit GmbH. All rights reserved. + ~ Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. ~ ~ THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW ~ AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/Catalog/android/app/src/main/res/values/strings.xml b/samples/Catalog/android/app/src/main/res/values/strings.xml index 75855dcc..07d76811 100644 --- a/samples/Catalog/android/app/src/main/res/values/strings.xml +++ b/samples/Catalog/android/app/src/main/res/values/strings.xml @@ -4,7 +4,7 @@ ~ ~ PSPDFKit ~ - ~ Copyright © 2017-2019 PSPDFKit GmbH. All rights reserved. + ~ Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. ~ ~ THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW ~ AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/Catalog/android/app/src/main/res/values/styles.xml b/samples/Catalog/android/app/src/main/res/values/styles.xml index e420d774..b70cf347 100644 --- a/samples/Catalog/android/app/src/main/res/values/styles.xml +++ b/samples/Catalog/android/app/src/main/res/values/styles.xml @@ -4,7 +4,7 @@ ~ ~ PSPDFKit ~ - ~ Copyright © 2017-2019 PSPDFKit GmbH. All rights reserved. + ~ Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. ~ ~ THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW ~ AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/Catalog/index.js b/samples/Catalog/index.js index 9cebd621..5278ac91 100644 --- a/samples/Catalog/index.js +++ b/samples/Catalog/index.js @@ -1,4 +1,4 @@ -// Copyright © 2018-2019 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/NativeCatalog/ios/InstantExample/InstantDocumentInfo.swift b/samples/NativeCatalog/ios/InstantExample/InstantDocumentInfo.swift index 81189dba..792a7d0b 100644 --- a/samples/NativeCatalog/ios/InstantExample/InstantDocumentInfo.swift +++ b/samples/NativeCatalog/ios/InstantExample/InstantDocumentInfo.swift @@ -2,7 +2,7 @@ // InstantDocumentInfo.swift // PSPDFKit // -// Copyright © 2017-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/NativeCatalog/ios/InstantExample/InstantDocumentPresenter.swift b/samples/NativeCatalog/ios/InstantExample/InstantDocumentPresenter.swift index eb6e7492..d2f81e53 100644 --- a/samples/NativeCatalog/ios/InstantExample/InstantDocumentPresenter.swift +++ b/samples/NativeCatalog/ios/InstantExample/InstantDocumentPresenter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2018-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/NativeCatalog/ios/InstantExample/InstantDocumentViewController.swift b/samples/NativeCatalog/ios/InstantExample/InstantDocumentViewController.swift index bb9c1369..8fb2fb99 100644 --- a/samples/NativeCatalog/ios/InstantExample/InstantDocumentViewController.swift +++ b/samples/NativeCatalog/ios/InstantExample/InstantDocumentViewController.swift @@ -1,5 +1,5 @@ // -// Copyright © 2019-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2019-2021 PSPDFKit GmbH. All rights reserved. // // The PSPDFKit Sample applications are licensed with a modified BSD license. // Please see License for details. This notice may not be removed from this file. diff --git a/samples/NativeCatalog/ios/InstantExample/InstantExample.swift b/samples/NativeCatalog/ios/InstantExample/InstantExample.swift index 544e086f..ea85316e 100644 --- a/samples/NativeCatalog/ios/InstantExample/InstantExample.swift +++ b/samples/NativeCatalog/ios/InstantExample/InstantExample.swift @@ -1,5 +1,5 @@ // -// Copyright © 2017-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. // // The PSPDFKit Sample applications are licensed with a modified BSD license. // Please see License for details. This notice may not be removed from this file. diff --git a/samples/NativeCatalog/ios/InstantExample/ScannerViewController.swift b/samples/NativeCatalog/ios/InstantExample/ScannerViewController.swift index f93fa1b3..d11e6580 100644 --- a/samples/NativeCatalog/ios/InstantExample/ScannerViewController.swift +++ b/samples/NativeCatalog/ios/InstantExample/ScannerViewController.swift @@ -1,5 +1,5 @@ // -// Copyright © 2018-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/NativeCatalog/ios/InstantExample/WebExamplesAPIClient.swift b/samples/NativeCatalog/ios/InstantExample/WebExamplesAPIClient.swift index da44ea90..b9aa78b1 100644 --- a/samples/NativeCatalog/ios/InstantExample/WebExamplesAPIClient.swift +++ b/samples/NativeCatalog/ios/InstantExample/WebExamplesAPIClient.swift @@ -1,5 +1,5 @@ // -// Copyright © 2017-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. // // The PSPDFKit Sample applications are licensed with a modified BSD license. // Please see License for details. This notice may not be removed from this file. diff --git a/samples/NativeCatalog/ios/NativeCatalog/Examples/CustomPdfView.h b/samples/NativeCatalog/ios/NativeCatalog/Examples/CustomPdfView.h index 6f77feaf..97361549 100644 --- a/samples/NativeCatalog/ios/NativeCatalog/Examples/CustomPdfView.h +++ b/samples/NativeCatalog/ios/NativeCatalog/Examples/CustomPdfView.h @@ -1,5 +1,5 @@ // -// Copyright © 2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2020-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/NativeCatalog/ios/NativeCatalog/Examples/CustomPdfView.m b/samples/NativeCatalog/ios/NativeCatalog/Examples/CustomPdfView.m index 02ae986f..61d9c88d 100644 --- a/samples/NativeCatalog/ios/NativeCatalog/Examples/CustomPdfView.m +++ b/samples/NativeCatalog/ios/NativeCatalog/Examples/CustomPdfView.m @@ -1,5 +1,5 @@ // -// Copyright © 2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2020-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/NativeCatalog/ios/NativeCatalog/Examples/CustomPdfViewManager.h b/samples/NativeCatalog/ios/NativeCatalog/Examples/CustomPdfViewManager.h index a137a062..bf6ae438 100644 --- a/samples/NativeCatalog/ios/NativeCatalog/Examples/CustomPdfViewManager.h +++ b/samples/NativeCatalog/ios/NativeCatalog/Examples/CustomPdfViewManager.h @@ -1,5 +1,5 @@ // -// Copyright © 2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2020-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/NativeCatalog/ios/NativeCatalog/Examples/CustomPdfViewManager.m b/samples/NativeCatalog/ios/NativeCatalog/Examples/CustomPdfViewManager.m index 742d4e74..4e47dff3 100644 --- a/samples/NativeCatalog/ios/NativeCatalog/Examples/CustomPdfViewManager.m +++ b/samples/NativeCatalog/ios/NativeCatalog/Examples/CustomPdfViewManager.m @@ -1,5 +1,5 @@ // -// Copyright © 2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2020-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/NativeCatalog/ios/NativeCatalog/InstantExample/InstantDocumentInfo.swift b/samples/NativeCatalog/ios/NativeCatalog/InstantExample/InstantDocumentInfo.swift index 6becb1f5..e702e348 100644 --- a/samples/NativeCatalog/ios/NativeCatalog/InstantExample/InstantDocumentInfo.swift +++ b/samples/NativeCatalog/ios/NativeCatalog/InstantExample/InstantDocumentInfo.swift @@ -2,7 +2,7 @@ // InstantDocumentInfo.swift // PSPDFKit // -// Copyright © 2017-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/NativeCatalog/ios/NativeCatalog/InstantExample/InstantDocumentPresenter.swift b/samples/NativeCatalog/ios/NativeCatalog/InstantExample/InstantDocumentPresenter.swift index eb6e7492..d2f81e53 100644 --- a/samples/NativeCatalog/ios/NativeCatalog/InstantExample/InstantDocumentPresenter.swift +++ b/samples/NativeCatalog/ios/NativeCatalog/InstantExample/InstantDocumentPresenter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2018-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/NativeCatalog/ios/NativeCatalog/InstantExample/InstantDocumentViewController.swift b/samples/NativeCatalog/ios/NativeCatalog/InstantExample/InstantDocumentViewController.swift index bb9c1369..8fb2fb99 100644 --- a/samples/NativeCatalog/ios/NativeCatalog/InstantExample/InstantDocumentViewController.swift +++ b/samples/NativeCatalog/ios/NativeCatalog/InstantExample/InstantDocumentViewController.swift @@ -1,5 +1,5 @@ // -// Copyright © 2019-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2019-2021 PSPDFKit GmbH. All rights reserved. // // The PSPDFKit Sample applications are licensed with a modified BSD license. // Please see License for details. This notice may not be removed from this file. diff --git a/samples/NativeCatalog/ios/NativeCatalog/InstantExample/InstantExample.swift b/samples/NativeCatalog/ios/NativeCatalog/InstantExample/InstantExample.swift index f5d7a515..224cd449 100644 --- a/samples/NativeCatalog/ios/NativeCatalog/InstantExample/InstantExample.swift +++ b/samples/NativeCatalog/ios/NativeCatalog/InstantExample/InstantExample.swift @@ -1,5 +1,5 @@ // -// Copyright © 2017-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. // // The PSPDFKit Sample applications are licensed with a modified BSD license. // Please see License for details. This notice may not be removed from this file. diff --git a/samples/NativeCatalog/ios/NativeCatalog/InstantExample/ScannerViewController.swift b/samples/NativeCatalog/ios/NativeCatalog/InstantExample/ScannerViewController.swift index f93fa1b3..d11e6580 100644 --- a/samples/NativeCatalog/ios/NativeCatalog/InstantExample/ScannerViewController.swift +++ b/samples/NativeCatalog/ios/NativeCatalog/InstantExample/ScannerViewController.swift @@ -1,5 +1,5 @@ // -// Copyright © 2018-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/samples/NativeCatalog/ios/NativeCatalog/InstantExample/UIViewController+PSCFrontmost.swift b/samples/NativeCatalog/ios/NativeCatalog/InstantExample/UIViewController+PSCFrontmost.swift index 23f16c83..d082c4ba 100644 --- a/samples/NativeCatalog/ios/NativeCatalog/InstantExample/UIViewController+PSCFrontmost.swift +++ b/samples/NativeCatalog/ios/NativeCatalog/InstantExample/UIViewController+PSCFrontmost.swift @@ -1,5 +1,5 @@ // -// Copyright © 2018-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // The PSPDFKit Sample applications are licensed with a modified BSD license. // Please see License for details. This notice may not be removed from this file. diff --git a/samples/NativeCatalog/ios/NativeCatalog/InstantExample/WebExamplesAPIClient.swift b/samples/NativeCatalog/ios/NativeCatalog/InstantExample/WebExamplesAPIClient.swift index 2d48b965..66c3e3a3 100644 --- a/samples/NativeCatalog/ios/NativeCatalog/InstantExample/WebExamplesAPIClient.swift +++ b/samples/NativeCatalog/ios/NativeCatalog/InstantExample/WebExamplesAPIClient.swift @@ -1,5 +1,5 @@ // -// Copyright © 2017-2020 PSPDFKit GmbH. All rights reserved. +// Copyright © 2017-2021 PSPDFKit GmbH. All rights reserved. // // The PSPDFKit Sample applications are licensed with a modified BSD license. // Please see License for details. This notice may not be removed from this file. diff --git a/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/LibraryModule.cs b/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/LibraryModule.cs index cc36b3b2..5b3c7756 100644 --- a/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/LibraryModule.cs +++ b/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/LibraryModule.cs @@ -1,5 +1,5 @@ // -// Copyright © 2018-2019 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/PDFViewPage.xaml.cs b/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/PDFViewPage.xaml.cs index 5d620b3c..9763f6dd 100644 --- a/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/PDFViewPage.xaml.cs +++ b/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/PDFViewPage.xaml.cs @@ -1,5 +1,5 @@ // -// Copyright © 2018-2019 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/PSPDFKitModule.cs b/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/PSPDFKitModule.cs index 6501310b..af0114eb 100644 --- a/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/PSPDFKitModule.cs +++ b/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/PSPDFKitModule.cs @@ -1,5 +1,5 @@ // -// Copyright © 2018-2019 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/PSPDFKitPackage.cs b/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/PSPDFKitPackage.cs index 9ffc495e..11dcbce8 100644 --- a/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/PSPDFKitPackage.cs +++ b/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/PSPDFKitPackage.cs @@ -1,5 +1,5 @@ // -// Copyright © 2018-2019 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. diff --git a/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/PSPDFKitViewManager.cs b/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/PSPDFKitViewManager.cs index 3e6a7af3..7f5aad56 100644 --- a/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/PSPDFKitViewManager.cs +++ b/windows/ReactNativePSPDFKit/ReactNativePSPDFKit/PSPDFKitViewManager.cs @@ -1,5 +1,5 @@ // -// Copyright © 2018-2019 PSPDFKit GmbH. All rights reserved. +// Copyright © 2018-2021 PSPDFKit GmbH. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.