From acb457be2ab222d18b25aedfa9407661970d1241 Mon Sep 17 00:00:00 2001 From: Wayne Wylupski Date: Fri, 11 Jan 2019 13:16:19 +0100 Subject: [PATCH] Add GPL copy right header --- boxes/formats.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/boxes/formats.py b/boxes/formats.py index 6f8c4aa..d2e2218 100644 --- a/boxes/formats.py +++ b/boxes/formats.py @@ -1,3 +1,20 @@ +#!/usr/bin/env python3 +# Copyright (C) 2013-2014 Florian Festi +# +# This program 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. +# +# 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 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 . + + import subprocess import tempfile import os