Bug 1650456 - Correct name in a few places, r=froydnj

Differential Revision: https://phabricator.services.mozilla.com/D82217
This commit is contained in:
Nika Layzell 2020-07-03 20:20:29 +00:00
parent eb99a31f3b
commit b4a607fc7c
6 changed files with 6 additions and 6 deletions

View File

@ -1,2 +1,2 @@
Andreas Tolfsen <ato@sny.no> <ato@mozilla.com>
Nika Layzell <nika@thelayzells.com> Michael Layzell <michael@thelayzells.com>
Nika Layzell <nika@thelayzells.com> <michael@thelayzells.com>

View File

@ -3,7 +3,7 @@
<head>
<meta charset='utf-8'>
<title>HTML Test: drag DataTransfer protected status</title>
<link rel='author' title='Michael Layzell' href='mailto:michael@thelayzells.com'>
<link rel='author' title='Nika Layzell' href='mailto:nika@thelayzells.com'>
<link rel='help' href='https://html.spec.whatwg.org/multipage/#the-datatransfer-interface'>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

View File

@ -3,7 +3,7 @@
<head>
<meta charset='utf-8'>
<title>HTML Test: paste DataTransfer protected status</title>
<link rel='author' title='Michael Layzell' href='mailto:michael@thelayzells.com'>
<link rel='author' title='Nika Layzell' href='mailto:nika@thelayzells.com'>
<link rel='help' href='https://html.spec.whatwg.org/multipage/#the-datatransfer-interface'>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

View File

@ -6439,7 +6439,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<pre>
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

View File

@ -1,7 +1,7 @@
[package]
name = "nserror"
version = "0.1.0"
authors = ["Michael Layzell <michael@thelayzells.com>"]
authors = ["Nika Layzell <nika@thelayzells.com>"]
license = "MPL-2.0"
description = "Rust bindings to xpcom nsresult and NS_ERROR_ values"

View File

@ -1,7 +1,7 @@
[package]
name = "xpcom_macros"
version = "0.1.0"
authors = ["Michael Layzell <michael@thelayzells.com>"]
authors = ["Nika Layzell <nika@thelayzells.com>"]
[lib]
proc-macro = true