diff options
| author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-23 21:09:14 +0000 |
|---|---|---|
| committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-23 21:09:14 +0000 |
| commit | 902854381377981744c6b09d37adf39a7e4a1e7e (patch) | |
| tree | 2889da085e1378344b46ac8faf44c52ccd1cb1be /packages/bzip2 | |
| parent | 3e3d47aa4cd0054dcc742cb96161d67f884c3278 (diff) | |
| download | fpc-902854381377981744c6b09d37adf39a7e4a1e7e.tar.gz | |
* FCL fpmake manifests
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11962 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/bzip2')
| -rw-r--r-- | packages/bzip2/fpmake.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bzip2/fpmake.pp b/packages/bzip2/fpmake.pp index 6ff195da19..ec53f7618a 100644 --- a/packages/bzip2/fpmake.pp +++ b/packages/bzip2/fpmake.pp @@ -21,7 +21,7 @@ begin P.Version:='2.2.2-0'; P.Author := 'Library: Julian R. Seward, header: Daniel Mantione'; // 3 clause becaue "prominent notice" is not required. - P.License := 'Library: 3 clause BSD, header: 3 clause BSD, '; + P.License := 'Library: 3 clause BSD, header: 3 clause BSD '; P.ExternalURL := 'www.freepascal.org'; P.Email := ''; P.Description := 'BZip2 decompression unit.'; |
