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

Commit 34e6494

Browse files
committed
Merge branch 'wperf-986' into 'master'
[wpa-plugin-etl] WPERF-986: Change copyright See merge request Linaro/WindowsPerf/wpa-plugin-etl!5
2 parents fae27bd + 38cc2ec commit 34e6494

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

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-etl",
5+
"version": "1.0.0"
6+
},
7+
"displayName": "WindowsPerf WPA ETL Plugin",
8+
"description": "WindowsPerf WPA ETL plugin to interpret ETW output from WindowsPerf",
9+
"owners": [
10+
{
11+
"name": "Arm Ltd",
12+
"address": "",
13+
"emailAddresses": [ "everton.constantino@linaro.org", "alaaeddine.chakroun@daydevs.com" ],
14+
"phoneNumbers": [ "", "" ]
15+
}
16+
],
17+
"projectUrl": "https://gitlab.com/Linaro/WindowsPerf/wpa-plugin-etl",
18+
"manifestVersion": 1.0
19+
}

wpa-plugin-etl/WpaPluginEtlProcessingSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public override ProcessingSourceInfo GetAboutInfo()
4949
{
5050
return new ProcessingSourceInfo
5151
{
52-
CopyrightNotice = "Linaro.org 2024",
52+
CopyrightNotice = "Arm Ltd 2024",
5353

5454
LicenseInfo = new LicenseInfo
5555
{

0 commit comments

Comments
 (0)