diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-12 17:56:01 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-12 17:56:01 +0100 |
commit | 57d7afc7266f5b1d43ca1b385c5a2f792996b2eb (patch) | |
tree | 8a0804135f1e9abffac2cbadfc939dafab118742 /src/monitor.py | |
parent | beginning support for having multiple drm connections open (diff) | |
download | blueshift-57d7afc7266f5b1d43ca1b385c5a2f792996b2eb.tar.gz blueshift-57d7afc7266f5b1d43ca1b385c5a2f792996b2eb.tar.bz2 blueshift-57d7afc7266f5b1d43ca1b385c5a2f792996b2eb.tar.xz |
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/monitor.py')
-rw-r--r-- | src/monitor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monitor.py b/src/monitor.py index 0e409f0..02538ee 100644 --- a/src/monitor.py +++ b/src/monitor.py @@ -10,7 +10,7 @@ # 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 Affero General Public License for more details. +# GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. |