mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 11:15:38 +02:00
Changed copyright.
This commit is contained in:
parent
2a1bb17d2a
commit
44f817a54b
2 changed files with 20 additions and 16 deletions
|
@ -1,11 +1,13 @@
|
||||||
/**
|
/*******************************************************************************
|
||||||
* Copyright 2007 ARM Limited. All rights reserved.
|
* Copyright (c) 2007 ARM Limited 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
|
||||||
*
|
*
|
||||||
* $ Rev: $
|
* Contributors:
|
||||||
* $ Author: $
|
* ARM Limited - initial API and implementation
|
||||||
* $ Date: $
|
*******************************************************************************/
|
||||||
* $ URL: $
|
|
||||||
*/
|
|
||||||
package org.eclipse.cdt.debug.internal.ui.views.modules;
|
package org.eclipse.cdt.debug.internal.ui.views.modules;
|
||||||
|
|
||||||
import org.eclipse.cdt.debug.core.model.ICDebugElement;
|
import org.eclipse.cdt.debug.core.model.ICDebugElement;
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
/**
|
/*******************************************************************************
|
||||||
* Copyright 2007 ARM Limited. All rights reserved.
|
* Copyright (c) 2007 ARM Limited 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
|
||||||
*
|
*
|
||||||
* $ Rev: $
|
* Contributors:
|
||||||
* $ Author: $
|
* ARM Limited - initial API and implementation
|
||||||
* $ Date: $
|
*******************************************************************************/
|
||||||
* $ URL: $
|
|
||||||
*/
|
|
||||||
package org.eclipse.cdt.debug.internal.ui.views.modules;
|
package org.eclipse.cdt.debug.internal.ui.views.modules;
|
||||||
|
|
||||||
import org.eclipse.debug.internal.ui.viewers.model.TreeModelContentProvider;
|
import org.eclipse.debug.internal.ui.viewers.model.TreeModelContentProvider;
|
||||||
|
|
Loading…
Add table
Reference in a new issue