# HG changeset patch # User Me # Date 1284217729 25200 # Node ID 02c3f4e7a03471cc327abe420f19281bd8dafff7 # Parent c2073df8a008b9e3feb01a74393977e690ee1da6 Updated copyright notice diff -r c2073df8a008 -r 02c3f4e7a034 SSR_PluginFns.c --- a/SSR_PluginFns.c Wed Sep 01 08:51:47 2010 -0700 +++ b/SSR_PluginFns.c Sat Sep 11 08:08:49 2010 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2010 OpenSourceCodeStewardshipFoundation + * Copyright 2010 OpenSourceStewardshipFoundation * * Licensed under BSD */ diff -r c2073df8a008 -r 02c3f4e7a034 SSR_Request_Handlers.c --- a/SSR_Request_Handlers.c Wed Sep 01 08:51:47 2010 -0700 +++ b/SSR_Request_Handlers.c Sat Sep 11 08:08:49 2010 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2010 OpenSourceCodeStewardshipFoundation + * Copyright 2010 OpenSourceStewardshipFoundation * * Licensed under BSD */ diff -r c2073df8a008 -r 02c3f4e7a034 SSR_lib.c --- a/SSR_lib.c Wed Sep 01 08:51:47 2010 -0700 +++ b/SSR_lib.c Sat Sep 11 08:08:49 2010 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2010 OpenSourceCodeStewardshipFoundation + * Copyright 2010 OpenSourceStewardshipFoundation * * Licensed under BSD */ @@ -223,7 +223,7 @@ //Need a processor to "animate" the creation -- it's one the register // request is attached to, and one suspended in order to send req // to plugin - VMS__send_register_new_procr_request( newPr, creatingPr ); + VMS__send_req_to_register_new_procr( newPr, creatingPr ); return newPr; }