Skip to content

Commit

Permalink
Add license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyskapunk committed Sep 28, 2023
1 parent 8b619a5 commit fa17bca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GNU GENERAL PUBLIC LICENSE
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Expand Down
6 changes: 6 additions & 0 deletions plugins/modules/beat.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright (c) 2023 Tony Garcia
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import absolute_import, division, print_function

__metaclass__ = type
Expand Down

0 comments on commit fa17bca

Please sign in to comment.