added license comments

This commit is contained in:
Timo Westkämper 2008-03-20 17:18:26 +00:00
parent 63c86fcbbe
commit 18227fb8b4

View File

@ -19,11 +19,13 @@
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.12</version>
<!-- license : BSD-style license -->
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4-SNAPSHOT</version>
<!-- license : Apache License 2.0 -->
</dependency>
<dependency>
<groupId>com.sun</groupId>