We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e8f99 commit 1b2868eCopy full SHA for 1b2868e
Src/USaveUnitMgr.pas
@@ -113,6 +113,7 @@ implementation
113
// Error message
114
sErrorMsg = 'Filename is not valid for a Pascal unit';
115
// Unit header comments
116
+ // TODO -cWeb: Change following to get license from database meta data
117
sLicense = 'This unit is copyright © %0:s by the Peter Johnson and Code '
118
+ 'Snippets Database contributors and is licensed under the MIT license '
119
+ '(http://opensource.org/licenses/MIT).';
0 commit comments