From e299f91b65622d911d79bfbf83b3b474042651e2 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 18 Mar 2013 15:55:31 -0700 Subject: [PATCH] Updated year. --- LICENSE | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index e743ca8..e407633 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ django_compressor ----------------- -Copyright (c) 2009-2012 Django Compressor authors (see AUTHORS file) +Copyright (c) 2009-2013 Django Compressor authors (see AUTHORS file) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/conf.py b/docs/conf.py index ffa6243..a0b1ab7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ master_doc = 'index' # General information about the project. project = u'Django Compressor' -copyright = u'2012, Django Compressor authors' +copyright = u'2013, Django Compressor authors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the