Skip to content

Commit 52688e0

Browse files
committed
Record contributors in headers
1 parent dc083e8 commit 52688e0

Some content is hidden

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

115 files changed

+125
-1
lines changed

bench/benchmark_dumps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
2+
# Copyright Aarni Koskela (2021), ijl (2022-2025)
23

34
from json import loads as json_loads
45

bench/benchmark_loads.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
2+
# Copyright Aarni Koskela (2021), ijl (2022-2024)
23

34
from json import loads as json_loads
45

bench/data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
2+
# Copyright Aarni Koskela (2021), ijl (2019)
23

34
from json import dumps as _json_dumps
45
from json import loads as json_loads

bench/run_func

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
22
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
3+
# Copyright ijl (2018-2025), Aarni Koskela (2021)
34

45
import sys
56
import lzma

bench/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
2+
# Copyright ijl (2019-2025), Aarni Koskela (2021)
23

34
import lzma
45
import os

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: (Apache-2.0 OR MIT)
2+
// Copyright ijl (2021-2025)
23

34
fn main() {
45
let python_config = pyo3_build_config::get();

integration/client

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env python3
2+
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
3+
# Copyright ijl (2020-2023)
24

35
import asyncio
46
import sys

integration/init

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
22
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
3+
# Copyright ijl (2023-2025)
34

45
import multiprocessing.pool
56
import sys

integration/run

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env bash
2+
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
3+
# Copyright ijl (2018-2023), Eric Jolibois (2022)
24

35
set -eou pipefail
46

integration/thread

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env python3
2+
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
3+
# Copyright ijl (2018-2025)
24

35
import sys
46
import traceback

0 commit comments

Comments
 (0)