]> code.delx.au - refind/blobdiff - libeg/lodepng_xtra.c
Added forgotten new or split files to git repo.
[refind] / libeg / lodepng_xtra.c
index 2116012c4508ed090800e738fb358ac110863332..343fbffc1c67501efecee5bb4622370b44658fb0 100644 (file)
@@ -2,11 +2,26 @@
  * Additional functions to support LodePNG for use in rEFInd
  *
  * copyright (c) 2013 by by Roderick W. Smith, and distributed
- * under the terms of the GNU GPL v3.
+ * under the terms of the GNU GPL v3, or (at your option) any
+ * later version.
  *
  * See http://lodev.org/lodepng/ for the original LodePNG.
  *
  */
+/*
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
 
 #include "global.h"
 #include "../refind/screen.h"
@@ -110,4 +125,4 @@ EG_IMAGE * egDecodePNG(IN UINT8 *FileData, IN UINTN FileDataLength, IN UINTN Ico
    lodepng_free(PixelData);
 
    return NewImage;
-} // EG_IMAGE * egDecodePNG()
\ No newline at end of file
+} // EG_IMAGE * egDecodePNG()