MethodChangeNotificationParameter.st
branchjv
changeset 4580 12647a4bdf1d
parent 3838 474d8ec95b33
--- a/MethodChangeNotificationParameter.st	Tue Jul 11 12:08:06 2023 +0100
+++ b/MethodChangeNotificationParameter.st	Thu Jul 13 16:46:06 2023 +0100
@@ -1,5 +1,6 @@
 "
  COPYRIGHT (c) 2006 by eXept Software AG
+ COPYRIGHT (c) 2022 LabWare
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -11,6 +12,8 @@
 "
 "{ Package: 'stx:libbasic3' }"
 
+"{ NameSpace: Smalltalk }"
+
 ChangeNotificationParameter variableSubclass:#MethodChangeNotificationParameter
 	instanceVariableNames:''
 	classVariableNames:''
@@ -23,6 +26,7 @@
 copyright
 "
  COPYRIGHT (c) 2006 by eXept Software AG
+ COPYRIGHT (c) 2022 LabWare
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -55,5 +59,10 @@
 
 version_CVS
     ^ '$Header: /cvs/stx/stx/libbasic3/MethodChangeNotificationParameter.st,v 1.2 2014-02-05 17:51:44 cg Exp $'
+!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
 ! !