mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-08 21:00:40 +00:00
Update copyright/license headers in source files.
This commit is contained in:
parent
f1a1886d96
commit
17290db44c
12 changed files with 40 additions and 56 deletions
|
|
@ -1,9 +1,8 @@
|
||||||
// -*- mode: rust; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all copyright and
|
// This file is part of curve25519-dalek.
|
||||||
// related or neighboring rights to curve25519-dalek, using the Creative
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
// -*- mode: rust; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all copyright and
|
// This file is part of curve25519-dalek.
|
||||||
// related or neighboring rights to curve25519-dalek, using the Creative
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
// -*- mode: rust; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all copyright and
|
// This file is part of curve25519-dalek.
|
||||||
// related or neighboring rights to curve25519-dalek, using the Creative
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
// -*- mode: rust; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all copyright and
|
// This file is part of curve25519-dalek.
|
||||||
// related or neighboring rights to curve25519-dalek, using the Creative
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
// -*- mode: rust; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all copyright and
|
// This file is part of curve25519-dalek.
|
||||||
// related or neighboring rights to curve25519-dalek, using the Creative
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
10
src/field.rs
10
src/field.rs
|
|
@ -1,10 +1,8 @@
|
||||||
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all
|
// This file is part of curve25519-dalek.
|
||||||
// copyright and related or neighboring rights to curve25519-dalek,
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// using the Creative Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,8 @@
|
||||||
// -*- mode: rust; coding: utf-8; -*-
|
// -*- mode: rust; coding: utf-8; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all
|
// This file is part of curve25519-dalek.
|
||||||
// copyright and related or neighboring rights to curve25519-dalek,
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// using the Creative Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,8 @@
|
||||||
// -*- mode: rust; coding: utf-8; -*-
|
// -*- mode: rust; coding: utf-8; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all
|
// This file is part of curve25519-dalek.
|
||||||
// copyright and related or neighboring rights to curve25519-dalek,
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// using the Creative Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
// -*- mode: rust; coding: utf-8; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all copyright and
|
// This file is part of curve25519-dalek.
|
||||||
// related or neighboring rights to curve25519-dalek, using the Creative
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// Commons "CC0" public domain dedication.
|
// See LICENSE for licensing information.
|
||||||
// See <http://creativecommons.org/publicdomain/zero/.0/> for full details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
// -*- mode: rust; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all copyright and
|
// This file is part of curve25519-dalek.
|
||||||
// related or neighboring rights to curve25519-dalek, using the Creative
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,8 @@
|
||||||
// -*- mode: rust; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all
|
// This file is part of curve25519-dalek.
|
||||||
// copyright and related or neighboring rights to curve25519-dalek,
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// using the Creative Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
// -*- mode: rust; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all copyright and
|
// This file is part of curve25519-dalek.
|
||||||
// related or neighboring rights to curve25519-dalek, using the Creative
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue