Incorperate Licensing Into Project Tree (#961)

This commit is contained in:
Michael Flaherty 2019-04-12 12:10:13 -07:00 committed by GitHub
parent e3f4d239f1
commit dd81d7c78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1057 additions and 1053 deletions

View File

@ -21,3 +21,7 @@ Contact
-------
- Connect with us on [GameSurge](https://gamesurge.net) IRC in #sourcemod
- Alternatively feel free to join our [Discord](https://discord.gg/HgZctSS) server
License
-------
SourceMod is licensed under the GNU General Public License version 3. Special exceptions are outlined in the LICENSE.txt file inside of the licenses folder.

View File

@ -420,7 +420,7 @@ CopyFiles('translations', 'addons/sourcemod/translations',
'sqladmins.phrases.txt',
]
)
CopyFiles('public/licenses', 'addons/sourcemod',
CopyFiles('licenses', 'addons/sourcemod',
[ 'GPLv2.txt',
'GPLv3.txt',
'LICENSE.txt'