diff options
author | Joakim Nygård <joakim@jokke.dk> | 2011-03-01 04:28:20 +0100 |
---|---|---|
committer | Joakim Nygård <joakim@jokke.dk> | 2011-03-01 04:28:20 +0100 |
commit | 937b9ed761e02a68e889e7a9383d484386e947b1 (patch) | |
tree | d237dd3050473bfe0622061a3e664d4f7d5917d8 | |
parent | 4a1eee15177b0f493c3a997a1d220df73de63d72 (diff) | |
download | webgrind-937b9ed761e02a68e889e7a9383d484386e947b1.zip webgrind-937b9ed761e02a68e889e7a9383d484386e947b1.tar.gz webgrind-937b9ed761e02a68e889e7a9383d484386e947b1.tar.bz2 |
[FIXED] Corrected footer
-rw-r--r-- | license.txt | 2 | ||||
-rw-r--r-- | templates/index.phtml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/license.txt b/license.txt index 781751c..f8d241b 100644 --- a/license.txt +++ b/license.txt @@ -1,6 +1,6 @@ Software License Agreement (BSD License) -Copyright (c) 2008, Jacob Oettinger & Joakim Nygård +Copyright (c) 2008-2011, Jacob Oettinger & Joakim Nygård All rights reserved. Redistribution and use of this software in source and binary forms, with or without modification, are diff --git a/templates/index.phtml b/templates/index.phtml index 1c77f3e..694a56c 100644 --- a/templates/index.phtml +++ b/templates/index.phtml @@ -352,7 +352,7 @@ <?php if(Webgrind_Config::$checkVersion):?> <div id="version_info"> </div> <?php endif?> - Copyright © 2008 Jacob Oettinger & Joakim Nygård. <a href="http://code.google.com/p/webgrind/">webgrind homepage</a> + Copyright © 2008-2011 Jacob Oettinger & Joakim Nygård. <a href="http://github.com/jokkedk/webgrind/">webgrind homepage</a> </div> </div> </body> |