# obsidianmd/validate-license 📝 Validate the structure of copyright notices in LICENSE files for Obsidian plugins. ⚠️ This rule _warns_ in the following configs: ✅ `recommended`, 🇬🇧 `recommendedWithLocalesEn`. ## Options | Name | Description | Type | Default | | :--------------------- | :------------------------------------------------- | :------ | :------ | | `currentYear` | The current year to validate against. | Number | | | `disableUnchangedYear` | If true, do not report errors for unchanged years. | Boolean | `false` |