Skip to content

Commit

Permalink
Add license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Oct 20, 2024
1 parent bc1b657 commit b632559
Show file tree
Hide file tree
Showing 11 changed files with 133 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
/********************************************************************************
* Copyright (c) 2024 University of York
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Antonio Garcia-Dominguez - initial API and implementation
********************************************************************************/
package org.eclipse.epsilon.emc.rdf.dt;

import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/********************************************************************************
* Copyright (c) 2024 University of York
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Antonio Garcia-Dominguez - initial API and implementation
********************************************************************************/
package org.eclipse.epsilon.emc.rdf;

import org.apache.jena.rdf.model.Literal;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/********************************************************************************
* Copyright (c) 2024 University of York
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Antonio Garcia-Dominguez - initial API and implementation
********************************************************************************/
package org.eclipse.epsilon.emc.rdf;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/********************************************************************************
* Copyright (c) 2024 University of York
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Antonio Garcia-Dominguez - initial API and implementation
********************************************************************************/
package org.eclipse.epsilon.emc.rdf;

public abstract class RDFModelElement {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/********************************************************************************
* Copyright (c) 2024 University of York
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Antonio Garcia-Dominguez - initial API and implementation
********************************************************************************/
package org.eclipse.epsilon.emc.rdf;

import org.eclipse.epsilon.common.module.ModuleElement;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/********************************************************************************
* Copyright (c) 2024 University of York
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Antonio Garcia-Dominguez - initial API and implementation
********************************************************************************/
package org.eclipse.epsilon.emc.rdf;

import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/********************************************************************************
* Copyright (c) 2024 University of York
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Antonio Garcia-Dominguez - initial API and implementation
********************************************************************************/
package org.eclipse.epsilon.emc.rdf;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/********************************************************************************
* Copyright (c) 2024 University of York
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Antonio Garcia-Dominguez - initial API and implementation
********************************************************************************/
package org.eclipse.epsilon.emc.rdf;

import static org.junit.Assert.assertEquals;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/********************************************************************************
* Copyright (c) 2024 University of York
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Antonio Garcia-Dominguez - initial API and implementation
********************************************************************************/
package org.eclipse.epsilon.emc.rdf;

import static org.junit.Assert.assertEquals;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/********************************************************************************
* Copyright (c) 2024 University of York
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Antonio Garcia-Dominguez - initial API and implementation
********************************************************************************/
package org.eclipse.epsilon.emc.rdf;

import static org.junit.Assert.assertEquals;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/********************************************************************************
* Copyright (c) 2024 University of York
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Antonio Garcia-Dominguez - initial API and implementation
********************************************************************************/
package org.eclipse.epsilon.emc.rdf;

import static org.junit.Assert.assertEquals;
Expand Down

0 comments on commit b632559

Please sign in to comment.