Skip to content

Commit

Permalink
chore: Add SPDX header
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed Jul 1, 2024
1 parent 534e39b commit 45e91dc
Show file tree
Hide file tree
Showing 65 changed files with 874 additions and 412 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
module.exports = {
globals: {
PDFViewerApplicationOptions: true,
Expand Down
4 changes: 4 additions & 0 deletions .github/contributing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
## Submitting issues

If you have questions about how to install or use Nextcloud, please direct these to our [forum][forum]. We are also available on [IRC][irc].
Expand Down
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
version: 2
updates:
- package-ecosystem: composer
Expand Down
2 changes: 2 additions & 0 deletions .github/issue_template.md.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
SPDX-License-Identifier: AGPL-3.0-or-later
3 changes: 3 additions & 0 deletions .github/workflows/block-merge-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2022-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: Block merges during freezes

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check-viewer.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT
name: Check viewer

on:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/command-compile.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: Compile Command
on:
issue_comment:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/command-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: Rebase command

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dependabot-approve-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: Dependabot

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/fixup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: Block fixup and squash commits

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-eslint-when-unrelated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# Use lint-eslint together with lint-eslint-when-unrelated to make eslint a required check for GitHub actions
# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: Lint eslint

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint-php-cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: Lint php-cs

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: Lint php

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint-stylelint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2022-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: Lint stylelint

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-when-unrelated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# Use node together with node-when-unrelated to make eslint a required check for GitHub actions
# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: Node

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: Npm audit fix and compile

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2022-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: PHPUnit MySQL

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/phpunit-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2022-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: PHPUnit OCI

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/phpunit-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2022-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: PHPUnit PostgreSQL

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2022-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: PHPUnit SQLite

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/phpunit-summary-when-unrelated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2022-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: PHPUnit summary

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
feedback-message: |
Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.
We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.
Expand All @@ -45,6 +45,6 @@ jobs:
(If you believe you should not receive this message, you can add yourself to the [blocklist](https://github.com/nextcloud/.github/blob/master/non-community-usernames.txt).)
days-before-feedback: 14
start-date: "2024-04-30"
exempt-authors: "${{ steps.blocklist.outputs.blocklist }},${{ steps.scrape.outputs.users }},nextcloud-command,nextcloud-android-bot"
start-date: '2024-04-30'
exempt-authors: '${{ steps.blocklist.outputs.blocklist }},${{ steps.scrape.outputs.users }},nextcloud-command,nextcloud-android-bot'
exempt-bots: true
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
# just sane ignores
.*.sw[po]
*.bak
Expand Down
2 changes: 2 additions & 0 deletions .l10nignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
js/
5 changes: 4 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?php

declare(strict_types=1);

/**
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
require_once './vendor/autoload.php';

use Nextcloud\CodingStandard\Config;
Expand Down
36 changes: 36 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: files_pdfviewer
Upstream-Contact: Nextcloud <[email protected]>
Source: https://github.com/nextcloud/files_pdfviewer

Files: l10n/*.js l10n/*.json
Copyright: 2016 Nextcloud GmbH and Nextcloud contributors
License: AGPL-3.0-or-later

Files: .tx/config .github/CODEOWNERS
Copyright: 2023 Nextcloud GmbH and Nextcloud contributors
License: AGPL-3.0-or-later

Files: composer.json composer.lock package-lock.json package.json
Copyright: 2020 Nextcloud GmbH and Nextcloud contributors
License: AGPL-3.0-or-later

Files: img/app.png img/app.svg img/toolbarButton-secondaryToolbarClose.svg img/toolbarButton-secondaryToolbarSave.svg
Copyright: 2018-2024 Google LLC
License: Apache-2.0

Files: js/pdfjs/build/* js/pdfjs/web/debugger.js js/pdfjs/web/viewer.js js/pdfjs/web/locale/* js/pdfjs/web/images/* js/pdfjs/web/debugger.css js/pdfjs/web/viewer.css js/pdfjs/web/viewer.html js/pdfjs/web/compressed.tracemonkey-pldi-09.pdf
Copyright: 2012-2024 Mozilla Foundation
License: Apache-2.0

Files: js/pdfjs/web/cmaps/CNS2-V.bcmap js/pdfjs/web/cmaps/ETenms-B5-H.bcmap js/pdfjs/web/cmaps/GB-H.bcmap js/pdfjs/web/cmaps/78-EUC-H.bcmap js/pdfjs/web/cmaps/78-EUC-V.bcmap js/pdfjs/web/cmaps/78-H.bcmap js/pdfjs/web/cmaps/78-RKSJ-H.bcmap js/pdfjs/web/cmaps/78-RKSJ-V.bcmap js/pdfjs/web/cmaps/78-V.bcmap js/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap js/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap js/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap js/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap js/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap js/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap js/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap js/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap js/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap js/pdfjs/web/cmaps/Add-H.bcmap js/pdfjs/web/cmaps/Add-RKSJ-H.bcmap js/pdfjs/web/cmaps/Add-RKSJ-V.bcmap js/pdfjs/web/cmaps/Add-V.bcmap js/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap js/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap js/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap js/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap js/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap js/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap js/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap js/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap js/pdfjs/web/cmaps/Adobe-GB1-0.bcmap js/pdfjs/web/cmaps/Adobe-GB1-1.bcmap js/pdfjs/web/cmaps/Adobe-GB1-2.bcmap js/pdfjs/web/cmaps/Adobe-GB1-3.bcmap js/pdfjs/web/cmaps/Adobe-GB1-4.bcmap js/pdfjs/web/cmaps/Adobe-GB1-5.bcmap js/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap js/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap js/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap js/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap js/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap js/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap js/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap js/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap js/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap js/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap js/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap js/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap js/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap js/pdfjs/web/cmaps/B5-H.bcmap js/pdfjs/web/cmaps/B5-V.bcmap js/pdfjs/web/cmaps/B5pc-H.bcmap js/pdfjs/web/cmaps/B5pc-V.bcmap js/pdfjs/web/cmaps/CNS-EUC-H.bcmap js/pdfjs/web/cmaps/CNS-EUC-V.bcmap js/pdfjs/web/cmaps/CNS1-H.bcmap js/pdfjs/web/cmaps/CNS1-V.bcmap js/pdfjs/web/cmaps/CNS2-H.bcmap js/pdfjs/web/cmaps/ETen-B5-H.bcmap js/pdfjs/web/cmaps/ETen-B5-V.bcmap js/pdfjs/web/cmaps/ETenms-B5-V.bcmap js/pdfjs/web/cmaps/ETHK-B5-H.bcmap js/pdfjs/web/cmaps/ETHK-B5-V.bcmap js/pdfjs/web/cmaps/EUC-H.bcmap js/pdfjs/web/cmaps/EUC-V.bcmap js/pdfjs/web/cmaps/Ext-H.bcmap js/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap js/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap js/pdfjs/web/cmaps/Ext-V.bcmap js/pdfjs/web/cmaps/GB-EUC-H.bcmap js/pdfjs/web/cmaps/GB-EUC-V.bcmap js/pdfjs/web/cmaps/GB-V.bcmap js/pdfjs/web/cmaps/GBK-EUC-H.bcmap js/pdfjs/web/cmaps/GBK-EUC-V.bcmap js/pdfjs/web/cmaps/GBK2K-H.bcmap js/pdfjs/web/cmaps/GBK2K-V.bcmap js/pdfjs/web/cmaps/GBKp-EUC-H.bcmap js/pdfjs/web/cmaps/GBKp-EUC-V.bcmap js/pdfjs/web/cmaps/GBpc-EUC-H.bcmap js/pdfjs/web/cmaps/GBpc-EUC-V.bcmap js/pdfjs/web/cmaps/GBT-EUC-H.bcmap js/pdfjs/web/cmaps/GBT-EUC-V.bcmap js/pdfjs/web/cmaps/GBT-H.bcmap js/pdfjs/web/cmaps/GBT-V.bcmap js/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap js/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap js/pdfjs/web/cmaps/H.bcmap js/pdfjs/web/cmaps/Hankaku.bcmap js/pdfjs/web/cmaps/Hiragana.bcmap js/pdfjs/web/cmaps/HKdla-B5-H.bcmap js/pdfjs/web/cmaps/HKdla-B5-V.bcmap js/pdfjs/web/cmaps/HKdlb-B5-H.bcmap js/pdfjs/web/cmaps/HKdlb-B5-V.bcmap js/pdfjs/web/cmaps/HKgccs-B5-H.bcmap js/pdfjs/web/cmaps/HKgccs-B5-V.bcmap js/pdfjs/web/cmaps/HKm314-B5-H.bcmap js/pdfjs/web/cmaps/HKm314-B5-V.bcmap js/pdfjs/web/cmaps/HKm471-B5-H.bcmap js/pdfjs/web/cmaps/HKm471-B5-V.bcmap js/pdfjs/web/cmaps/HKscs-B5-H.bcmap js/pdfjs/web/cmaps/HKscs-B5-V.bcmap js/pdfjs/web/cmaps/Katakana.bcmap js/pdfjs/web/cmaps/KSC-EUC-H.bcmap js/pdfjs/web/cmaps/KSC-EUC-V.bcmap js/pdfjs/web/cmaps/KSC-H.bcmap js/pdfjs/web/cmaps/KSC-Johab-H.bcmap js/pdfjs/web/cmaps/KSC-Johab-V.bcmap js/pdfjs/web/cmaps/KSC-V.bcmap js/pdfjs/web/cmaps/KSCms-UHC-H.bcmap js/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap js/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap js/pdfjs/web/cmaps/KSCms-UHC-V.bcmap js/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap js/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap js/pdfjs/web/cmaps/NWP-H.bcmap js/pdfjs/web/cmaps/NWP-V.bcmap js/pdfjs/web/cmaps/RKSJ-H.bcmap js/pdfjs/web/cmaps/RKSJ-V.bcmap js/pdfjs/web/cmaps/Roman.bcmap js/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap js/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap js/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap js/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap js/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap js/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap js/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap js/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap js/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap js/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap js/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap js/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap js/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap js/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap js/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap js/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap js/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap js/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap js/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap js/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap js/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap js/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap js/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap js/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap js/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap js/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap js/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap js/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap js/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap js/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap js/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap js/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap js/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap js/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap js/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap js/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap js/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap js/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap js/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap js/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap js/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap js/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap js/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap js/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap js/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap js/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap js/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap js/pdfjs/web/cmaps/V.bcmap js/pdfjs/web/cmaps/WP-Symbol.bcmap
Copyright: 1990-2009 Adobe Systems Incorporated. (https://github.com/adobe-type-tools/cmap-resources)
License: BSD-3-Clause

Files: js/pdfjs/web/standard_fonts/FoxitDingbats.pfb js/pdfjs/web/standard_fonts/FoxitFixed.pfb js/pdfjs/web/standard_fonts/FoxitFixedBold.pfb js/pdfjs/web/standard_fonts/FoxitFixedBoldItalic.pfb js/pdfjs/web/standard_fonts/FoxitFixedItalic.pfb js/pdfjs/web/standard_fonts/FoxitSerif.pfb js/pdfjs/web/standard_fonts/FoxitSerifBold.pfb js/pdfjs/web/standard_fonts/FoxitSerifBoldItalic.pfb js/pdfjs/web/standard_fonts/FoxitSerifItalic.pfb js/pdfjs/web/standard_fonts/FoxitSymbol.pfb
Copyright: 2014 PDFium Authors. All rights reserved.
License: BSD-3-Clause

Files: js/pdfjs/web/standard_fonts/LiberationSans-Bold.ttf js/pdfjs/web/standard_fonts/LiberationSans-BoldItalic.ttf js/pdfjs/web/standard_fonts/LiberationSans-Italic.ttf js/pdfjs/web/standard_fonts/LiberationSans-Regular.ttf
Copyright: 2010 Google Corporation with Reserved Font Arimo, Tinos and Cousine, 2012 Red Hat, Inc. with Reserved Font Name Liberation.
License: OFL-1.1-RFN
2 changes: 2 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2014 ownCloud, Inc.
# SPDX-License-Identifier: AGPL-3.0-only
filter:
excluded_paths:
- 'vendor/*'
Expand Down
60 changes: 60 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<!--
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
# Authors

- acsfer <[email protected]>
- Andreas Jacobsen <[email protected]>
- Andy Scherzinger <[email protected]>
- Andy Xheli <[email protected]>
- Bart Visscher <[email protected]>
- Bartek Przybylski <[email protected]>
- Bastien Ho <[email protected]>
- Benjamin Renard <[email protected]>
- Bjoern Schiessle <[email protected]>
- Björn Schießle <[email protected]>
- blizzz <[email protected]>
- Christoph Wurst <[email protected]>
- Daniel Calviño Sánchez <[email protected]>
- Daniel Kesselberg <[email protected]>
- DJCrashdummy <[email protected]>
- Frank Karlitschek <[email protected]>
- Georg Ehrke <[email protected]>
- Grigorii Horos <[email protected]>
- grisa <[email protected]>
- Hajo Möller <[email protected]>
- Hendrik Leppelsack <[email protected]>
- hirschrobert <[email protected]>
- Jan-Christoph Borchardt <[email protected]>
- Joas Schilling <[email protected]>
- John Molakvoæ <[email protected]>
- Jonas <[email protected]>
- Jos Poortvliet <[email protected]>
- Julius Härtl <[email protected]>
- Jörn Friedrich Dreyer <[email protected]>
- kondou <[email protected]>
- libracious <[email protected]>
- Louis Chemineau <[email protected]>
- Lukas Reschke <[email protected]>
- Marco <[email protected]>
- Marius Blüm <[email protected]>
- Maxence Lange <[email protected]>
- Michael Gapczynski <[email protected]>
- Mishel Shaji <[email protected]>
- Morris Jobke <[email protected]>
- RealRancor <[email protected]>
- Robbert Gurdeep Singh <[email protected]>
- Robert Hirsch <[email protected]>
- Robin Appelman <[email protected]>
- Roeland Jago Douma <[email protected]>
- Simon L <[email protected]>
- szaimen <[email protected]>
- tahaa karim <[email protected]>
- Thomas Müller <[email protected]>
- Thomas Tanghus <[email protected]>
- Tobias Speicher <[email protected]>
- Tom Needham <[email protected]>
- Vincent Petry <[email protected]>
- Nextcloud GmbH
- ownCloud, Inc.
Loading

0 comments on commit 45e91dc

Please sign in to comment.