Commit 7ac43cfb6be0559f54a2f4c1b26fe536c10de544

Ryan C. Gordon 2023-01-29T11:43:59

Note that version.rc is public domain. This avoids potential concerns that customizing would qualify a build of SDL as an "altered source version" under the zlib license.

1
2
3
4
5
6
7
8
9
10
diff --git a/src/main/windows/version.rc b/src/main/windows/version.rc
index 4ba8782..ba0553d 100644
--- a/src/main/windows/version.rc
+++ b/src/main/windows/version.rc
@@ -1,4 +1,4 @@
-
+// This file is public domain. Do what you like with it.
 #include "winresrc.h"
 
 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US