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

Fix copy-right notice.

This commit is contained in:
Markus Schorn 2008-06-09 13:19:40 +00:00
parent f9c02b0de3
commit 92b04e261e

View file

@ -1,6 +1,16 @@
/*******************************************************************************
* Copyright (c) 2008 Institute for Software, HSR Hochschule fuer Technik
* Rapperswil, University of applied sciences 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:
* Institute for Software - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.internal.ui.refactoring.utils; package org.eclipse.cdt.internal.ui.refactoring.utils;
/** /**
* Runs a job delayed by a given time when <code>runJob</code> gets called. <br> * Runs a job delayed by a given time when <code>runJob</code> gets called. <br>
* Only the time of the last <code>runJob</code> call is considered. So if <code>runJob</code> * Only the time of the last <code>runJob</code> call is considered. So if <code>runJob</code>