MCDiffyVersion.st
branchjv
changeset 1120 e0ec9591b6e8
parent 890 30748ea1b6e9
--- a/MCDiffyVersion.st	Mon May 25 13:29:02 2020 +0100
+++ b/MCDiffyVersion.st	Fri Jul 03 16:01:53 2020 +0100
@@ -1,5 +1,10 @@
+"
+COPYRIGHT (c) 2020 LabWare
+"
 "{ Package: 'stx:goodies/monticello' }"
 
+"{ NameSpace: Smalltalk }"
+
 MCVersion subclass:#MCDiffyVersion
 	instanceVariableNames:'base patch'
 	classVariableNames:''
@@ -7,6 +12,15 @@
 	category:'SCM-Monticello-Versioning'
 !
 
+!MCDiffyVersion class methodsFor:'documentation'!
+
+copyright
+"
+COPYRIGHT (c) 2020 LabWare
+
+
+"
+! !
 
 !MCDiffyVersion class methodsFor:'instance creation'!
 
@@ -110,4 +124,10 @@
 
 version
     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDiffyVersion.st,v 1.3 2013-07-27 13:50:33 cg Exp $'
+!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
 ! !
+