[Chore] (All): Add standardized source file header and update script.

This commit is contained in:
BZLZHH
2025-12-31 15:45:34 +08:00
parent de028204a2
commit 8ed8efe347
195 changed files with 1453 additions and 0 deletions
+7
View File
@@ -1,3 +1,10 @@
// MobileGL - MobileGL/MG_Test/Program/ProgramTest.cpp
// Copyright (C) 2025 MobileGL-Dev
// Licensed under the GNU Lesser General Public License v2.1:
// http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
// SPDX-License-Identifier: LGPL-2.1-only
// End of Source File Header
#include <gtest/gtest.h>
#include "Includes.h"
#include "MG_Impl/GLImpl/Program/GL_Program.h"