Fix headers on new files coming from jetty-9.4
This commit is contained in:
parent
7ca67f9948
commit
73919e10e2
|
@ -1,19 +1,19 @@
|
||||||
//
|
//
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
// ------------------------------------------------------------------------
|
|
||||||
// All rights reserved. This program and the accompanying materials
|
|
||||||
// are made available under the terms of the Eclipse Public License v1.0
|
|
||||||
// and Apache License v2.0 which accompanies this distribution.
|
|
||||||
//
|
//
|
||||||
// The Eclipse Public License is available at
|
// This program and the accompanying materials are made available under
|
||||||
// http://www.eclipse.org/legal/epl-v10.html
|
// the terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
// https://www.eclipse.org/legal/epl-2.0
|
||||||
//
|
//
|
||||||
// The Apache License v2.0 is available at
|
// This Source Code may also be made available under the following
|
||||||
// http://www.opensource.org/licenses/apache2.0.php
|
// Secondary Licenses when the conditions for such availability set
|
||||||
|
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
||||||
|
// the Apache License v2.0 which is available at
|
||||||
|
// https://www.apache.org/licenses/LICENSE-2.0
|
||||||
//
|
//
|
||||||
// You may elect to redistribute this code under either of these licenses.
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
//
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.osgi.test;
|
package org.eclipse.jetty.osgi.test;
|
||||||
|
@ -30,7 +30,6 @@ import java.util.concurrent.ConcurrentHashMap;
|
||||||
import javax.inject.Inject;
|
import javax.inject.Inject;
|
||||||
|
|
||||||
import aQute.bnd.osgi.Constants;
|
import aQute.bnd.osgi.Constants;
|
||||||
|
|
||||||
import org.eclipse.jetty.annotations.ClassInheritanceHandler;
|
import org.eclipse.jetty.annotations.ClassInheritanceHandler;
|
||||||
import org.eclipse.jetty.osgi.annotations.AnnotationParser;
|
import org.eclipse.jetty.osgi.annotations.AnnotationParser;
|
||||||
import org.eclipse.jetty.toolchain.test.MavenTestingUtils;
|
import org.eclipse.jetty.toolchain.test.MavenTestingUtils;
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
//
|
//
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
// ------------------------------------------------------------------------
|
|
||||||
// All rights reserved. This program and the accompanying materials
|
|
||||||
// are made available under the terms of the Eclipse Public License v1.0
|
|
||||||
// and Apache License v2.0 which accompanies this distribution.
|
|
||||||
//
|
//
|
||||||
// The Eclipse Public License is available at
|
// This program and the accompanying materials are made available under
|
||||||
// http://www.eclipse.org/legal/epl-v10.html
|
// the terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
// https://www.eclipse.org/legal/epl-2.0
|
||||||
//
|
//
|
||||||
// The Apache License v2.0 is available at
|
// This Source Code may also be made available under the following
|
||||||
// http://www.opensource.org/licenses/apache2.0.php
|
// Secondary Licenses when the conditions for such availability set
|
||||||
|
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
||||||
|
// the Apache License v2.0 which is available at
|
||||||
|
// https://www.apache.org/licenses/LICENSE-2.0
|
||||||
//
|
//
|
||||||
// You may elect to redistribute this code under either of these licenses.
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
//
|
//
|
||||||
|
|
||||||
module com.bubble
|
module com.bubble
|
||||||
|
|
Loading…
Reference in New Issue