diff --git a/osc2cam/osc2cam/main.py b/osc2cam/osc2cam/main.py index d2f9e60..9777f86 100644 --- a/osc2cam/osc2cam/main.py +++ b/osc2cam/osc2cam/main.py @@ -1,6 +1,23 @@ #!/usr/bin/python # -*- coding: utf-8 -*- +# This file is part of chaosc +# +# chaosc 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. +# +# chaosc 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 chaosc. If not, see . +# +# Copyright (C) 2014 Stefan Kögl + import argparse import re import sys diff --git a/osc2cam/osc2cam/testing.py b/osc2cam/osc2cam/testing.py index 2a67919..7c1e241 100644 --- a/osc2cam/osc2cam/testing.py +++ b/osc2cam/osc2cam/testing.py @@ -1,3 +1,4 @@ +#!/usr/bin/python # -*- coding: utf-8 -*- # This file is part of chaosc @@ -15,8 +16,7 @@ # You should have received a copy of the GNU General Public License # along with chaosc. If not, see . # -# Copyright (C) 2012-2013 Stefan Kögl - +# Copyright (C) 2014 Stefan Kögl import socket, argparse, sys