|
4 | 4 | "description": "GNU Affero General Public License",
|
5 | 5 | "text": [
|
6 | 6 | "${headerbegin}",
|
| 7 | + "${headerprefix} GNU Affero General Public License", |
| 8 | + "${headerprefix}", |
7 | 9 | "${headerprefix} Copyright (c) ${year} ${company}",
|
8 | 10 | "${headerprefix}",
|
9 | 11 | "${headerprefix} This program is free software: you can redistribute it and/or modify",
|
|
25 | 27 | "description": "Apache License, Version 2.0",
|
26 | 28 | "text": [
|
27 | 29 | "${headerbegin}",
|
| 30 | + "${headerprefix} Apache License, Version 2.0", |
| 31 | + "${headerprefix}", |
28 | 32 | "${headerprefix} Copyright (c) ${year} ${company}",
|
29 | 33 | "${headerprefix}",
|
30 | 34 | "${headerprefix} Licensed under the Apache License, Version 2.0 (the \"License\");",
|
|
44 | 48 | "description": "GNU General Public License, Version 3.0",
|
45 | 49 | "text": [
|
46 | 50 | "${headerbegin}",
|
| 51 | + "${headerprefix} GNU General Public License, Version 3.0", |
| 52 | + "${headerprefix}", |
47 | 53 | "${headerprefix} Copyright (c) ${year} ${company}",
|
48 | 54 | "${headerprefix}",
|
49 | 55 | "${headerprefix} This program is free software: you can redistribute it and/or modify",
|
|
65 | 71 | "description": "MIT License",
|
66 | 72 | "text": [
|
67 | 73 | "${headerbegin}",
|
| 74 | + "${headerprefix} MIT License", |
| 75 | + "${headerprefix}", |
68 | 76 | "${headerprefix} Copyright (c) ${year} ${company}",
|
69 | 77 | "${headerprefix}",
|
70 | 78 | "${headerprefix} Permission is hereby granted, free of charge, to any person obtaining a copy of",
|
|
91 | 99 | "description": "Mozilla Public License, Version 2.0",
|
92 | 100 | "text": [
|
93 | 101 | "${headerbegin}",
|
| 102 | + "${headerprefix} Mozilla Public License, Version 2.0", |
| 103 | + "${headerprefix}", |
94 | 104 | "${headerprefix} Copyright (c) ${year} ${company}",
|
95 | 105 | "${headerprefix}",
|
96 | 106 | "${headerprefix} This Source Code Form is subject to the terms of the Mozilla Public",
|
|
0 commit comments