1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

fix copyrights

This commit is contained in:
Chris Recoskie 2008-01-22 18:46:42 +00:00
parent a29fa7f20c
commit 6c58a96029
9 changed files with 50 additions and 24 deletions

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2007 IBM Corporation and others.
# Copyright (c) 2007, 2008 IBM Corporation and others.
# 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

View file

@ -1,12 +1,12 @@
###############################################################################
# Copyright (c) 2006 IBM Corporation.
# Copyright (c) 2006, 2008 IBM Corporation and others.
# 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:
# IBM Corporation - initial implementation
# IBM Corporation - initial API and implementation
###############################################################################
# Plugin Name

View file

@ -1,14 +1,13 @@
/**
* Copyright (c) 2007 IBM Corporation.
/*******************************************************************************
* Copyright (c) 2007, 2008 IBM Corporation and others.
* 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:
* IBM Corporation - Initial Implementation
*
*/
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.make.xlc.core.scannerconfig;
import org.eclipse.cdt.make.core.scannerconfig.IScannerInfoCollector3;

View file

@ -1,14 +1,13 @@
/**
* Copyright (c) 2006 IBM Corporation.
/*******************************************************************************
* Copyright (c) 2006, 2008 IBM Corporation and others.
* 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:
* IBM Corporation - Initial Implementation
*
*/
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.make.xlc.core.scannerconfig;
import org.eclipse.cdt.make.internal.core.scannerconfig2.GCCSpecsRunSIProvider;

View file

@ -1,14 +1,13 @@
/**
* Copyright (c) 2006 IBM Corporation.
/*******************************************************************************
* Copyright (c) 2006, 2008 IBM Corporation and others.
* 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:
* IBM Corporation - Initial Implementation
*
*/
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.make.xlc.core.scannerconfig.xl;
import java.util.List;

View file

@ -13,3 +13,4 @@ Require-Bundle: org.eclipse.cdt.managedbuilder.core,
org.eclipse.cdt.make.core,
org.eclipse.ui
Eclipse-LazyStart: true
Bundle-Activator: org.eclipse.cdt.managedbuilder.xlc.core.XLCCorePlugin

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2007 IBM Corporation and others.
# Copyright (c) 2007, 2008 IBM Corporation and others.
# 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

View file

@ -1,12 +1,12 @@
###############################################################################
# Copyright (c) 2006 IBM Corporation.
# Copyright (c) 2006, 2008 IBM Corporation and others.
# 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:
# IBM Corporation - initial implementation
# IBM Corporation - initial API and implementation
###############################################################################
# Plugin Name

View file

@ -0,0 +1,28 @@
/*******************************************************************************
* Copyright (c) 2008 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.managedbuilder.xlc.core;
import org.eclipse.ui.plugin.AbstractUIPlugin;
/**
* @author crecoskie
*
*/
public class XLCCorePlugin extends AbstractUIPlugin {
/**
*
*/
public XLCCorePlugin() {
// TODO Auto-generated constructor stub
}
}