diff --git a/Cargo.toml b/Cargo.toml index b769c6ad49819be1f50137213c297183cbd74e83..03ce0936e71cdf15d4310e133fd8df7c117449f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nss_pam_oidc" version = "0.1.0" -authors = ["Dominik George <nik@naturalnet.de>"] +authors = ["Dominik George <dominik.george@teckids.org>"] edition = "2018" description = "NSS/PAM modules for OpenID Connect/OAuth2" repository = "https://edugit.org/lanki.cloud/glue/nss-pam-oidc" diff --git a/LICENSE b/LICENSE index 4e44c37f526c19557c4263baf8ce2c17b1cece60..2c91858bc590b2fc0580044859722f325278c51a 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021 Dominik George <nik@naturalnet.de> + Copyright 2021 Dominik George <dominik.george@teckids.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/config.rs b/src/config.rs index 05264bcc0df9f38c5e5a6a5062a535e1b95976a9..2486f0259d0ed9b752d7c5976d1d86db12a8d4cf 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,4 +1,4 @@ -/* Copyright 2021 Dominik George <nik@naturalnet.de> +/* Copyright 2021 Dominik George <dominik.george@teckids.org> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/logging.rs b/src/logging.rs index 2d6c3550b0b03c3e821740ebb53f507b77033f4f..ba896db19e4df48df9d3a5489c19bdc2bdf164c8 100644 --- a/src/logging.rs +++ b/src/logging.rs @@ -1,5 +1,5 @@ /* Copyright 2020 Nicolas Goy - * Copyright 2021 Dominik George <nik@naturalnet.de> + * Copyright 2021 Dominik George <dominik.george@teckids.org> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/pam.rs b/src/pam.rs index 4cf3ba9e08ad9ab45d2c20642455f7d37b97b375..47d7269c263026609096cbba2fd7db3c25efe0b7 100644 --- a/src/pam.rs +++ b/src/pam.rs @@ -1,4 +1,4 @@ -/* Copyright 2021 Dominik George <nik@naturalnet.de> +/* Copyright 2021 Dominik George <dominik.george@teckids.org> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.