1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

Changed copyright.

This commit is contained in:
Mikhail Khodjaiants 2007-10-03 17:31:46 +00:00
parent 2a1bb17d2a
commit 44f817a54b
2 changed files with 20 additions and 16 deletions

View file

@ -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;

View file

@ -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;