Bug 716548: fix the comment formatting for the license header when generating the avmfeatures.cpp/h files
CL@1143469
--- a/core/avmfeatures.as
+++ b/core/avmfeatures.as
@@ -961,21 +961,19 @@ function newString(prefix="//") {
var s = [" DO NOT EDIT THIS FILE",
"",
" This file has been generated by the script core/avmfeatures.as,",
" from a set of configuration parameters in that file.",
"",
" If you feel you need to make changes below, instead edit the configuration",
" file and rerun it to get a new version of this file.",
"",
- "/*",
- "* This Source Code Form is subject to the terms of the Mozilla Public",
- "* License, v. 2.0. If a copy of the MPL was not distributed with this",
- "* file, You can obtain one at http://mozilla.org/MPL/2.0/.",
- "*/"
+ " This Source Code Form is subject to the terms of the Mozilla Public",
+ " License, v. 2.0. If a copy of the MPL was not distributed with this",
+ " file, You can obtain one at http://mozilla.org/MPL/2.0/."
].map(function(x) { return prefix + x }).join("\n");
return s;
}
// Undefine all names that are going to be defined so that predefined values
// do not pollute the results.
function undefDefines(feature) {