diff options
| author | George L. Albany <Megacake1234@gmail.com> | 2024-10-27 18:22:19 +0000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-27 18:22:19 +0000 | 
| commit | 77eaec766e2e40f2a5d399989d827f9582a3be15 (patch) | |
| tree | c5d552f2c27f610a93f539b49bc5cda7aceb58bd /platform/android/java/lib/src/org/godotengine/godot/plugin/GodotPlugin.java | |
| parent | e8177416ec3cfcdd63a3d2233db54316e8b854bc (diff) | |
| parent | 19c6a4369f3125cf5343769d1be8572afc516256 (diff) | |
| download | redot-engine-77eaec766e2e40f2a5d399989d827f9582a3be15.tar.gz | |
Merge pull request #818 from Spartan322/fixup/copyright-headers
Fix copyright headers referring to Godot
Diffstat (limited to 'platform/android/java/lib/src/org/godotengine/godot/plugin/GodotPlugin.java')
| -rw-r--r-- | platform/android/java/lib/src/org/godotengine/godot/plugin/GodotPlugin.java | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/platform/android/java/lib/src/org/godotengine/godot/plugin/GodotPlugin.java b/platform/android/java/lib/src/org/godotengine/godot/plugin/GodotPlugin.java index b7d254054d..16c4b6bddc 100644 --- a/platform/android/java/lib/src/org/godotengine/godot/plugin/GodotPlugin.java +++ b/platform/android/java/lib/src/org/godotengine/godot/plugin/GodotPlugin.java @@ -2,8 +2,8 @@  /*  GodotPlugin.java                                                      */  /**************************************************************************/  /*                         This file is part of:                          */ -/*                             GODOT ENGINE                               */ -/*                        https://godotengine.org                         */ +/*                             REDOT ENGINE                               */ +/*                        https://redotengine.org                         */  /**************************************************************************/  /* Copyright (c) 2024-present Redot Engine contributors                   */  /*                                          (see REDOT_AUTHORS.md)        */ | 
