Correct the pool comment copyright year

This commit is contained in:
Danny Robson 2011-07-12 20:55:15 +10:00
parent 3b15524b7b
commit 24e764c648
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with libgim. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright 2010 Danny Robson <danny@blubinc.net>
* Copyright 2011 Danny Robson <danny@blubinc.net>
*/

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with libgim. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright 2010 Danny Robson <danny@blubinc.net>
* Copyright 2011 Danny Robson <danny@blubinc.net>
*/
#ifndef __UTIL_POOL_HPP