changeset 12:02c3f4e7a034 Pin2Core

Updated copyright notice
author Me
date Sat, 11 Sep 2010 08:08:49 -0700
parents c2073df8a008
children 9508be8a8b35
files SSR_PluginFns.c SSR_Request_Handlers.c SSR_lib.c
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line diff
     1.1 --- a/SSR_PluginFns.c	Wed Sep 01 08:51:47 2010 -0700
     1.2 +++ b/SSR_PluginFns.c	Sat Sep 11 08:08:49 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 2010  OpenSourceCodeStewardshipFoundation
     1.6 + * Copyright 2010  OpenSourceStewardshipFoundation
     1.7   *
     1.8   * Licensed under BSD
     1.9   */
     2.1 --- a/SSR_Request_Handlers.c	Wed Sep 01 08:51:47 2010 -0700
     2.2 +++ b/SSR_Request_Handlers.c	Sat Sep 11 08:08:49 2010 -0700
     2.3 @@ -1,5 +1,5 @@
     2.4  /*
     2.5 - * Copyright 2010  OpenSourceCodeStewardshipFoundation
     2.6 + * Copyright 2010  OpenSourceStewardshipFoundation
     2.7   *
     2.8   * Licensed under BSD
     2.9   */
     3.1 --- a/SSR_lib.c	Wed Sep 01 08:51:47 2010 -0700
     3.2 +++ b/SSR_lib.c	Sat Sep 11 08:08:49 2010 -0700
     3.3 @@ -1,5 +1,5 @@
     3.4  /*
     3.5 - * Copyright 2010  OpenSourceCodeStewardshipFoundation
     3.6 + * Copyright 2010  OpenSourceStewardshipFoundation
     3.7   *
     3.8   * Licensed under BSD
     3.9   */
    3.10 @@ -223,7 +223,7 @@
    3.11        //Need a processor to "animate" the creation -- it's one the register
    3.12        // request is attached to, and one suspended in order to send req
    3.13        // to plugin
    3.14 -   VMS__send_register_new_procr_request( newPr, creatingPr );
    3.15 +   VMS__send_req_to_register_new_procr( newPr, creatingPr );
    3.16  
    3.17     return newPr;
    3.18   }