mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Merge with 4.0, mainly to get changes to windows project files
This commit is contained in:
@@ -25,7 +25,11 @@
|
||||
#endif /* _CUSTOMCONFIG_ */
|
||||
|
||||
#ifndef LICENSE
|
||||
#define LICENSE "GPL"
|
||||
#ifdef MYSQL_COMMERICAL_LICENSE
|
||||
#define LICENSE "Commerical"
|
||||
#else
|
||||
#define LICENSE "GPL"
|
||||
#endif
|
||||
#endif /* LICENSE */
|
||||
|
||||
#endif /* _mysql_version_h */
|
||||
|
Reference in New Issue
Block a user