From cdf7ec3c2db385f2beb6e564220e9ade7dec8fba Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Jun 2018 16:10:02 +0100 Subject: Adding modeline --- yage/core/stb_image.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'yage/core/stb_image.cpp') diff --git a/yage/core/stb_image.cpp b/yage/core/stb_image.cpp index 8ddfd1f5..9f352d82 100644 --- a/yage/core/stb_image.cpp +++ b/yage/core/stb_image.cpp @@ -1,2 +1,11 @@ +/** --------------------------------------------------------------------------- + * -*- c++ -*- + * @file: stb_image.cpp + * + * Copyright (c) 2017 Yann Herklotz Grave + * MIT License, see LICENSE file for more details. + * ---------------------------------------------------------------------------- + */ + #define STB_IMAGE_IMPLEMENTATION #include "stb_image.h" -- cgit