Skip to content

Commit 87a47cb

Browse files
TCourtneyOwenakrantz
authored andcommitted
Bug 3426728: Use correct copyright header in templates (#41)
- Fix copyright headers in project html files - Note, I checked the headers in the other project files (.ts and .css) and they are currently fine
1 parent f55432a commit 87a47cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/commands/commands.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See full license in root of repo. -->
1+
<!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. -->
22

33
<!DOCTYPE html>
44
<html>

src/taskpane/taskpane.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See full license in root of repo. -->
1+
<!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. -->
22
<!-- This file shows how to design a first-run page that provides a welcome screen to the user about the features of the add-in. -->
33

44
<!DOCTYPE html>

test/src/test-taskpane.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See full license in root of repo. -->
1+
<!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. -->
22
<!-- This file shows how to design a first-run page that provides a welcome screen to the user about the features of the add-in. -->
33

44
<!DOCTYPE html>

0 commit comments

Comments
 (0)