Skip to content

Commit

Permalink
change links after project renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
nbyl committed Jun 21, 2021
1 parent 0ce5961 commit b42f557
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## Overview

Checking the licenses of your open source dependencies is important. But the necessary collection is something, that you don't want to do again for each project. To simplify this, codecentric collects a central list of licenses that can be used for specific purposes. This list is provided as an external configuration file for the [pre-commit-license-checks](https://github.com/nbyl/pre-commit-license-checks) which can be used by [pre-commit](https://pre-commit.com/).
Checking the licenses of your open source dependencies is important. But the necessary collection is something, that you don't want to do again for each project. To simplify this, codecentric collects a central list of licenses that can be used for specific purposes. This list is provided as an external configuration file for the [kontrolilo](https://github.com/kontrolilo/kontrolilo) which can be used by [pre-commit](https://pre-commit.com/).

**This repository does not contain any legal advice which licenses can be used for which purposes. Please check the list before using it. You have been warned.**

Expand All @@ -28,9 +28,12 @@ When setting a new project, create a new file called `.pre-commit-config.yaml` t
```
---
repos:
- repo: https://github.com/nbyl/pre-commit-license-checks
rev: v1.3.1
- repo: https://github.com/kontrolilo/kontrolilo
rev: v2.0.0
hooks:
- id: license-check-configuration-lint
- id: license-check-gradle
- id: license-check-maven
- id: license-check-npm
- id: license-check-pipenv
```
Expand Down

0 comments on commit b42f557

Please sign in to comment.