Include License in VS project files.

This commit is contained in:
jakcron 2018-05-18 16:47:45 +08:00
parent 96927dca8f
commit d3a6de737a
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2017 Jack
Copyright (c) 2017-2018 Jack
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -27,6 +27,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
KEYS.md = KEYS.md
LICENSE = LICENSE
makefile = makefile
README.md = README.md
EndProjectSection