Changeset: c1d00475f8de for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c1d00475f8de
Added Files:
LICENSE
Removed Files:
license.txt
Modified Files:
MacOSX/MonetDB.pkgproj
misc/python/fixlicense.py
Branch: Dec2025
Log Message:
Renamed license.txt to LICENSE.
diffs (27 lines):
diff --git a/license.txt b/LICENSE
rename from license.txt
rename to LICENSE
diff --git a/MacOSX/MonetDB.pkgproj b/MacOSX/MonetDB.pkgproj
--- a/MacOSX/MonetDB.pkgproj
+++ b/MacOSX/MonetDB.pkgproj
@@ -696,7 +696,7 @@
<key>VALUE</key>
<dict>
<key>PATH</key>
-
<string>../license.txt</string>
+
<string>../LICENSE</string>
<key>PATH_TYPE</key>
<integer>1</integer>
</dict>
diff --git a/misc/python/fixlicense.py b/misc/python/fixlicense.py
--- a/misc/python/fixlicense.py
+++ b/misc/python/fixlicense.py
@@ -116,7 +116,7 @@ suffixrules = {
'Makefile': ('', '', '# ', '', True),
'.merovingian_properties': ('', '', '# ', '', True),
'copyright': ('', '', '', '', True),
- 'license.txt': ('', '', '', '', True),
+ 'LICENSE': ('', '', '', '', True),
}
def getcomments(file, pre=None, post=None, start=None, end=None, nl=True):
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]