From 1ccfe6580fff2145e1c59987649dddb8b1fe0ed8 Mon Sep 17 00:00:00 2001 From: Michael Bangas Date: Thu, 12 Dec 2024 10:32:38 +0100 Subject: [PATCH] fix license info --- .../src/org/eclipse/swt/svg/JSVGRasterizer.java | 4 ++-- .../common/org/eclipse/swt/graphics/SVGRasterizer.java | 4 ++-- .../org/eclipse/swt/graphics/SVGRasterizerRegistry.java | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bundles/org.eclipse.swt.svg/src/org/eclipse/swt/svg/JSVGRasterizer.java b/bundles/org.eclipse.swt.svg/src/org/eclipse/swt/svg/JSVGRasterizer.java index 083b4933e7..97226be972 100644 --- a/bundles/org.eclipse.swt.svg/src/org/eclipse/swt/svg/JSVGRasterizer.java +++ b/bundles/org.eclipse.swt.svg/src/org/eclipse/swt/svg/JSVGRasterizer.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2023 Vector Informatik GmbH and others. + * Copyright (c) 2025 Vector Informatik GmbH and others. * * This program and the accompanying materials are made available under the terms of the Eclipse * Public License 2.0 which accompanies this distribution, and is available at @@ -7,7 +7,7 @@ * * SPDX-License-Identifier: EPL-2.0 * - * Contributors: Vector Informatik GmbH - initial API and implementation + * Contributors: Michael Bangas (Vector Informatik GmbH) - initial API and implementation *******************************************************************************/ package org.eclipse.swt.svg; diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/SVGRasterizer.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/SVGRasterizer.java index 6da8c5b23f..a7c70fea94 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/SVGRasterizer.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/SVGRasterizer.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2024 Vector Informatik GmbH and others. + * Copyright (c) 2025 Vector Informatik GmbH and others. * * This program and the accompanying materials are made available under the terms of the Eclipse * Public License 2.0 which accompanies this distribution, and is available at @@ -7,7 +7,7 @@ * * SPDX-License-Identifier: EPL-2.0 * - * Contributors: Vector Informatik GmbH - initial API and implementation + * Contributors: Michael Bangas (Vector Informatik GmbH) - initial API and implementation *******************************************************************************/ package org.eclipse.swt.graphics; diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/SVGRasterizerRegistry.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/SVGRasterizerRegistry.java index 25e148707f..69dd080c82 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/SVGRasterizerRegistry.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/SVGRasterizerRegistry.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2023 Vector Informatik GmbH and others. + * Copyright (c) 2025 Vector Informatik GmbH and others. * * This program and the accompanying materials are made available under the terms of the Eclipse * Public License 2.0 which accompanies this distribution, and is available at @@ -7,7 +7,7 @@ * * SPDX-License-Identifier: EPL-2.0 * - * Contributors: Vector Informatik GmbH - initial API and implementation + * Contributors: Michael Bangas (Vector Informatik GmbH) - initial API and implementation *******************************************************************************/ package org.eclipse.swt.graphics;