Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update copyrights #56

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benches/all_windows.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

use criterion::{black_box, criterion_group, criterion_main, Criterion};
Expand Down
2 changes: 1 addition & 1 deletion benches/canonical.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

use std::hint::black_box;
Expand Down
2 changes: 1 addition & 1 deletion benches/expansions.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

use criterion::{black_box, criterion_group, criterion_main, BenchmarkId, Criterion, Throughput};
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/bench.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
# Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
# SPDX-License-Identifier: MIT OR Apache-2.0

import sys
Expand Down
2 changes: 1 addition & 1 deletion quickdna/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
# Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
# SPDX-License-Identifier: MIT OR Apache-2.0

import typing as ty
Expand Down
2 changes: 1 addition & 1 deletion src/bin/gen_table.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

//! This binary is used to generate the src/tables.dat datafile.
Expand Down
2 changes: 1 addition & 1 deletion src/canonical.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

use std::cmp::Ordering;
Expand Down
2 changes: 1 addition & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

use std::array::TryFromSliceError;
Expand Down
2 changes: 1 addition & 1 deletion src/expansions.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

use std::sync::Arc;
Expand Down
2 changes: 1 addition & 1 deletion src/extendable.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

/// A trait used by the FASTA parser: `T: Extendable` is the type of the
Expand Down
2 changes: 1 addition & 1 deletion src/fasta.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

//! This module is for reading and writing FASTA format files
Expand Down
2 changes: 1 addition & 1 deletion src/iter.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

use smallvec::SmallVec;
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![allow(non_snake_case)]
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

extern crate core;
Expand Down
2 changes: 1 addition & 1 deletion src/nucleotide.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

use std::{
Expand Down
2 changes: 1 addition & 1 deletion src/python_api.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![allow(clippy::borrow_deref_ref)] // TODO: broken clippy lint?
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

use pyo3::{exceptions::PyValueError, prelude::*, types::PyBytes};
Expand Down
2 changes: 1 addition & 1 deletion src/quickcheck.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

use quickcheck::{Arbitrary, Gen};
Expand Down
2 changes: 1 addition & 1 deletion src/rust_api.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

use core::fmt;
Expand Down
2 changes: 1 addition & 1 deletion src/serde_utils.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

use std::{
Expand Down
2 changes: 1 addition & 1 deletion src/trans_table.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

use crate::{
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
# Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
# SPDX-License-Identifier: MIT OR Apache-2.0
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
# Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
# SPDX-License-Identifier: MIT OR Apache-2.0

import os
Expand Down
2 changes: 1 addition & 1 deletion tests/integration_tests.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
// SPDX-License-Identifier: MIT OR Apache-2.0

use quickdna::{Nucleotide, NucleotideAmbiguous, NucleotideIter, NucleotideLike, TranslationTable};
Expand Down
2 changes: 1 addition & 1 deletion tests/test_exhaustive.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
# Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
# SPDX-License-Identifier: MIT OR Apache-2.0

"""
Expand Down
2 changes: 1 addition & 1 deletion tests/test_hypothesis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
# Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
# SPDX-License-Identifier: MIT OR Apache-2.0

"""
Expand Down
2 changes: 1 addition & 1 deletion tests/test_wrapper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
# Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
# SPDX-License-Identifier: MIT OR Apache-2.0

import pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2023 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
# Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <[email protected]>
# SPDX-License-Identifier: MIT OR Apache-2.0

import typing as ty
Expand Down
Loading