Skip to content

Commit

Permalink
Correct the license header.
Browse files Browse the repository at this point in the history
I write the original so there are no issues with me re-licensing it.
  • Loading branch information
markt-asf committed Feb 22, 2024
1 parent 989791b commit 41a26b7
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions api/src/main/java/jakarta/el/OptionalELResolver.java
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* Copyright (c) 2024 Contributors to the Eclipse Foundation
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* http://www.apache.org/licenses/LICENSE-2.0
* This Source Code may also be made available under the following Secondary
* Licenses when the conditions for such availability set forth in the
* Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
* version 2 with the GNU Classpath Exception, which is available at
* https://www.gnu.org/software/classpath/license.html.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
*/
package jakarta.el;

Expand Down

0 comments on commit 41a26b7

Please sign in to comment.