Changeset 7903384866363cf822da012220c8aa5bcf2888c5
- Timestamp:
- 03/14/08 18:20:12
(4 months ago)
- Author:
- Filippo Carone <littlejohn@videolan.org>
- git-committer:
- Filippo Carone <littlejohn@videolan.org> 1205515212 +0100
- git-parent:
[6cf973e6fb09b9033440754f9b3813f1804c94e0]
- git-author:
- Filippo Carone <littlejohn@videolan.org> 1205484014 +0100
- Message:
specify license in pom
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8015def |
r7903384 |
|
| 18 | 18 | </plugin> |
|---|
| 19 | 19 | </plugins> |
|---|
| 20 | | </build> |
|---|
| | 20 | </build> |
|---|
| | 21 | <licenses> |
|---|
| | 22 | <license> |
|---|
| | 23 | <name>GPLv2</name> |
|---|
| | 24 | <url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</url> |
|---|
| | 25 | </license> |
|---|
| | 26 | </licenses> |
|---|
| 21 | 27 | <dependencies> |
|---|
| 22 | 28 | <dependency> |
|---|