From d3a6de737a788f9e80fc57e11149a4cbf04d3917 Mon Sep 17 00:00:00 2001 From: jakcron Date: Fri, 18 May 2018 16:47:45 +0800 Subject: [PATCH] Include License in VS project files. --- LICENSE | 2 +- NXTools.sln | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 4454c6a..ea69356 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/NXTools.sln b/NXTools.sln index 93850f1..4ae6953 100644 --- a/NXTools.sln +++ b/NXTools.sln @@ -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