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."""