Skip to content

Commit

Permalink
update license
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-m committed Sep 10, 2020
1 parent ed28aa6 commit 2d34a5c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 9 additions & 2 deletions EventBroker.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "M.EventBroker", "src\M.EventBroker\M.EventBroker.csproj", "{414B2794-9946-434A-BB85-CDA461E0442D}"
EndProject
Expand All @@ -11,6 +11,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3F9CF562-DD5
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{19848670-435F-4970-887E-B643BFB08FD0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{D8DD8B48-A9B7-4EC4-8C09-E8361C3C344A}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
README_v1.md = README_v1.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Petar Marinov
Copyright (c) 2020 Petar Marinov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 5 additions & 1 deletion src/M.EventBroker/M.EventBroker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Company>Petar Marinov</Company>
<Description>A multi-threaded in-memory implementation of publish–subscribe pattern.</Description>
<Copyright>Copyright (c) 2010 Petar Marinov</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/petar-m/EventBroker</PackageProjectUrl>
<RepositoryUrl>https://github.com/petar-m/EventBroker</RepositoryUrl>
<PackageTags>event broker in-memory publish subscribe</PackageTags>
Expand Down Expand Up @@ -40,4 +40,8 @@
<DocumentationFile>bin\Release\net45\M.EventBroker.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
</ItemGroup>

</Project>

0 comments on commit 2d34a5c

Please sign in to comment.