From 41de69b06c185d9a0f7c2e0ab388b567f8eb05e4 Mon Sep 17 00:00:00 2001 From: Lidia Popescu Date: Tue, 4 May 2021 23:51:59 +0300 Subject: [PATCH] Bug 572755: Update copyright header from previous work Signed-off-by: Lidia Popescu Change-Id: I0286ada79fc7fc7df140475538d52dcb571a1e58 --- .../cdt/internal/corext/codemanipulation/StubUtility.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/codemanipulation/StubUtility.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/codemanipulation/StubUtility.java index 10593493114..af2b0f94e18 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/codemanipulation/StubUtility.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/codemanipulation/StubUtility.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2001, 2016 IBM Corporation and others. + * Copyright (c) 2001, 2021 IBM Corporation and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 @@ -13,6 +13,7 @@ * Anton Leherbauer (Wind River Systems) * Jens Elmenthaler (Verigy) - http://bugs.eclipse.org/235586 * Sergey Prigogin (Google) + * Lidia Popescu (Wind River Systems) - http://bugs.eclipse.org/572755 *******************************************************************************/ package org.eclipse.cdt.internal.corext.codemanipulation;