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

Commit

Permalink
[wpa-plugin] WPERF-986: Change copyright
Browse files Browse the repository at this point in the history
See merge request Linaro/WindowsPerf/wpa-plugin!21

=== ChangeLog ===

* [wpa-plugin] Change copyright
  • Loading branch information
everton1984 committed Sep 2, 2024
1 parent df8361c commit 56999e5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion WPAPlugin/WperfProcessingSourceWithSourceParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public override ProcessingSourceInfo GetAboutInfo()
{
return new ProcessingSourceInfo
{
CopyrightNotice = "Linaro.org 2024",
CopyrightNotice = "Arm Ltd 2024",
LicenseInfo = new LicenseInfo
{
Name = "BSD 3-Clause License",
Expand Down
19 changes: 19 additions & 0 deletions pluginManifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/microsoft-performance-toolkit-sdk/main/src/PluginsSystem/Tools/Microsoft.Performance.Toolkit.Plugins.Cli/Manifest/PluginManifestSchema.json",
"identity": {
"id": "wpa-plugin",
"version": "1.0.0"
},
"displayName": "WindowsPerf WPA Plugin",
"description": "WindowsPerf WPA plugin to interpret ETW output from WindowsPerf",
"owners": [
{
"name": "Arm Ltd",
"address": "",
"emailAddresses": [ "alaaeddine.chakroun@daydevs.com" ],
"phoneNumbers": [ "" ]
}
],
"projectUrl": "https://gitlab.com/Linaro/WindowsPerf/wpa-plugin",
"manifestVersion": 1.0
}

0 comments on commit 56999e5

Please sign in to comment.