chiark / gitweb /
prefork-interp: add copyright licences
[chiark-utils.git] / scripts / prefork-interp-test
index c25bd07361c78b69df9c2ab0b0d9c49728d42e5f..b99af3c5b9ad99439d032baea2b82c51eda151d4 100755 (executable)
@@ -1,6 +1,10 @@
-#!/usr/bin/prefork-interp -U,perl
+#!/usr/bin/prefork-interp -U,perl,-w
 # -*- perl -*-
 
+# Copyright 2022 Ian Jackson and contributors to chiark-utils
+# SPDX-License-Identifier: GPL-3.0-or-later
+# There is NO WARRANTY.
+
 use strict;
 use Proc::Prefork::Interp;
 
@@ -15,7 +19,7 @@ sub prwhen ($) {
 
 prwhen('BEGIN');
 
-initialisation_complete();
+prefork_initialisation_complete();
 
 prwhen('AFTER');