From 7a10d3ab78975a95f55b1bf97705ff8cc300da08 Mon Sep 17 00:00:00 2001 From: Hein-Pieter van Braam Date: Wed, 20 Dec 2017 01:04:30 +0100 Subject: [PATCH] Correct license headers in main.cpp and voxel_light_baker.cpp Sorry for the churn --- main/main.cpp | 2 +- scene/3d/voxel_light_baker.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/main.cpp b/main/main.cpp index 830ee49e625..b53e9ef0f7c 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -1,5 +1,5 @@ /*************************************************************************/ -/* voxel_light_baker.cpp */ +/* main.cpp */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ diff --git a/scene/3d/voxel_light_baker.cpp b/scene/3d/voxel_light_baker.cpp index 71f1b7caa81..bc3f62cfd10 100644 --- a/scene/3d/voxel_light_baker.cpp +++ b/scene/3d/voxel_light_baker.cpp @@ -1,5 +1,5 @@ /*************************************************************************/ -/* main.cpp */ +/* voxel_light_baker.cpp */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */