summaryrefslogtreecommitdiff
path: root/include/yagl_render.h
diff options
context:
space:
mode:
authorjinhyung.jo <jinhyung.jo@samsung.com>2015-01-08 17:01:10 +0900
committerjinhyung.jo <jinhyung.jo@samsung.com>2015-01-08 17:03:37 +0900
commitd60759f40b2307133a8d6c2f7732f0c7492060eb (patch)
treefc4a539c905876dba357a57d50115de4bc80b5d1 /include/yagl_render.h
parent743a976a239076191811326fe46d9ebdbb1f9798 (diff)
downloademulator-yagl-d60759f40b2307133a8d6c2f7732f0c7492060eb.tar.gz
emulator-yagl-d60759f40b2307133a8d6c2f7732f0c7492060eb.tar.bz2
emulator-yagl-d60759f40b2307133a8d6c2f7732f0c7492060eb.zip
YaGL: Source cleanup
Add MIT(or LGPL3.0) boilerplate to the header of the files Add a rule for license file in the spec file Add LICENSE & NOTICE, AUTHOR, COPYING, etc files Change-Id: If2b5c1c07834aaa0f463fb9f47240a2ab463eeff Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
Diffstat (limited to 'include/yagl_render.h')
-rw-r--r--include/yagl_render.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/include/yagl_render.h b/include/yagl_render.h
index e1d5c14..244a513 100644
--- a/include/yagl_render.h
+++ b/include/yagl_render.h
@@ -1,3 +1,36 @@
+/*
+ * YaGL
+ *
+ * Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * Contact :
+ * Stanislav Vorobiov <s.vorobiov@samsung.com>
+ * Jinhyung Jo <jinhyung.jo@samsung.com>
+ * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ *
+ * Contributors:
+ * - S-Core Co., Ltd
+ *
+ */
+
#ifndef _YAGL_RENDER_H_
#define _YAGL_RENDER_H_