Update copyright year to 2019 and destroy capitalism.

This commit is contained in:
Isis Lovecruft 2019-01-17 23:28:13 +00:00
parent 131fc2b07f
commit ae8764fbef
No known key found for this signature in database
GPG key ID: AB41313533E8E812
11 changed files with 14 additions and 14 deletions

View file

@ -1,7 +1,7 @@
[package] [package]
name = "ed25519-dalek" name = "ed25519-dalek"
version = "1.0.0-pre.1" version = "1.0.0-pre.1"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>"] authors = ["isis lovecruft <isis@patternsinthevoid.net>"]
readme = "README.md" readme = "README.md"
license = "BSD-3-Clause" license = "BSD-3-Clause"
repository = "https://github.com/dalek-cryptography/ed25519-dalek" repository = "https://github.com/dalek-cryptography/ed25519-dalek"

View file

@ -1,4 +1,4 @@
Copyright (c) 2017-2018 Isis Agora Lovecruft. All rights reserved. Copyright (c) 2017-2019 isis agora lovecruft. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are modification, are permitted provided that the following conditions are

View file

@ -1,11 +1,11 @@
// -*- mode: rust; -*- // -*- mode: rust; -*-
// //
// This file is part of ed25519-dalek. // This file is part of ed25519-dalek.
// Copyright (c) 2018 Isis Lovecruft // Copyright (c) 2018-2019 isis lovecruft
// See LICENSE for licensing information. // See LICENSE for licensing information.
// //
// Authors: // Authors:
// - Isis Agora Lovecruft <isis@patternsinthevoid.net> // - isis agora lovecruft <isis@patternsinthevoid.net>
#[macro_use] #[macro_use]
extern crate criterion; extern crate criterion;

View file

@ -1,7 +1,7 @@
// -*- mode: rust; -*- // -*- mode: rust; -*-
// //
// This file is part of ed25519-dalek. // This file is part of ed25519-dalek.
// Copyright (c) 2017-2018 isis lovecruft // Copyright (c) 2017-2019 isis lovecruft
// See LICENSE for licensing information. // See LICENSE for licensing information.
// //
// Authors: // Authors:

View file

@ -1,7 +1,7 @@
// -*- mode: rust; -*- // -*- mode: rust; -*-
// //
// This file is part of ed25519-dalek. // This file is part of ed25519-dalek.
// Copyright (c) 2017-2018 isis lovecruft // Copyright (c) 2017-2019 isis lovecruft
// See LICENSE for licensing information. // See LICENSE for licensing information.
// //
// Authors: // Authors:

View file

@ -1,11 +1,11 @@
// -*- mode: rust; -*- // -*- mode: rust; -*-
// //
// This file is part of ed25519-dalek. // This file is part of ed25519-dalek.
// Copyright (c) 2017 Isis Lovecruft // Copyright (c) 2017-2019 isis lovecruft
// See LICENSE for licensing information. // See LICENSE for licensing information.
// //
// Authors: // Authors:
// - Isis Agora Lovecruft <isis@patternsinthevoid.net> // - isis agora lovecruft <isis@patternsinthevoid.net>
//! Errors which may occur when parsing keys and/or signatures to or from wire formats. //! Errors which may occur when parsing keys and/or signatures to or from wire formats.

View file

@ -1,11 +1,11 @@
// -*- mode: rust; -*- // -*- mode: rust; -*-
// //
// This file is part of ed25519-dalek. // This file is part of ed25519-dalek.
// Copyright (c) 2017-2018 Isis Lovecruft // Copyright (c) 2017-2019 isis lovecruft
// See LICENSE for licensing information. // See LICENSE for licensing information.
// //
// Authors: // Authors:
// - Isis Agora Lovecruft <isis@patternsinthevoid.net> // - isis agora lovecruft <isis@patternsinthevoid.net>
//! A Rust implementation of ed25519 key generation, signing, and verification. //! A Rust implementation of ed25519 key generation, signing, and verification.
//! //!

View file

@ -1,7 +1,7 @@
// -*- mode: rust; -*- // -*- mode: rust; -*-
// //
// This file is part of ed25519-dalek. // This file is part of ed25519-dalek.
// Copyright (c) 2017-2018 isis lovecruft // Copyright (c) 2017-2019 isis lovecruft
// See LICENSE for licensing information. // See LICENSE for licensing information.
// //
// Authors: // Authors:

View file

@ -1,7 +1,7 @@
// -*- mode: rust; -*- // -*- mode: rust; -*-
// //
// This file is part of ed25519-dalek. // This file is part of ed25519-dalek.
// Copyright (c) 2017-2018 isis lovecruft // Copyright (c) 2017-2019 isis lovecruft
// See LICENSE for licensing information. // See LICENSE for licensing information.
// //
// Authors: // Authors:

View file

@ -1,7 +1,7 @@
// -*- mode: rust; -*- // -*- mode: rust; -*-
// //
// This file is part of ed25519-dalek. // This file is part of ed25519-dalek.
// Copyright (c) 2017-2018 isis lovecruft // Copyright (c) 2017-2019 isis lovecruft
// See LICENSE for licensing information. // See LICENSE for licensing information.
// //
// Authors: // Authors:

View file

@ -1,7 +1,7 @@
// -*- mode: rust; -*- // -*- mode: rust; -*-
// //
// This file is part of ed25519-dalek. // This file is part of ed25519-dalek.
// Copyright (c) 2017-2018 isis lovecruft // Copyright (c) 2017-2019 isis lovecruft
// See LICENSE for licensing information. // See LICENSE for licensing information.
// //
// Authors: // Authors: