summaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-08-25 20:14:34 -0700
committerRuss Allbery <rra@stanford.edu>2008-08-25 20:14:34 -0700
commitb2f4765551311ddf14491fa2cafc7b83f4d6c002 (patch)
treedfc7321c9662ec342a7edb4d176dab3a693e1616 /php
parent583de6faa0a608ed274738197f6bde243b81b63e (diff)
PHP: redo how credit is handled slightly
Add a HISTORY section to the documentation and change Andrew's attribution to say "originally written by". This makes the handling similar to what is done for the Python bindings.
Diffstat (limited to 'php')
-rw-r--r--php/README9
-rw-r--r--php/config.m42
-rw-r--r--php/php_remctl.c2
-rw-r--r--php/php_remctl.h2
4 files changed, 9 insertions, 6 deletions
diff --git a/php/README b/php/README
index 4175b93..c591e71 100644
--- a/php/README
+++ b/php/README
@@ -12,9 +12,6 @@ OVERVIEW
provides more control over the connection, returns individual output
tokens, and allows multiple commands to be sent via the same connection.
- This binding was originally written by Andrew Mortensen, with futher
- modifications by Russ Allbery.
-
REQUIREMENTS
The module has only been tested with PHP 5.2 and may or may not work
@@ -218,3 +215,9 @@ FULL INTERFACE
remctl_close($r)
As mentioned above, the final remctl_close() is normally not needed.
+
+HISTORY
+
+ This binding was originally written by Andrew Mortensen. part of the
+ stock remctl distribution and ongoing maintenance is done by Russ
+ Allbery.
diff --git a/php/config.m4 b/php/config.m4
index 9ab129f..9ee678c 100644
--- a/php/config.m4
+++ b/php/config.m4
@@ -3,7 +3,7 @@ dnl
dnl Provides additional configuration hooks for the PHP module build system.
dnl This file is used by the phpize frameowrk.
dnl
-dnl Written by Andrew Mortensen <admorten@umich.edu>, 2008
+dnl Originally written by Andrew Mortensen <admorten@umich.edu>, 2008
dnl Copyright 2008 Andrew Mortensen <admorten@umich.edu>
dnl Copyright 2008 Board of Trustees, Leland Stanford Jr. University
dnl
diff --git a/php/php_remctl.c b/php/php_remctl.c
index 51bc814..cc25f64 100644
--- a/php/php_remctl.c
+++ b/php/php_remctl.c
@@ -4,7 +4,7 @@
* Provides bindings for PHP very similar to the libremctl library for C or
* the Net::Remctl bindings for Perl.
*
- * Written by Andrew Mortensen <admorten@umich.edu>, 2008
+ * Originally written by Andrew Mortensen <admorten@umich.edu>, 2008
* Copyright 2008 Andrew Mortensen <admorten@umich.edu>
* Copyright 2008 Board of Trustees, Leland Stanford Jr. University
*
diff --git a/php/php_remctl.h b/php/php_remctl.h
index edb74c2..bc5b7f7 100644
--- a/php/php_remctl.h
+++ b/php/php_remctl.h
@@ -1,7 +1,7 @@
/*
* Declarations for the remctl PECL extension for PHP
*
- * Written by Andrew Mortensen <admorten@umich.edu>, 2008
+ * Originally written by Andrew Mortensen <admorten@umich.edu>, 2008
* Copyright 2008 Andrew Mortensen <admorten@umich.edu>
* Copyright 2008 Board of Trustees, Leland Stanford Jr. University
*