]> git.mjollnir.org Git - moodle.git/commitdiff
Adding the $Id tag to some scripts to allow better changes detection.
authorstronk7 <stronk7>
Wed, 29 Aug 2007 10:48:44 +0000 (10:48 +0000)
committerstronk7 <stronk7>
Wed, 29 Aug 2007 10:48:44 +0000 (10:48 +0000)
(soory, I deleted a few trailing spaces within comments...)

mnet/environment.php
mnet/lib.php
mnet/peer.php
mnet/publickey.php
mnet/remote_client.php
mnet/rpclib.php
mnet/testclient.php

index f3cfb617bf4fe238e5386385a32604803030cc86..4839e67cb7a9592375dbff793f477db24eae20bd 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php // $Id$
 /**
  * Info about the local environment, wrt RPC
  *
index fe862e0bbae6384b3630b9925d35c60434bc9efe..4873697fb0712a5c4bef19642d937f6d9fbc31fc 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php // $Id$
 /**
  * Library functions for mnet
  *
index da09ed03457386a94c2396dbcdf22e4d2ff72e3b..3e9d6ffe8245c68d96b57949f814a6f3d760f804 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php // $Id$
 /**
  * An object to represent lots of information about an RPC-peer machine
  *
index 51cff94111174c0e096e94ec8341fefcc9376431..7ed80c7293ebfef7ac40b440aaa42f8e530d0db4 100644 (file)
@@ -1,7 +1,7 @@
-<?php
+<?php // $Id$
 /**
  * Print this server's public key and exit
- * 
+ *
  * @author  Donal McMullan  donal@catalyst.net.nz
  * @version 0.0.1
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
index 649e7de657c19d6ee2b86e00b5ac7d3b9862fae8..991ad5c541d77971ee73ed93e40a2c746fe1574d 100644 (file)
@@ -1,7 +1,7 @@
-<?php
+<?php // $Id$
 /**
  * An object to represent lots of information about an RPC-peer machine
- * 
+ *
  * @author  Donal McMullan  donal@catalyst.net.nz
  * @version 0.0.1
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
@@ -69,4 +69,4 @@ class mnet_remote_client extends mnet_peer {
         return false;
     }
 }
-?>
\ No newline at end of file
+?>
index 6cf8e7f83f95eb1a2cde073b9273fdedd84e7e32..1438b24c6c193e2a33ce88998f26749969b531d7 100644 (file)
@@ -1,12 +1,12 @@
-<?php
+<?php // $Id$
 /**
  * Some dummy functions to test XML-RPC with
  */
 
 /**
- * The xxxx_RPC_OK must exist and return TRUE for the remote call to be 
+ * The xxxx_RPC_OK must exist and return TRUE for the remote call to be
  * permitted
- * 
+ *
  * @return bool True if the related function can be executed remotely
  */
 function mnet_concatenate_strings_RPC_OK() {
@@ -77,4 +77,4 @@ class testClass {
     }
 }
 
-?>
\ No newline at end of file
+?>
index c3c2d4b4876f44a848aa124bb4feae94ce6768d3..d8cdeecc73d3750d0f3df9741fe7bb8971b7705b 100644 (file)
@@ -1,12 +1,12 @@
-<?php
+<?php // $Id$
 /**
  * A template to test Moodle's XML-RPC feature
- * 
- * This script 'remotely' executes the mnet_concatenate_strings function in 
+ *
+ * This script 'remotely' executes the mnet_concatenate_strings function in
  * mnet/testlib.php
  * It steps through each stage of the process, printing some data as it goes
  * along. It should help you to get your remote method working.
- * 
+ *
  * @author  Donal McMullan  donal@catalyst.net.nz
  * @version 0.0.1
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License