Skip to content

Commit

Permalink
Add copyright statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kholdaway committed Oct 18, 2017
1 parent c335e9c commit 538055f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions quipucords/api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#
# Copyright (c) 2017 Red Hat, Inc.
#
# This software is licensed to you under the GNU General Public License,
# version 3 (GPLv3). There is NO WARRANTY for this software, express or
# implied, including the implied warranties of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv3
# along with this software; if not, see
# https://www.gnu.org/licenses/gpl-3.0.txt.
#
#

# pylint: disable=invalid-name
"""Configuration for the api app."""
default_app_config = 'api.apps.ApiConfig'

0 comments on commit 538055f

Please sign in to comment.