Skip to content

Commit 5b80fa7

Browse files
committed
Include license name in default license text. Closes #24
1 parent 1439fdd commit 5b80fa7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

defaultlicenses.json

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"description": "GNU Affero General Public License",
55
"text": [
66
"${headerbegin}",
7+
"${headerprefix} GNU Affero General Public License",
8+
"${headerprefix}",
79
"${headerprefix} Copyright (c) ${year} ${company}",
810
"${headerprefix}",
911
"${headerprefix} This program is free software: you can redistribute it and/or modify",
@@ -25,6 +27,8 @@
2527
"description": "Apache License, Version 2.0",
2628
"text": [
2729
"${headerbegin}",
30+
"${headerprefix} Apache License, Version 2.0",
31+
"${headerprefix}",
2832
"${headerprefix} Copyright (c) ${year} ${company}",
2933
"${headerprefix}",
3034
"${headerprefix} Licensed under the Apache License, Version 2.0 (the \"License\");",
@@ -44,6 +48,8 @@
4448
"description": "GNU General Public License, Version 3.0",
4549
"text": [
4650
"${headerbegin}",
51+
"${headerprefix} GNU General Public License, Version 3.0",
52+
"${headerprefix}",
4753
"${headerprefix} Copyright (c) ${year} ${company}",
4854
"${headerprefix}",
4955
"${headerprefix} This program is free software: you can redistribute it and/or modify",
@@ -65,6 +71,8 @@
6571
"description": "MIT License",
6672
"text": [
6773
"${headerbegin}",
74+
"${headerprefix} MIT License",
75+
"${headerprefix}",
6876
"${headerprefix} Copyright (c) ${year} ${company}",
6977
"${headerprefix}",
7078
"${headerprefix} Permission is hereby granted, free of charge, to any person obtaining a copy of",
@@ -91,6 +99,8 @@
9199
"description": "Mozilla Public License, Version 2.0",
92100
"text": [
93101
"${headerbegin}",
102+
"${headerprefix} Mozilla Public License, Version 2.0",
103+
"${headerprefix}",
94104
"${headerprefix} Copyright (c) ${year} ${company}",
95105
"${headerprefix}",
96106
"${headerprefix} This Source Code Form is subject to the terms of the Mozilla Public",

0 commit comments

Comments
 (0)