From 82ada5fba01b9ebceea81e6ea17a617a152991c2 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 11 Feb 2013 19:54:50 +0100 Subject: [PATCH] Updated copyright. --- dosagelib/decorators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dosagelib/decorators.py b/dosagelib/decorators.py index d679e6c43..ced98e702 100644 --- a/dosagelib/decorators.py +++ b/dosagelib/decorators.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2012 Bastian Kleineidam +# Copyright (C) 2012-2013 Bastian Kleineidam class memoized (object): """Decorator that caches a function's return value each time it is called.