Fixes #4892 - Non-blocking JSON parser.

Fixed copyright header.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2020-05-20 13:00:29 +02:00
parent 3ead429476
commit caf2592587
1 changed files with 18 additions and 15 deletions

View File

@ -1,18 +1,21 @@
/* //
* Copyright (c) 2008-2020 the original author or authors. // ========================================================================
* // Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
* Licensed under the Apache License, Version 2.0 (the "License"); // ------------------------------------------------------------------------
* you may not use this file except in compliance with the License. // All rights reserved. This program and the accompanying materials
* You may obtain a copy of the License at // are made available under the terms of the Eclipse Public License v1.0
* // and Apache License v2.0 which accompanies this distribution.
* http://www.apache.org/licenses/LICENSE-2.0 //
* // The Eclipse Public License is available at
* Unless required by applicable law or agreed to in writing, software // http://www.eclipse.org/legal/epl-v10.html
* distributed under the License is distributed on an "AS IS" BASIS, //
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // The Apache License v2.0 is available at
* See the License for the specific language governing permissions and // http://www.opensource.org/licenses/apache2.0.php
* limitations under the License. //
*/ // You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.util.ajax; package org.eclipse.jetty.util.ajax;
import java.nio.ByteBuffer; import java.nio.ByteBuffer;