From 92b04e261e8e4d66cf78fff98e887568e1a104e2 Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Mon, 9 Jun 2008 13:19:40 +0000 Subject: [PATCH] Fix copy-right notice. --- .../ui/refactoring/utils/DelayedJobRunner.java | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/utils/DelayedJobRunner.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/utils/DelayedJobRunner.java index e4242a64e2f..6841da6e971 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/utils/DelayedJobRunner.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/utils/DelayedJobRunner.java @@ -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 runJob gets called.
* Only the time of the last runJob call is considered. So if runJob