Changeset 13


Ignore:
Timestamp:
Nov 7, 2005, 4:26:20 PM (18 years ago)
Author:
simon
Message:

Added copyright and license information

Location:
mpd-status/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • mpd-status/trunk/mpd-status.py

    r12 r13  
    11#!/usr/bin/env python
     2
     3# Copyright © 2005, Simon E. Ward
     4#
     5# This program is free software; you can redistribute it and/or
     6# modify it under the terms of version 2 of the GNU General Public
     7# License as published by the Free Software Foundation.
     8#
     9# This program is distributed in the hope that it will be useful,
     10# but WITHOUT ANY WARRANTY; without even the implied warranty of
     11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
     12# General Public License for more details.
     13#
     14# You should have received a copy of the GNU General Public License
     15# along with this program; if not, write to the Free Software
     16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
     17# 02110-1301, USA
    218
    319from subprocess import Popen, PIPE
Note: See TracChangeset for help on using the changeset viewer.