[Scummvm-git-logs] scummvm master -> 6f4ffe3b06d0c2d4276b09f625cc24dd8610e2d7

sev- noreply at scummvm.org
Sun Dec 1 22:10:07 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6f4ffe3b06 CONFIGURE: Added copyright to engines.awk


Commit: 6f4ffe3b06d0c2d4276b09f625cc24dd8610e2d7
    https://github.com/scummvm/scummvm/commit/6f4ffe3b06d0c2d4276b09f625cc24dd8610e2d7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-12-01T23:09:44+01:00

Commit Message:
CONFIGURE: Added copyright to engines.awk

Changed paths:
    engines.awk


diff --git a/engines.awk b/engines.awk
index b4b215251bd..591aa144c77 100755
--- a/engines.awk
+++ b/engines.awk
@@ -1,4 +1,24 @@
 #!/bin/awk -f
+#
+# engines.awk -- processor for configure.engine directives
+#
+# ScummVM is the legal property of its developers, whose names
+# are too numerous to list here. Please refer to the COPYRIGHT
+# file distributed with this source distribution.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
 
 function get_values(var, arr) {
 	return split(ENVIRON[var], arr, " ")




More information about the Scummvm-git-logs mailing list