mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-04-25 16:20:08 -05:00
Updated license.
This commit is contained in:
parent
74b6a06a9f
commit
0552f60c01
|
|
@ -1,4 +1,4 @@
|
|||
Copyright © 2014-2021 Greg Edwards (mm201), all rights reserved
|
||||
Copyright © 2014-2023 Megan Edwards (mm201), all rights reserved
|
||||
|
||||
You may:
|
||||
* Run a private instance for development purposes.
|
||||
|
|
|
|||
|
|
@ -29,6 +29,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "web", "web\web.csproj", "{3
|
|||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RenameImages", "RenameImages\RenameImages.csproj", "{D8787475-2D21-4E60-9320-13FA55C979AC}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A0D01A86-7F0C-44C4-9B44-8E45C116590B}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
.gitignore = .gitignore
|
||||
LICENSE.md = LICENSE.md
|
||||
README.md = README.md
|
||||
Roadmap.md = Roadmap.md
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user