From fbc600e35894706c256dcdc49a2557459e7cf54d Mon Sep 17 00:00:00 2001 From: Samuel Rohde Date: Sun, 12 Apr 2020 22:45:52 -0700 Subject: [PATCH] Update license --- example/src/forward_renderer.cpp | 18 ++++++++++++++++++ example/src/forward_renderer.h | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/example/src/forward_renderer.cpp b/example/src/forward_renderer.cpp index 35bc1e5..ce0211e 100644 --- a/example/src/forward_renderer.cpp +++ b/example/src/forward_renderer.cpp @@ -1,3 +1,21 @@ +/** +* Author: Samuel Rohde (rohde.samuel@cubez.io) +* +* Copyright {2020} {Samuel Rohde} +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + #include "forward_renderer.h" #include diff --git a/example/src/forward_renderer.h b/example/src/forward_renderer.h index 98dda10..333cdd1 100644 --- a/example/src/forward_renderer.h +++ b/example/src/forward_renderer.h @@ -1,3 +1,21 @@ +/** +* Author: Samuel Rohde (rohde.samuel@cubez.io) +* +* Copyright {2020} {Samuel Rohde} +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + #ifndef FORWARD_RENDERER__H #define FORWARD_RENDERER__H