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:
parent
f9c02b0de3
commit
92b04e261e
1 changed files with 11 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
||||
/**
|
||||
* 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>
|
||||
|
|
Loading…
Add table
Reference in a new issue