Skip to content

Commit

Permalink
update docs and license
Browse files Browse the repository at this point in the history
  • Loading branch information
mbovo committed Nov 19, 2024
1 parent 2c3e2f6 commit 7e53b39
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/dikdik/yamlv2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@

#!/usr/bin/env python
#
# This file is part of dik-dik (https://github.com/mbovo/dikdik).
# Copyright (c) 2020-2023 Manuel Bovo.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY 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/>.
#
from ruamel.yaml import CommentedMap, CommentedSeq
from typing import Callable, Any
from re import Pattern
Expand Down

0 comments on commit 7e53b39

Please sign in to comment.