From b15ff047e23c234fa6c2c592cd60c8b31637edbe Mon Sep 17 00:00:00 2001 From: Palaniappan Muthuraman Date: Thu, 5 Sep 2024 12:52:29 +0200 Subject: [PATCH] license header commit --- .../java/bytecode/frontend/FileUtil.java | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/sootup.java.bytecode/src/main/java/sootup/java/bytecode/frontend/FileUtil.java b/sootup.java.bytecode/src/main/java/sootup/java/bytecode/frontend/FileUtil.java index e3d2c916576..a6d59358a3f 100644 --- a/sootup.java.bytecode/src/main/java/sootup/java/bytecode/frontend/FileUtil.java +++ b/sootup.java.bytecode/src/main/java/sootup/java/bytecode/frontend/FileUtil.java @@ -4,6 +4,28 @@ import java.nio.file.Files; import java.nio.file.Path; +/*- + * #%L + * Soot + * %% + * Copyright (C) 2018-2020 + * %% + * This program 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 program 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 General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * . + * #L% + */ + public class FileUtil { private static Path tempDirectory;