mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +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.
|
||||
*
|
||||
* $ Rev: $
|
||||
* $ Author: $
|
||||
* $ Date: $
|
||||
* $ URL: $
|
||||
*/
|
||||
/*******************************************************************************
|
||||
* 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
|
||||
*
|
||||
* Contributors:
|
||||
* ARM Limited - initial API and implementation
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.debug.internal.ui.views.modules;
|
||||
|
||||
import org.eclipse.cdt.debug.core.model.ICDebugElement;
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
/**
|
||||
* Copyright 2007 ARM Limited. All rights reserved.
|
||||
*
|
||||
* $ Rev: $
|
||||
* $ Author: $
|
||||
* $ Date: $
|
||||
* $ URL: $
|
||||
*/
|
||||
/*******************************************************************************
|
||||
* 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
|
||||
*
|
||||
* Contributors:
|
||||
* ARM Limited - initial API and implementation
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.debug.internal.ui.views.modules;
|
||||
|
||||
import org.eclipse.debug.internal.ui.viewers.model.TreeModelContentProvider;
|
||||
|
|
Loading…
Add table
Reference in a new issue