Skip to content

Commit 9306275

Browse files
authored
Change license from BSD 3-Clause to Apache 2.0
1 parent 2380eac commit 9306275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<licenses>
1818
<license>
19-
<name>BSD 3-Clause</name>
19+
<name>Apache License Version 2.0</name>
2020
<url>file://${basedir}/LICENSE.txt</url>
2121
</license>
2222
</licenses>
@@ -104,7 +104,7 @@
104104
<artifactId>maven-javadoc-plugin</artifactId>
105105
<configuration>
106106
<bottom>Copyright (c) 2016-2019, Salesforce.com, Inc. All rights reserved. Licensed under
107-
the BSD 3-Clause license. For full license text, see the LICENSE.txt file in the
107+
the Apache License Version 2.0. For full license text, see the LICENSE.txt file in the
108108
repository.
109109
</bottom>
110110
<doclint>none</doclint>

0 commit comments

Comments
 (0)