-
Notifications
You must be signed in to change notification settings - Fork 8
/
README.txt
34 lines (25 loc) · 1.03 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Proai OAI Provider Library
Version @proai.version@
Source Distribution
Copyright (c) 2006-2007, Cornell University
Copyright (c) 2008-2009, Fedora Commons, Inc.
Copyright (c) 2009-2011, DuraSpace
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
LICENSE
=======
Proai is distributed under the Apache 2 license.
Use of this software indicates your acceptance of the terms of this license.
The distribution includes several third-party, open-source libraries with
thier own license terms. Specific terms of the Apache 2 and all third-party
licenses can be found in the src/site/license/ directory and on the Maven
project site.
DOCUMENTATION
=============
Online documentation for the latest version of Proai can be found at
http://proai.sf.net/
BUILDING
========
To compile Proai, make sure you have Maven installed, and type:
mvn package
To build the project site, type:
mvn site