diff --git a/LICENSE.md b/LICENSE.md index 2118430..c749f09 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ The MIT License -Copyright (c) 2010-2011 Jeremy Bush -Copyright (c) 2011 Woody Gilk +Copyright (c) 2010-2012 Jeremy Bush +Copyright (c) 2011-2012 Woody Gilk 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/classes/kohana/kostache.php b/classes/kohana/kostache.php index 33a30a9..c839937 100644 --- a/classes/kohana/kostache.php +++ b/classes/kohana/kostache.php @@ -6,8 +6,8 @@ * @category Base * @author Jeremy Bush * @author Woody Gilk - * @copyright (c) 2010-2011 Jeremy Bush - * @copyright (c) 2011 Woody Gilk + * @copyright (c) 2010-2012 Jeremy Bush + * @copyright (c) 2011-2012 Woody Gilk * @license MIT */ abstract class Kohana_Kostache { diff --git a/classes/kohana/kostache/layout.php b/classes/kohana/kostache/layout.php index 46bb758..1b8a7d2 100644 --- a/classes/kohana/kostache/layout.php +++ b/classes/kohana/kostache/layout.php @@ -6,8 +6,8 @@ * @category Base * @author Jeremy Bush * @author Woody Gilk - * @copyright (c) 2010-2011 Jeremy Bush - * @copyright (c) 2011 Woody Gilk + * @copyright (c) 2010-2012 Jeremy Bush + * @copyright (c) 2011-2012 Woody Gilk * @license MIT */ abstract class Kohana_Kostache_Layout extends Kostache {