File tree Expand file tree Collapse file tree 9 files changed +69
-31
lines changed
Expand file tree Collapse file tree 9 files changed +69
-31
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
2+
3+ # Copyright 2025 Adobe. All rights reserved.
4+ # This file is licensed to you under the Apache License,
5+ # Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
6+ # or the MIT license (http://opensource.org/licenses/MIT),
7+ # at your option.
8+
9+ # Unless required by applicable law or agreed to in writing,
10+ # this software is distributed on an "AS IS" BASIS, WITHOUT
11+ # WARRANTIES OR REPRESENTATIONS OF ANY KIND, either express or
12+ # implied. See the LICENSE-MIT and LICENSE-APACHE files for the
13+ # specific language governing permissions and limitations under
14+ # each license.
15+
216import os
317import sys
418import requests
Original file line number Diff line number Diff line change 1+ # Copyright 2025 Adobe. All rights reserved.
2+ # This file is licensed to you under the Apache License,
3+ # Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
4+ # or the MIT license (http://opensource.org/licenses/MIT),
5+ # at your option.
6+
7+ # Unless required by applicable law or agreed to in writing,
8+ # this software is distributed on an "AS IS" BASIS, WITHOUT
9+ # WARRANTIES OR REPRESENTATIONS OF ANY KIND, either express or
10+ # implied. See the LICENSE-MIT and LICENSE-APACHE files for the
11+ # specific language governing permissions and limitations under
12+ # each license.
13+
114from setuptools import setup , find_namespace_packages
215import sys
316import platform
Original file line number Diff line number Diff line change 1+ # Copyright 2025 Adobe. All rights reserved.
2+ # This file is licensed to you under the Apache License,
3+ # Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
4+ # or the MIT license (http://opensource.org/licenses/MIT),
5+ # at your option.
6+
7+ # Unless required by applicable law or agreed to in writing,
8+ # this software is distributed on an "AS IS" BASIS, WITHOUT
9+ # WARRANTIES OR REPRESENTATIONS OF ANY KIND, either express or
10+ # implied. See the LICENSE-MIT and LICENSE-APACHE files for the
11+ # specific language governing permissions and limitations under
12+ # each license.
13+
114try :
215 from importlib .metadata import version
316 __version__ = version ("c2pa-python" )
Original file line number Diff line number Diff line change 1+ # Copyright 2025 Adobe. All rights reserved.
2+ # This file is licensed to you under the Apache License,
3+ # Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
4+ # or the MIT license (http://opensource.org/licenses/MIT),
5+ # at your option.
6+
7+ # Unless required by applicable law or agreed to in writing,
8+ # this software is distributed on an "AS IS" BASIS, WITHOUT
9+ # WARRANTIES OR REPRESENTATIONS OF ANY KIND, either express or
10+ # implied. See the LICENSE-MIT and LICENSE-APACHE files for the
11+ # specific language governing permissions and limitations under
12+ # each license.
13+
114import os
215import sys
316import requests
Original file line number Diff line number Diff line change 1+ # Copyright 2025 Adobe. All rights reserved.
2+ # This file is licensed to you under the Apache License,
3+ # Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
4+ # or the MIT license (http://opensource.org/licenses/MIT),
5+ # at your option.
6+
7+ # Unless required by applicable law or agreed to in writing,
8+ # this software is distributed on an "AS IS" BASIS, WITHOUT
9+ # WARRANTIES OR REPRESENTATIONS OF ANY KIND, either express or
10+ # implied. See the LICENSE-MIT and LICENSE-APACHE files for the
11+ # specific language governing permissions and limitations under
12+ # each license.
13+
114import ctypes
215import enum
316import json
Original file line number Diff line number Diff line change 99# WARRANTIES OR REPRESENTATIONS OF ANY KIND, either express or
1010# implied. See the LICENSE-MIT and LICENSE-APACHE files for the
1111# specific language governing permissions and limitations under
12- # each license.import unittest
12+ # each license.
1313
1414import os
1515import io
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99# WARRANTIES OR REPRESENTATIONS OF ANY KIND, either express or
1010# implied. See the LICENSE-MIT and LICENSE-APACHE files for the
1111# specific language governing permissions and limitations under
12- # each license.import unittest
12+ # each license.
1313
1414import os
1515import io
Original file line number Diff line number Diff line change 99# WARRANTIES OR REPRESENTATIONS OF ANY KIND, either express or
1010# implied. See the LICENSE-MIT and LICENSE-APACHE files for the
1111# specific language governing permissions and limitations under
12- # each license.import unittest
12+ # each license.
1313
1414import os
1515import io
You can’t perform that action at this time.
0 commit comments