Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.licensesnip

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
11 changes: 11 additions & 0 deletions .licensesnip
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
This file is part of fpgad, an application to manage FPGA subsystem together with device-tree and kernel modules.

Copyright 2025 Canonical Ltd.

SPDX-License-Identifier: GPL-3.0-only

fpgad is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation.

fpgad is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ repos:
- id: ruff-format
args:
- --check
- repo: https://github.com/notken12/licensesnip
rev: f01f898 # pre-commit hooks is not tagged yet
hooks:
- id: licensesnip
args:
- 'check'
Loading