From 9dcddddde095316c46c3fc85a06b4d2bf4e6821c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Sun, 9 Mar 2014 21:23:09 +0100 Subject: [PATCH] added copy right notice --- osc2cam/osc2cam/main.py | 17 +++++++++++++++++ osc2cam/osc2cam/testing.py | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) 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