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 8490eb1 commit 532bee0Copy full SHA for 532bee0
src/BaseGenerator.cpp
@@ -55,6 +55,7 @@ namespace bin2cpp
55
header << "/**\n";
56
header << " * This file was generated by bin2cpp v" << getVersionString() << "\n";
57
header << " * Copyright (C) 2013-" << bin2cpp::getCopyrightYear() << " end2endzone.com. All rights reserved.\n";
58
+ header << " * bin2cpp is open source software, see http://github.com/end2endzone/bin2cpp\n";
59
header << " * Source code for file '" << filename << "', last modified " << lastModifiedDate << ".\n";
60
header << " * Do not modify this file.\n";
61
header << " */\n";
0 commit comments