Skip to content

Commit 0b13fdb

Browse files
authored
feat: Verify Handoff (#293)
1 parent 406635e commit 0b13fdb

File tree

236 files changed

+1790
-4969
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+1790
-4969
lines changed

.eslintrc.cjs

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
const header = [
2-
' ADOBE CONFIDENTIAL',
32
{
4-
pattern: 'Copyright \\d{4} Adobe',
5-
template: ` Copyright ${new Date().getFullYear()} Adobe`,
3+
pattern:
4+
' Copyright 2021-2024 Adobe, Copyright \\d{4} The C2PA Contributors',
5+
template: ` Copyright 2021-2024 Adobe, Copyright ${new Date().getFullYear()} The C2PA Contributors`,
66
},
7-
' All Rights Reserved.',
8-
'',
9-
' NOTICE: All information contained herein is, and remains',
10-
' the property of Adobe and its suppliers, if any. The intellectual',
11-
' and technical concepts contained herein are proprietary to Adobe',
12-
' and its suppliers and are protected by all applicable intellectual',
13-
' property laws, including trade secret and copyright laws.',
14-
' Dissemination of this information or reproduction of this material',
15-
' is strictly forbidden unless prior written permission is obtained',
16-
' from Adobe.',
177
];
188

199
module.exports = {

.husky/post-checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-checkout' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
3-
git lfs post-checkout "$@"
3+
git lfs post-checkout "$@"

.husky/post-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-commit' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
3-
git lfs post-commit "$@"
3+
git lfs post-commit "$@"

.husky/post-merge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-merge' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
3-
git lfs post-merge "$@"
3+
git lfs post-merge "$@"

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'pre-push' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
3-
git lfs pre-push "$@"
3+
git lfs pre-push "$@"

assets/svg/logos/homepage/Nikon.svg

Lines changed: 111 additions & 121 deletions
Loading

e2e/c2pa-test-image-service.config.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
// ADOBE CONFIDENTIAL
2-
// Copyright 2023 Adobe
3-
// All Rights Reserved.
4-
//
5-
// NOTICE: All information contained herein is, and remains
6-
// the property of Adobe and its suppliers, if any. The intellectual
7-
// and technical concepts contained herein are proprietary to Adobe
8-
// and its suppliers and are protected by all applicable intellectual
9-
// property laws, including trade secret and copyright laws.
10-
// Dissemination of this information or reproduction of this material
11-
// is strictly forbidden unless prior written permission is obtained
12-
// from Adobe.
1+
// Copyright 2021-2024 Adobe, Copyright 2025 The C2PA Contributors
132

143
import { C2paTestImageServiceConfig } from 'c2pa-test-image-service';
154

e2e/handlers.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
// ADOBE CONFIDENTIAL
2-
// Copyright 2023 Adobe
3-
// All Rights Reserved.
4-
//
5-
// NOTICE: All information contained herein is, and remains
6-
// the property of Adobe and its suppliers, if any. The intellectual
7-
// and technical concepts contained herein are proprietary to Adobe
8-
// and its suppliers and are protected by all applicable intellectual
9-
// property laws, including trade secret and copyright laws.
10-
// Dissemination of this information or reproduction of this material
11-
// is strictly forbidden unless prior written permission is obtained
12-
// from Adobe.
1+
// Copyright 2021-2024 Adobe, Copyright 2025 The C2PA Contributors
132

143
import { rest } from 'msw';
154

e2e/page.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
// ADOBE CONFIDENTIAL
2-
// Copyright 2023 Adobe
3-
// All Rights Reserved.
4-
//
5-
// NOTICE: All information contained herein is, and remains
6-
// the property of Adobe and its suppliers, if any. The intellectual
7-
// and technical concepts contained herein are proprietary to Adobe
8-
// and its suppliers and are protected by all applicable intellectual
9-
// property laws, including trade secret and copyright laws.
10-
// Dissemination of this information or reproduction of this material
11-
// is strictly forbidden unless prior written permission is obtained
12-
// from Adobe.
1+
// Copyright 2021-2024 Adobe, Copyright 2025 The C2PA Contributors
132

143
/// <reference lib="dom"/>
154

e2e/snapshot/assertions.spec.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
// ADOBE CONFIDENTIAL
2-
// Copyright 2023 Adobe
3-
// All Rights Reserved.
4-
//
5-
// NOTICE: All information contained herein is, and remains
6-
// the property of Adobe and its suppliers, if any. The intellectual
7-
// and technical concepts contained herein are proprietary to Adobe
8-
// and its suppliers and are protected by all applicable intellectual
9-
// property laws, including trade secret and copyright laws.
10-
// Dissemination of this information or reproduction of this material
11-
// is strictly forbidden unless prior written permission is obtained
12-
// from Adobe.
1+
// Copyright 2021-2024 Adobe, Copyright 2025 The C2PA Contributors
132

143
import { test } from '@playwright/test';
154
import { VerifyPage } from '../page';

0 commit comments

Comments
 (0)