From 4bc536ebdff331093892b29f47a885950a0814b7 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sun, 29 Jun 2014 22:50:47 +1000 Subject: [PATCH] image: update copyright dates --- image.cpp | 6 +++++- image.hpp | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/image.cpp b/image.cpp index 0fbccb5b..d6401807 100644 --- a/image.cpp +++ b/image.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with libgim. If not, see . * - * Copyright 2011 Danny Robson + * Copyright 2011-2014 Danny Robson */ @@ -26,6 +26,7 @@ #include +//----------------------------------------------------------------------------- static void write_netpbm (const uint8_t *restrict pixels, size_t width, @@ -56,6 +57,8 @@ write_netpbm (const uint8_t *restrict pixels, } } + +//----------------------------------------------------------------------------- void util::pgm::write (const uint8_t *restrict pixels, size_t width, @@ -68,6 +71,7 @@ util::pgm::write (const uint8_t *restrict pixels, } +//----------------------------------------------------------------------------- void util::ppm::write (const uint8_t *restrict pixels, size_t width, diff --git a/image.hpp b/image.hpp index 06271d0f..4c62086e 100644 --- a/image.hpp +++ b/image.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with libgim. If not, see . * - * Copyright 2011 Danny Robson + * Copyright 2011-2014 Danny Robson */ #ifndef __UTIL_IMAGE_HPP