Skip to content

Commit e7a7751

Browse files
committed
add License header
1 parent c5b1d55 commit e7a7751

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

fcgiget.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
#!/usr/bin/php
22
<?php
3+
/**
4+
* Note : Code is released under the GNU LGPL
5+
*
6+
* Please do not change the header of this file
7+
*
8+
* This library is free software; you can redistribute it and/or modify it under the terms of the GNU
9+
* Lesser General Public License as published by the Free Software Foundation; either version 2 of
10+
* the License, or (at your option) any later version.
11+
*
12+
* This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13+
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14+
*
15+
* See the GNU Lesser General Public License for more details.
16+
*/
17+
18+
/**
19+
* Simple command line script to test communication with a FastCGI server
20+
*
21+
* @author Pierrick Charron <pierrick@webstart.fr>
22+
* @author Remi Collet <remi@famillecollet.com>
23+
* @version 1.0
24+
*/
325
require('fastcgi.php');
426

527
if (!isset($_SERVER['argc'])) {

0 commit comments

Comments
 (0)