aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts/terminate.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/scripts/terminate.py.in')
-rw-r--r--contrib/scripts/terminate.py.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/scripts/terminate.py.in b/contrib/scripts/terminate.py.in
index f3cfb23f5..30f5dc97f 100644
--- a/contrib/scripts/terminate.py.in
+++ b/contrib/scripts/terminate.py.in
@@ -11,6 +11,9 @@
11# WITHOUT ANY WARRANTY; without even the implied warranty of 11# WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13# Affero General Public License for more details. 13# Affero General Public License for more details.
14#
15# You should have received a copy of the GNU Affero General Public License
16# along with this program. If not, see <http://www.gnu.org/licenses/>.
14# 17#
15# Utility module that implements safe process termination for W32. 18# Utility module that implements safe process termination for W32.
16# For other platforms it's equivalent to Popen.kill () 19# For other platforms it's equivalent to Popen.kill ()