Skip to content

Commit

Permalink
fix: correct tool name and copyright header in a plugin example code
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Sep 23, 2020
1 parent cb7ae13 commit 8253b1c
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions tests/plugins/example/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
#
# -*- coding: utf-8 -*-
# Copyright (C) 2020 Satoru SATOH
#
# SPDX-License-Identifier: GPL-3.0-or-later
# 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, either version 3 of the License, or
# (at your option) any later version.
#
# 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.
#
"""YAML Lint plugin entry point
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

"""yamllint plugin entry point
"""
from __future__ import absolute_import

Expand Down

0 comments on commit 8253b1c

Please sign in to comment.