Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 56999e5

Browse files
committed
[wpa-plugin] WPERF-986: Change copyright
See merge request Linaro/WindowsPerf/wpa-plugin!21 === ChangeLog === * [wpa-plugin] Change copyright
1 parent df8361c commit 56999e5

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

WPAPlugin/WperfProcessingSourceWithSourceParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public override ProcessingSourceInfo GetAboutInfo()
5252
{
5353
return new ProcessingSourceInfo
5454
{
55-
CopyrightNotice = "Linaro.org 2024",
55+
CopyrightNotice = "Arm Ltd 2024",
5656
LicenseInfo = new LicenseInfo
5757
{
5858
Name = "BSD 3-Clause License",

pluginManifest.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/microsoft/microsoft-performance-toolkit-sdk/main/src/PluginsSystem/Tools/Microsoft.Performance.Toolkit.Plugins.Cli/Manifest/PluginManifestSchema.json",
3+
"identity": {
4+
"id": "wpa-plugin",
5+
"version": "1.0.0"
6+
},
7+
"displayName": "WindowsPerf WPA Plugin",
8+
"description": "WindowsPerf WPA plugin to interpret ETW output from WindowsPerf",
9+
"owners": [
10+
{
11+
"name": "Arm Ltd",
12+
"address": "",
13+
"emailAddresses": [ "alaaeddine.chakroun@daydevs.com" ],
14+
"phoneNumbers": [ "" ]
15+
}
16+
],
17+
"projectUrl": "https://gitlab.com/Linaro/WindowsPerf/wpa-plugin",
18+
"manifestVersion": 1.0
19+
}

0 commit comments

Comments
 (0)