~pbeaman/akiban-persistit/fix-hard-commit-infinite-loop

« back to all changes in this revision

Viewing changes to src/test/java/com/persistit/unit/DefaultCoderManagerTest.java

  • Committer: build-akiban
  • Date: 2012-08-02 15:04:55 UTC
  • mfrom: (340.4.10 epl-license-headers)
  • Revision ID: build@akiban.com-20120802150455-ljk2bv0ogkyv3oyv
merge pbeaman: Change license headers from AGPL3 to EPL Version 1.

https://code.launchpad.net/~pbeaman/akiban-persistit/epl-license-headers/+merge/117892

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
2
 * Copyright © 2005-2012 Akiban Technologies, Inc.  All rights reserved.
3
 
 *
4
 
 * This program is free software: you can redistribute it and/or modify
5
 
 * it under the terms of the GNU Affero General Public License as
6
 
 * published by the Free Software Foundation, version 3 (only) of the
7
 
 * License.
8
 
 *
9
 
 * This program is distributed in the hope that it will be useful,
10
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
 
 * GNU Affero General Public License for more details.
13
 
 *
14
 
 * You should have received a copy of the GNU Affero General Public License
15
 
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
 
 * 
17
 
 * This program may also be available under different license terms. For more
18
 
 * information, see www.akiban.com or contact licensing@akiban.com.
 
3
 * 
 
4
 * This program and the accompanying materials are made available
 
5
 * under the terms of the Eclipse Public License v1.0 which
 
6
 * accompanies this distribution, and is available at
 
7
 * http://www.eclipse.org/legal/epl-v10.html
 
8
 * 
 
9
 * This program may also be available under different license terms.
 
10
 * For more information, see www.akiban.com or contact licensing@akiban.com.
 
11
 * 
 
12
 * Contributors:
 
13
 * Akiban Technologies, Inc.
19
14
 */
20
15
 
21
16
package com.persistit.unit;