From 2f7d99bf8cd68466deea735a556590a6710e8208 Mon Sep 17 00:00:00 2001 From: "Jan S." Date: Sun, 26 May 2024 12:19:54 +0200 Subject: [PATCH] EPL license header added --- .../src/org/sf/feeling/decompiler/util/CommentUtil.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/org.sf.feeling.decompiler/src/org/sf/feeling/decompiler/util/CommentUtil.java b/org.sf.feeling.decompiler/src/org/sf/feeling/decompiler/util/CommentUtil.java index cbff65dd..326a1700 100644 --- a/org.sf.feeling.decompiler/src/org/sf/feeling/decompiler/util/CommentUtil.java +++ b/org.sf.feeling.decompiler/src/org/sf/feeling/decompiler/util/CommentUtil.java @@ -1,3 +1,11 @@ +/******************************************************************************* + * Copyright (c) 2017 Chen Chao and other ECD project contributors. + * 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 + * https://www.eclipse.org/legal/epl-v10.html + *******************************************************************************/ + package org.sf.feeling.decompiler.util; import java.util.ArrayList;