~tjoneslo/akiban-sql-parser/update-pom-repository

« back to all changes in this revision

Viewing changes to src/main/java/com/akiban/sql/parser/DefaultNode.java

  • Committer: Thomas Jones-Low
  • Date: 2013-05-23 05:53:15 UTC
  • mfrom: (296.2.4 trunk)
  • Revision ID: tjoneslo@akiban.com-20130523055315-0na6y2c0tn5603c2
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * Copyright © 2012 Akiban Technologies, Inc.  All rights
3
 
 * reserved.
4
 
 *
5
 
 * This program and the accompanying materials are made available
6
 
 * under the terms of the Eclipse Public License v1.0 which
7
 
 * accompanies this distribution, and is available at
8
 
 * http://www.eclipse.org/legal/epl-v10.html
9
 
 *
10
 
 * This program may also be available under different license terms.
11
 
 * For more information, see www.akiban.com or contact
12
 
 * licensing@akiban.com.
13
 
 *
14
 
 * Contributors:
15
 
 * Akiban Technologies, Inc.
 
2
 * Copyright 2011-2013 Akiban Technologies, Inc.
 
3
 * 
 
4
 * Licensed under the Apache License, Version 2.0 (the "License");
 
5
 * you may not use this file except in compliance with the License.
 
6
 * You may obtain a copy of the License at
 
7
 * 
 
8
 *     http://www.apache.org/licenses/LICENSE-2.0
 
9
 * 
 
10
 * Unless required by applicable law or agreed to in writing, software
 
11
 * distributed under the License is distributed on an "AS IS" BASIS,
 
12
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
13
 * See the License for the specific language governing permissions and
 
14
 * limitations under the License.
16
15
 */
17
16
 
18
17
/* The original from which this derives bore the following: */