Skip to content

Commit

Permalink
Add remark about LGPL-3.0 licensing by Gnosis
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekliemann committed Oct 13, 2024
1 parent 64b9f47 commit 7e12f08
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
8 changes: 8 additions & 0 deletions zrml/combinatorial-tokens/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
//
// You should have received a copy of the GNU General Public License
// along with Zeitgeist. If not, see <https://www.gnu.org/licenses/>.
//
// This file incorporates work licensed under the GNU Lesser General
// Public License 3.0 but published without copyright notice by Gnosis
// (<https://gnosis.io>, [email protected]) in the
// conditional-tokens-contracts repository
// <https://github.com/gnosis/conditional-tokens-contracts>,
// and has been relicensed under GPL-3.0-or-later in this repository.


// TODO Refactor so that collection IDs are their own type with an `Fq` field and an `odd` field?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
//
// You should have received a copy of the GNU General Public License
// along with Zeitgeist. If not, see <https://www.gnu.org/licenses/>.
//
// This file incorporates work licensed under the GNU Lesser General
// Public License 3.0 but published without copyright notice by Gnosis
// (<https://gnosis.io>, [email protected]) in the
// conditional-tokens-contracts repository
// <https://github.com/gnosis/conditional-tokens-contracts>,
// and has been relicensed under GPL-3.0-or-later in this repository.


pub trait CombinatorialIdManager {
type Asset;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
//
// You should have received a copy of the GNU General Public License
// along with Zeitgeist. If not, see <https://www.gnu.org/licenses/>.
//
// This file incorporates work licensed under the GNU Lesser General
// Public License 3.0 but published without copyright notice by Gnosis
// (<https://gnosis.io>, [email protected]) in the
// conditional-tokens-contracts repository
// <https://github.com/gnosis/conditional-tokens-contracts>,
// and has been relicensed under GPL-3.0-or-later in this repository.

use ark_bn254::{g1::G1Affine, Fq};
use ark_ff::{BigInteger, PrimeField};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
//
// You should have received a copy of the GNU General Public License
// along with Zeitgeist. If not, see <https://www.gnu.org/licenses/>.
//
// This file incorporates work licensed under the GNU Lesser General
// Public License 3.0 but published without copyright notice by Gnosis
// (<https://gnosis.io>, [email protected]) in the
// conditional-tokens-contracts repository
// <https://github.com/gnosis/conditional-tokens-contracts>,
// and has been relicensed under GPL-3.0-or-later in this repository.

use crate::traits::CombinatorialIdManager;
use alloc::vec::Vec;
Expand Down

0 comments on commit 7e12f08

Please sign in to comment.