From b4a607fc7cf8124f126af0ae96ddc99f092eb7e7 Mon Sep 17 00:00:00 2001 From: Nika Layzell Date: Fri, 3 Jul 2020 20:20:29 +0000 Subject: [PATCH] Bug 1650456 - Correct name in a few places, r=froydnj Differential Revision: https://phabricator.services.mozilla.com/D82217 --- .mailmap | 2 +- .../protectedDragDataTransfer-manual.html | 2 +- .../protectedPasteDataTransfer-manual.html | 2 +- toolkit/content/license.html | 2 +- xpcom/rust/nserror/Cargo.toml | 2 +- xpcom/rust/xpcom/xpcom_macros/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.mailmap b/.mailmap index f239cdef57c2..c43b9632453d 100644 --- a/.mailmap +++ b/.mailmap @@ -1,2 +1,2 @@ Andreas Tolfsen -Nika Layzell Michael Layzell +Nika Layzell diff --git a/testing/web-platform/tests/html/editing/dnd/the-datatransfer-interface/protectedDragDataTransfer-manual.html b/testing/web-platform/tests/html/editing/dnd/the-datatransfer-interface/protectedDragDataTransfer-manual.html index 81d4c4214b26..ac7b844d2e15 100644 --- a/testing/web-platform/tests/html/editing/dnd/the-datatransfer-interface/protectedDragDataTransfer-manual.html +++ b/testing/web-platform/tests/html/editing/dnd/the-datatransfer-interface/protectedDragDataTransfer-manual.html @@ -3,7 +3,7 @@ HTML Test: drag DataTransfer protected status - + diff --git a/testing/web-platform/tests/html/editing/dnd/the-datatransfer-interface/protectedPasteDataTransfer-manual.html b/testing/web-platform/tests/html/editing/dnd/the-datatransfer-interface/protectedPasteDataTransfer-manual.html index bedfb4622713..20bf9c7a9ab3 100644 --- a/testing/web-platform/tests/html/editing/dnd/the-datatransfer-interface/protectedPasteDataTransfer-manual.html +++ b/testing/web-platform/tests/html/editing/dnd/the-datatransfer-interface/protectedPasteDataTransfer-manual.html @@ -3,7 +3,7 @@ HTML Test: paste DataTransfer protected status - + diff --git a/toolkit/content/license.html b/toolkit/content/license.html index c86fbf37c253..ea1c03d1928a 100644 --- a/toolkit/content/license.html +++ b/toolkit/content/license.html @@ -6439,7 +6439,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 The MIT License (MIT)
 
-Copyright (c) 2016 Michael Layzell
+Copyright (c) 2016 Nika Layzell
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/xpcom/rust/nserror/Cargo.toml b/xpcom/rust/nserror/Cargo.toml
index f503a5e5052b..6c3a54240e04 100644
--- a/xpcom/rust/nserror/Cargo.toml
+++ b/xpcom/rust/nserror/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "nserror"
 version = "0.1.0"
-authors = ["Michael Layzell "]
+authors = ["Nika Layzell "]
 license = "MPL-2.0"
 description = "Rust bindings to xpcom nsresult and NS_ERROR_ values"
 
diff --git a/xpcom/rust/xpcom/xpcom_macros/Cargo.toml b/xpcom/rust/xpcom/xpcom_macros/Cargo.toml
index 807221f1c8a9..0989c841d5bd 100644
--- a/xpcom/rust/xpcom/xpcom_macros/Cargo.toml
+++ b/xpcom/rust/xpcom/xpcom_macros/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "xpcom_macros"
 version = "0.1.0"
-authors = ["Michael Layzell "]
+authors = ["Nika Layzell "]
 
 [lib]
 proc-macro = true