From 4f0dffc8d6b78a2283f67bb2c9a3ad10d09633b4 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Wed, 13 Dec 2023 10:03:17 -0300 Subject: [PATCH] Update BigInterface.java license header (#306) * Update BigInterface.java license header * Update BigInterface.java --- .../forge/grammar/java/BigInterface.java | 21 +++---------------- 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/tests/src/test/resources/org/jboss/forge/grammar/java/BigInterface.java b/tests/src/test/resources/org/jboss/forge/grammar/java/BigInterface.java index 928d82af..1e8b176b 100644 --- a/tests/src/test/resources/org/jboss/forge/grammar/java/BigInterface.java +++ b/tests/src/test/resources/org/jboss/forge/grammar/java/BigInterface.java @@ -1,23 +1,8 @@ /* - * JBoss, by Red Hat. - * Copyright 2010, Red Hat, Inc., and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Copyright 2023 Red Hat, Inc. and/or its affiliates. * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Licensed under the Eclipse Public License version 1.0, available at + * http://www.eclipse.org/legal/epl-v10.html */ package org.jboss.forge.grammar.java;