Skip to content

Commit

Permalink
Progress: add missing license header in Progress.java eclipse-jdt#1920
Browse files Browse the repository at this point in the history
  • Loading branch information
jukzi committed Jan 10, 2025
1 parent 701674b commit 41eae49
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*******************************************************************************
* Copyright (c) 2023 SSI and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* SSI - initial API and implementation
*******************************************************************************/
package org.eclipse.jdt.internal.ui.util;

import org.eclipse.core.runtime.IProgressMonitor;
Expand Down

0 comments on commit 41eae49

Please sign in to comment.