Skip to content

Commit 532bee0

Browse files
committed
Fixed issue #21 - Add a reference to source code location in generated files.
1 parent 8490eb1 commit 532bee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BaseGenerator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ namespace bin2cpp
5555
header << "/**\n";
5656
header << " * This file was generated by bin2cpp v" << getVersionString() << "\n";
5757
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";
5859
header << " * Source code for file '" << filename << "', last modified " << lastModifiedDate << ".\n";
5960
header << " * Do not modify this file.\n";
6061
header << " */\n";

0 commit comments

Comments
 (0)