Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7890dae authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

update licence for some classes

parent eaf8822f
Loading
Loading
Loading
Loading
+17 −4
Original line number Diff line number Diff line
/*
 * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
 * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
 * Copyright 2021 - ECORP SAS 

 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 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 Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
package ecorp.easy.installer.tasks;

@@ -19,7 +31,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
 *
 * This class encapsulate the task to execute a command in a process
 * @author vincent Bourgmayer
 */
public class CommandExecutionTask extends Task<CommandExecutionResult> {
@@ -101,6 +113,7 @@ public class CommandExecutionTask extends Task<CommandExecutionResult> {
     * Execute the command
     * @param pb
     * @throws IOException 
     * @throws java.lang.InterruptedException 
     */
    protected void executeCommand(ProcessBuilder pb) throws IOException, InterruptedException{
        pc= pb.start();
+1 −1
Original line number Diff line number Diff line
/*
 * Copyright 2019-2021 - ECORP SAS 
 * Copyright 2021 - ECORP SAS 

 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by