mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-27 19:10:29 +08:00
| .. | ||
| .vscode | ||
| Fragments.cs | ||
| LicenseUpdater.csproj | ||
| LicenseUpdater.slnx | ||
| Program.cs | ||
| README.md | ||
License Updater
This folder contains a small tool that can update the license in all files, using the current year as the copyright year. It is intended to be run once a year, using the root repository folder as input:
dotnet run ../../
The resulting change can then be reviewed and committed.