Skip to content

Commit f16004f

Browse files
committed
update pom license to CC by A for the doc module
Note code is public domain (i.e. CC0 )
1 parent 423fd01 commit f16004f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<isset property="build.directory" />
2727
</condition>
2828

29-
<condition property="project.version" value="${project.version}" else="10-SNAPSHOT">
29+
<condition property="project.version" value="${project.version}" else="11-SNAPSHOT">
3030
<isset property="project.version" />
3131
</condition>
3232

docs/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
<licenses>
2929
<license>
30-
<name>Lesser General Public License (LGPL)</name>
31-
<url>http://www.gnu.org/copyleft/lesser.txt</url>
30+
<name>Creative Commons Attribution 3.0 License</name>
31+
<url>http://creativecommons.org/licenses/by/3.0/</url>
3232
<distribution>repo</distribution>
3333
</license>
3434
</licenses>

docs/user/build/install/git.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Reference:
1818

1919
Developers guide:
2020

21-
* `Working with Git </../developer/procedures/git.html>`_
22-
* `Pull Requests </../developer/procedures/pull_requests.html>`_
21+
* `Working with Git <http://docs.geotools.org/latest/developer/procedures/git.html>`_
22+
* `Pull Requests <http://docs.geotools.org/latest/developer/procedures/pull_requests.html>`_
2323

2424
Although desktop applications and IDE integration are available, no GUI will substitute for an understanding of the underlying git repository model. Even if you have previous version control experience
2525

0 commit comments

Comments
 (0)