Skip to content

Commit

Permalink
update copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravna committed Jun 5, 2024
1 parent 07dd15f commit 29cff1a
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
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

0 comments on commit 29cff1a

Please sign in to comment.