fix indent
This commit is contained in:
parent
bc06152359
commit
90515c1679
@ -12,22 +12,22 @@ export class CopyrightGenerator {
|
|||||||
|
|
||||||
if (opt.has_license) {
|
if (opt.has_license) {
|
||||||
notice = `${'/*'}
|
notice = `${'/*'}
|
||||||
* Copyright (C) ${opt.company || opt.author} - All Rights Reserved
|
* Copyright (C) ${opt.company || opt.author} - All Rights Reserved
|
||||||
* This file is part of ${opt.software} which is released under ${
|
* This file is part of ${opt.software} which is released under ${
|
||||||
opt.license}.
|
opt.license}.
|
||||||
* See file 'LICENSE' for full license details.
|
* See file 'LICENSE' for full license details.
|
||||||
* Created by ${opt.author} <${opt.email}>, ${month} ${year}
|
* Created by ${opt.author} <${opt.email}>, ${month} ${year}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
notice = `${'/*'}
|
notice = `${'/*'}
|
||||||
* Copyright (C) ${opt.company || opt.author} - All Rights Reserved
|
* Copyright (C) ${opt.company || opt.author} - All Rights Reserved
|
||||||
* Created by ${opt.author} <${opt.email}>, ${month} ${year}
|
* Created by ${opt.author} <${opt.email}>, ${month} ${year}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
return notice;
|
return notice;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user