Skip to content

Commit

Permalink
Add missing license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Jul 17, 2024
1 parent fb77cc5 commit 4cfd3a5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (c) 2022 Sean Champ and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Sean Champ - Initial implementation
*******************************************************************************/
package io.github.pyvesb.eclipse_solargraph.utils;

import org.eclipse.core.runtime.CoreException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*******************************************************************************
* Copyright (c) 2022-2024 Sean Champ and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Sean Champ - Initial implementation
* Pierre-Yves B. ([email protected]) - Various improvements
*******************************************************************************/
package io.github.pyvesb.eclipse_solargraph.utils;

import java.io.File;
Expand Down

0 comments on commit 4cfd3a5

Please sign in to comment.