From 868164700aee90d812c38bafebbeb71555153447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Wed, 26 Jun 2019 02:06:38 +0200 Subject: [PATCH] Fix pep email address in copyright once and for all MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- src/iq.rs | 2 +- src/muc/mod.rs | 2 +- src/muc/muc.rs | 2 +- src/muc/user.rs | 2 +- src/ns.rs | 2 +- src/ping.rs | 2 +- src/presence.rs | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/iq.rs b/src/iq.rs index c8d62257..f3aa7f5d 100644 --- a/src/iq.rs +++ b/src/iq.rs @@ -1,5 +1,5 @@ // Copyright (c) 2017 Emmanuel Gil Peyrot -// Copyright (c) 2017 Maxime “pep” Buquet +// Copyright (c) 2017 Maxime “pep” Buquet // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/muc/mod.rs b/src/muc/mod.rs index a12bd565..5875e3ba 100644 --- a/src/muc/mod.rs +++ b/src/muc/mod.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Maxime “pep” Buquet +// Copyright (c) 2017 Maxime “pep” Buquet // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/muc/muc.rs b/src/muc/muc.rs index 5428a602..a4d13f8a 100644 --- a/src/muc/muc.rs +++ b/src/muc/muc.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Maxime “pep” Buquet +// Copyright (c) 2017 Maxime “pep” Buquet // Copyright (c) 2017 Emmanuel Gil Peyrot // // This Source Code Form is subject to the terms of the Mozilla Public diff --git a/src/muc/user.rs b/src/muc/user.rs index 3621450a..44af3a9c 100644 --- a/src/muc/user.rs +++ b/src/muc/user.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Maxime “pep” Buquet +// Copyright (c) 2017 Maxime “pep” Buquet // Copyright (c) 2017 Emmanuel Gil Peyrot // // This Source Code Form is subject to the terms of the Mozilla Public diff --git a/src/ns.rs b/src/ns.rs index 9d59435d..e89ad67a 100644 --- a/src/ns.rs +++ b/src/ns.rs @@ -1,5 +1,5 @@ // Copyright (c) 2017-2018 Emmanuel Gil Peyrot -// Copyright (c) 2017 Maxime “pep” Buquet +// Copyright (c) 2017 Maxime “pep” Buquet // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ping.rs b/src/ping.rs index f110088b..be8ac48c 100644 --- a/src/ping.rs +++ b/src/ping.rs @@ -1,5 +1,5 @@ // Copyright (c) 2017 Emmanuel Gil Peyrot -// Copyright (c) 2017 Maxime “pep” Buquet +// Copyright (c) 2017 Maxime “pep” Buquet // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/presence.rs b/src/presence.rs index e501f883..b53b6714 100644 --- a/src/presence.rs +++ b/src/presence.rs @@ -1,5 +1,5 @@ // Copyright (c) 2017 Emmanuel Gil Peyrot -// Copyright (c) 2017 Maxime “pep” Buquet +// Copyright (c) 2017 Maxime “pep” Buquet // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this