You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MIRCO is licensed under an MIT license. While it is technically sufficient to put the license text into a file in the root directory of the repository, which we have done, it might be nice to include a brief reference to the license into each file in the repository.
Possible Solution and Definition of Done
Start each file with a license header
// SPDX-License-Identifier: MIT// See LICENSE file in the project root for details.
Adapt the license header accordingly for non-C++ files
Add a check to the pre-commit hooks to ensure that all files have such a license statement (see 4C for some inspiration)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Description
MIRCO is licensed under an MIT license. While it is technically sufficient to put the license text into a file in the root directory of the repository, which we have done, it might be nice to include a brief reference to the license into each file in the repository.
Possible Solution and Definition of Done
Beta Was this translation helpful? Give feedback.
All reactions