1 /*
2 * Copyright 2011-2021 the original author or authors.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version 2
7 * of the License, or (at your option) any later version.
8 *
9 * You may obtain a copy of the License at
10 *
11 * https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 */
18 package com.hazendaz.maven.makeself;
19
20 /**
21 * The Class ProcessUtils.
22 */
23 public class ProcessUtils {
24
25 // TODO Future usage to cleanup build setup
26
27 }