-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylecop.json
9 lines (9 loc) · 967 Bytes
/
stylecop.json
1
2
3
4
5
6
7
8
9
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"copyrightText": "Amadeus.\nCopyright (c) Amadeus.\n\nSee AUTHORS.md and LICENSE file in the project root for full license information.\n\nAmadeus is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\nany later version.\n\nAmadeus is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with Kyoo. If not, see <https://www.gnu.org/licenses/>.",
"xmlHeader": false
}
}
}