From 6f2aebe8c0516e6d0a14a22c7723e78db94f40a5 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 7 Mar 2013 18:19:50 +0100 Subject: [PATCH] Updated copyright. --- COPYING | 3 ++- dosagelib/configuration.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/COPYING b/COPYING index 1bdab18b2..d83a6a082 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,5 @@ -Copyright © 2004-2008 Jonathan Jacobs and Tristan Seligmann +Copyright (C) 2004-2008 Jonathan Jacobs and Tristan Seligmann +Copyright (C) 2012-2013 Bastian Kleineidam Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/dosagelib/configuration.py b/dosagelib/configuration.py index c1e1f7e75..078f815a8 100644 --- a/dosagelib/configuration.py +++ b/dosagelib/configuration.py @@ -22,6 +22,6 @@ Email = configdata.maintainer_email UserAgent = u"Mozilla/5.0 (compatible; %s/%s; +%s)" % (AppName, Version, Url) Freeware = AppName+u""" comes with ABSOLUTELY NO WARRANTY! This is free software, and you are welcome to redistribute it -under certain conditions. Look at the file `LICENSE' within this +under certain conditions. Look at the file `COPYING' within this distribution."""