Skip to content

Commit dcd1927

Browse files
authored
Update the copyright notices (#101)
* Update the copyright notices * Remove the university affiliation
1 parent 043124c commit dcd1927

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/ParallelHelper.Plugin/License.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Parallel Helper, Static C# Code Analyzer for Concurrency Related Issues
22
Copyright (C) 2019 - 2021 Christoph Amrein, Concurrency Lab, Eastern Switzerland University of Applied Sciences, Switzerland
3+
Copyright (C) 2022 Christoph Amrein
34

45
This program is free software: you can redistribute it and/or modify
56
it under the terms of the GNU General Public License as published by

src/ParallelHelper/ParallelHelper.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
<RepositoryType>git</RepositoryType>
1818
<Description>ParallelHelper is a static code analyzer that helps to identify concurrency related issues. Moreover, it provides hints to improve the robustness of code with concurrency in mind.</Description>
1919
<PackageReleaseNotes>- New Analyzer: PH_S034 - Async Lambda Inferred to Async Void</PackageReleaseNotes>
20-
<Copyright>Copyright (C) 2019 - 2021 Christoph Amrein, Concurrency Lab, Eastern Switzerland University of Applied Sciences, Switzerland</Copyright>
20+
<Copyright>Copyright (C) 2022 Christoph Amrein</Copyright>
2121
<PackageTags>C#, Parallel, Asynchronous, Concurrency, Bugs, Best Practices, TPL, Task, QC, Static Analysis, async, await</PackageTags>
2222
<NoPackageAnalysis>true</NoPackageAnalysis>
2323
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
2424
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
25-
<Company>Concurrency Lab, Eastern Switzerland University of Applied Sciences, Switzerland</Company>
25+
<Company></Company>
2626
<NeutralLanguage>en-US</NeutralLanguage>
2727
</PropertyGroup>
2828

0 commit comments

Comments
 (0)