~akiban-technologies/akiban-persistit/3.1.1

« back to all changes in this revision

Viewing changes to examples/SimpleDemo/build.xml

  • Committer: Nathan Williams
  • Date: 2012-05-29 18:51:35 UTC
  • mfrom: (305.1.1 file-headers-to-agpl)
  • Revision ID: nwilliams@akiban.com-20120529185135-o2dlb31wxvipke7x
merge nwilliams: Update license and headers to AGPLv3.

https://code.launchpad.net/~nwilliams/akiban-persistit/file-headers-to-agpl/+merge/107847

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!--
2
2
 
3
 
    END USER LICENSE AGREEMENT (“EULA”)
4
 
 
5
 
    READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
6
 
    http://www.akiban.com/licensing/20110913
7
 
 
8
 
    BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
9
 
    ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
10
 
    AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
11
 
 
12
 
    IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
13
 
    THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
14
 
    NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
15
 
    YOUR INITIAL PURCHASE.
16
 
 
17
 
    IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
18
 
    CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
19
 
    FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
20
 
    LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
21
 
    BY SUCH AUTHORIZED PERSONNEL.
22
 
 
23
 
    IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
24
 
    USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
25
 
    PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
 
3
    Copyright © 2011-2012 Akiban Technologies, Inc.  All rights reserved.
 
4
 
 
5
    This program is free software: you can redistribute it and/or modify
 
6
    it under the terms of the GNU Affero General Public License as
 
7
    published by the Free Software Foundation, version 3 (only) of the
 
8
    License.
 
9
 
 
10
    This program is distributed in the hope that it will be useful,
 
11
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
    GNU Affero General Public License for more details.
 
14
 
 
15
    You should have received a copy of the GNU Affero General Public License
 
16
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
    
 
18
    This program may also be available under different license terms. For more
 
19
    information, see www.akiban.com or contact licensing@akiban.com.
26
20
 
27
21
-->
28
22
<project name="SimpleDemo" default="run" basedir=".">