diff --git a/src/fr/devinsy/util/cmdexec/CmdExec.java b/src/fr/devinsy/util/cmdexec/CmdExec.java index 7781783..4d1b5d7 100644 --- a/src/fr/devinsy/util/cmdexec/CmdExec.java +++ b/src/fr/devinsy/util/cmdexec/CmdExec.java @@ -1,20 +1,20 @@ /* * Copyright (C) 2005-2010,2013,2015-2017 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-cmdexec. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-cmdexec 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 3 of the License, or * (at your option) any later version. * - * Devinsy-unix is distributed in the hope that it will be useful, + * Devinsy-cmdexec 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 Devinsy-unix. If not, see + * along with Devinsy-cmdexec. If not, see */ package fr.devinsy.util.cmdexec; diff --git a/src/fr/devinsy/util/cmdexec/CmdExecException.java b/src/fr/devinsy/util/cmdexec/CmdExecException.java index a706db4..0a2e1fb 100644 --- a/src/fr/devinsy/util/cmdexec/CmdExecException.java +++ b/src/fr/devinsy/util/cmdexec/CmdExecException.java @@ -1,20 +1,20 @@ /* * Copyright (C) 2016-2017 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-cmdexec. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-cmdexec 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 3 of the License, or * (at your option) any later version. * - * Devinsy-unix is distributed in the hope that it will be useful, + * Devinsy-cmdexec 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 Devinsy-unix. If not, see + * along with Devinsy-cmdexec. If not, see */ package fr.devinsy.util.cmdexec; diff --git a/src/fr/devinsy/util/cmdexec/StreamGobbler.java b/src/fr/devinsy/util/cmdexec/StreamGobbler.java index 848e3a0..f12972a 100644 --- a/src/fr/devinsy/util/cmdexec/StreamGobbler.java +++ b/src/fr/devinsy/util/cmdexec/StreamGobbler.java @@ -1,20 +1,20 @@ /* * Copyright (C) 2005-2008, 2010, 2013, 2016-2017 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-cmdexec. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-cmdexec 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 3 of the License, or * (at your option) any later version. * - * Devinsy-unix is distributed in the hope that it will be useful, + * Devinsy-cmdexec 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 Devinsy-unix. If not, see + * along with Devinsy-cmdexec. If not, see */ package fr.devinsy.util.cmdexec; diff --git a/test/fr/devinsy/util/cmdexec/CmdExecSandbox.java b/test/fr/devinsy/util/cmdexec/CmdExecSandbox.java index b09c48c..fd431f9 100644 --- a/test/fr/devinsy/util/cmdexec/CmdExecSandbox.java +++ b/test/fr/devinsy/util/cmdexec/CmdExecSandbox.java @@ -1,20 +1,20 @@ /* * Copyright (C) 2013,2017 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-cmdexec. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-cmdexec 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 3 of the License, or * (at your option) any later version. * - * Devinsy-unix is distributed in the hope that it will be useful, + * Devinsy-cmdexec 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 Devinsy-unix. If not, see + * along with Devinsy-cmdexec. If not, see */ package fr.devinsy.util.cmdexec;