image: update copyright dates

This commit is contained in:
Danny Robson 2014-06-29 22:50:47 +10:00
parent c76914b354
commit 4bc536ebdf
2 changed files with 6 additions and 2 deletions

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with libgim. If not, see <http://www.gnu.org/licenses/>. * along with libgim. If not, see <http://www.gnu.org/licenses/>.
* *
* Copyright 2011 Danny Robson <danny@nerdcruft.net> * Copyright 2011-2014 Danny Robson <danny@nerdcruft.net>
*/ */
@ -26,6 +26,7 @@
#include <fstream> #include <fstream>
//-----------------------------------------------------------------------------
static void static void
write_netpbm (const uint8_t *restrict pixels, write_netpbm (const uint8_t *restrict pixels,
size_t width, size_t width,
@ -56,6 +57,8 @@ write_netpbm (const uint8_t *restrict pixels,
} }
} }
//-----------------------------------------------------------------------------
void void
util::pgm::write (const uint8_t *restrict pixels, util::pgm::write (const uint8_t *restrict pixels,
size_t width, size_t width,
@ -68,6 +71,7 @@ util::pgm::write (const uint8_t *restrict pixels,
} }
//-----------------------------------------------------------------------------
void void
util::ppm::write (const uint8_t *restrict pixels, util::ppm::write (const uint8_t *restrict pixels,
size_t width, size_t width,

View File

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