#27 Added licenseheader configuration file

This commit is contained in:
Serraniel 2019-02-15 17:49:20 +01:00
parent c1c0c372c7
commit fc359fe226
Signed by untrusted user who does not match committer: Serraniel
GPG key ID: 3690B4E7364525D3

View file

@ -0,0 +1,15 @@
extensions: .cs .cpp .h
#region LICENSE
/**********************************************************************************************
* Copyright (C) 2017-%CurrentYear% - All Rights Reserved
*
* This file is part of "%Project%".
* The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader
*
* "%Project%" is licensed under Apache 2.0.
* Full license is included in the project repository.
*
* Users who edited %FileName% under the condition of the used license:
* - Serraniel (https://github.com/Serraniel)
**********************************************************************************************/
#endregion