FOSSology  4.4.0
Open Source License Compliance by Open Source Software
runDummy.php
1 #!/usr/bin/php
2 <?php
3 /*
4  SPDX-FileCopyrightText: © 2008 Hewlett-Packard Development Company, L.P.
5 
6  SPDX-License-Identifier: GPL-2.0-only
7 */
8 
17  print "Would have run the tests you asked for\n";
18  print "they always pass :)\n";
19  return(1);