Skip to content

Commit

Permalink
manager: add copyright banner
Browse files Browse the repository at this point in the history
Add copyright banner which should be atop all source files.
  • Loading branch information
rjw57 committed Oct 24, 2014
1 parent dd3e193 commit f5ea9d0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ruaumoko/manager.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Copyright 2014 (C) Rich Wareham <rich.cusf@richwareham.com>
#
# This file is part of Ruaumoko.
# https://github.com/cuspaceflight/ruaumoko
#
# Ruaumoko 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.
#
# Ruaumoko 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 Ruaumoko. If not, see <http://www.gnu.org/licenses/>.
#
"""Command-line utility to run/manage webapp."""
import os

Expand Down

0 comments on commit f5ea9d0

Please sign in to comment.