Skip to content

Commit

Permalink
eclipse-archived#190 TqCL: Fixed copyright
Browse files Browse the repository at this point in the history
Signed-off-by: Rodolfo Totaro <[email protected]>
  • Loading branch information
rtotaro committed Feb 16, 2017
1 parent b988c50 commit ca1244f
Show file tree
Hide file tree
Showing 83 changed files with 292 additions and 292 deletions.
11 changes: 11 additions & 0 deletions org.eclipse.triquetrum.commands.api/OSGI-INF/librariesProvider.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2017 Totaro Rodolfo
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Rodolfo Totaro - initial API and implementation and/or initial documentation
-->

<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.triquetrum.commands.api">
<implementation class="org.eclipse.triquetrum.commands.api.services.impl.TcQLLibraryProviderProxy"/>
<reference bind="addLibraryProvider" cardinality="1..n" interface="org.eclipse.triquetrum.commands.api.services.TqCLLibraryProvider" name="TqCLLibraryProvider" policy="dynamic"/>
Expand Down
10 changes: 10 additions & 0 deletions org.eclipse.triquetrum.commands.api/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
###############################################################################
# Copyright (c) 2017 Totaro Rodolfo
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Rodolfo Totaro - initial API and implementation and/or initial documentation
###############################################################################
output.. = target/classes/
bin.includes = META-INF/,\
.,\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2016 Totaro Rodolfo
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.triquetrum.commands.api.services;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.triquetrum.commands.api.services;

public class DirectorDescriptor extends EntityDescriptor {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.triquetrum.commands.api.services;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2016 Totaro Rodolfo
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.triquetrum.commands.api.services;

public class ParameterDescriptor extends EntityDescriptor {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.triquetrum.commands.api.services;

public class PortDescriptor extends EntityDescriptor {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2016 Totaro Rodolfo
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2016 Totaro Rodolfo
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2016 Totaro Rodolfo
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2016 Totaro Rodolfo
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2016 Totaro Rodolfo
# Copyright (c) 2017 Totaro Rodolfo
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.triquetrum.commands.xtext.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2016 Totaro Rodolfo
Copyright (c) 2017 Totaro Rodolfo
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.triquetrum.commands.xtext.ide/build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2016 Totaro Rodolfo
# Copyright (c) 2017 Totaro Rodolfo
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
Expand Down
11 changes: 11 additions & 0 deletions org.eclipse.triquetrum.commands.xtext.ide/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2017 Totaro Rodolfo
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Rodolfo Totaro - initial API and implementation and/or initial documentation
-->

<plugin>
<extension
point="org.eclipse.debug.core.launchConfigurationTypes">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
/*******************************************************************************
* Copyright (c) 2016 Totaro Rodolfo
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* generated by Xtext 2.10.0
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
/*******************************************************************************
* Copyright (c) 2016 Totaro Rodolfo
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* generated by Xtext 2.10.0
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.triquetrum.commands.ide.contentassist.antlr.internal;

// Hack: Use our own Lexer superclass by means of import.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.triquetrum.commands.ide.contentassist.antlr.internal;

import java.io.InputStream;
Expand All @@ -19,18 +29,6 @@
import java.util.List;
import java.util.ArrayList;

/*******************************************************************************
* Copyright (c) 2016 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* generated by Xtext 2.10.0
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
@SuppressWarnings("all")
public class InternalTqclParser extends AbstractInternalContentAssistParser {
public static final String[] tokenNames = new String[] {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2016 Totaro Rodolfo
# Copyright (c) 2017 Totaro Rodolfo
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
/*******************************************************************************
* Copyright (c) 2016 Totaro Rodolfo
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* generated by Xtext 2.10.0
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
/**
* generated by Xtext 2.10.0
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2016 Totaro Rodolfo
# Copyright (c) 2017 Totaro Rodolfo
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.triquetrum.commands.xtext.ui/build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2016 Totaro Rodolfo
# Copyright (c) 2017 Totaro Rodolfo
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.triquetrum.commands.xtext.ui/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2016 Totaro Rodolfo
Copyright (c) 2017 Totaro Rodolfo
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
/*******************************************************************************
* Copyright (c) 2016 Totaro Rodolfo
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* generated by Xtext 2.10.0
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
/*******************************************************************************
* Copyright (c) 2016 Totaro Rodolfo
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* generated by Xtext 2.10.0
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
/*******************************************************************************
* Copyright (c) 2016 Totaro Rodolfo
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* generated by Xtext 2.10.0
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
/*******************************************************************************
* Copyright (c) 2016 Totaro Rodolfo
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* generated by Xtext 2.10.0
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
/**
* generated by Xtext 2.10.0
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2017 Totaro Rodolfo
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Rodolfo Totaro - initial API and implementation and/or initial documentation
*******************************************************************************/
/**
* generated by Xtext 2.10.0
*/
Expand Down
Binary file not shown.
Loading

0 comments on commit ca1244f

Please sign in to comment.