Add copyright notice
authorJan Vrany <jan.vrany@labware.com>
Mon, 15 Jun 2020 15:01:43 +0100
changeset 88 9d51db2ba641
parent 87 d1313f80a9a7
child 89 2a1c3c0439ea
Add copyright notice
CairoGraphicsContext.st
CairoGraphicsContextHandle.st
CairoScaledFont.st
Cairo__AbstractExamples.st
Cairo__AbstractViewer.st
Cairo__Antialias.st
Cairo__CError.st
Cairo__CObject.st
Cairo__CPrimitives.st
Cairo__CStructure.st
Cairo__ClockView.st
Cairo__Content.st
Cairo__Device.st
Cairo__DeviceType.st
Cairo__Examples1.st
Cairo__Examples1Viewer.st
Cairo__Examples2.st
Cairo__Examples2Viewer.st
Cairo__Extend.st
Cairo__FillRule.st
Cairo__Filter.st
Cairo__FontExtents.st
Cairo__FontFace.st
Cairo__FontOptions.st
Cairo__FontSlant.st
Cairo__FontType.st
Cairo__FontWeight.st
Cairo__Format.st
Cairo__Glyph.st
Cairo__GraphicsContext.st
Cairo__HintMetrics.st
Cairo__HintStyle.st
Cairo__LineCap.st
Cairo__LineJoin.st
Cairo__Matrix.st
Cairo__Operator.st
Cairo__Path.st
Cairo__PathData.st
Cairo__PathDataType.st
Cairo__Pattern.st
Cairo__PatternGradient.st
Cairo__PatternGradientLinear.st
Cairo__PatternGradientRadial.st
Cairo__PatternSolid.st
Cairo__PatternSurface.st
Cairo__PatternType.st
Cairo__PdfVersion.st
Cairo__Rectangle.st
Cairo__RectangleInt.st
Cairo__RectangleList.st
Cairo__Region.st
Cairo__RegionOverlap.st
Cairo__ScaledFont.st
Cairo__Status.st
Cairo__SubpixelOrder.st
Cairo__Surface.st
Cairo__SurfaceImage.st
Cairo__SurfaceObserverMode.st
Cairo__SurfacePDF.st
Cairo__SurfaceType.st
Cairo__SurfaceWin32.st
Cairo__SurfaceXlib.st
Cairo__TextCluster.st
Cairo__TextClusterFlags.st
Cairo__TextExampleView.st
Cairo__TextExtents.st
Cairo__UserDataKey.st
bc.mak
stx_goodies_libcairo.st
tests/CairoGraphicsContextTests.st
tests/Cairo__GraphicsContextTests.st
tests/Cairo__PatternTests.st
tests/bc.mak
tests/stx_goodies_libcairo_tests.st
--- a/CairoGraphicsContext.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/CairoGraphicsContext.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Smalltalk }"
@@ -10,6 +18,18 @@
 	category:'Cairo-Compatibility'
 !
 
+!CairoGraphicsContext class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !CairoGraphicsContext class methodsFor:'instance creation'!
 
--- a/CairoGraphicsContextHandle.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/CairoGraphicsContextHandle.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Smalltalk }"
@@ -11,6 +19,17 @@
 
 !CairoGraphicsContextHandle class methodsFor:'documentation'!
 
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+!
+
 documentation
 "
     Strictly internal!! Instances of CairoGraphicsContextHandle are used as
--- a/CairoScaledFont.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/CairoScaledFont.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Smalltalk }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Compatibility'
 !
 
+!CairoScaledFont class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !CairoScaledFont class methodsFor:'instance creation'!
 
--- a/Cairo__AbstractExamples.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__AbstractExamples.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,19 @@
 	category:'Cairo-Examples'
 !
 
+!AbstractExamples class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !AbstractExamples class methodsFor:'accessing'!
 
 isTestSelector:aSelector
--- a/Cairo__AbstractViewer.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__AbstractViewer.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,19 @@
 	category:'Cairo-Examples'
 !
 
+!AbstractViewer class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !AbstractViewer class methodsFor:'interface specs'!
 
 previewSpec
--- a/Cairo__Antialias.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Antialias.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -11,6 +19,19 @@
 	category:'Cairo-Constants'
 !
 
+!Antialias class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !Antialias class methodsFor:'initialization'!
 
 initialize
--- a/Cairo__CError.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__CError.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Exceptions'
 !
 
+!CError class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !CError methodsFor:'printing & storing'!
 
--- a/Cairo__CObject.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__CObject.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!CObject class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !CObject class methodsFor:'initialization'!
 
--- a/Cairo__CPrimitives.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__CPrimitives.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Primitives'
 !
 
+!CPrimitives class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !CPrimitives class methodsFor:'accessing'!
 
--- a/Cairo__CStructure.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__CStructure.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -16,6 +24,19 @@
 "
 !
 
+!CStructure class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !CStructure class methodsFor:'instance creation'!
 
 new
--- a/Cairo__ClockView.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__ClockView.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Examples'
 !
 
+!ClockView class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !ClockView methodsFor:'accessing-dimensions'!
 
--- a/Cairo__Content.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Content.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Constants'
 !
 
+!Content class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !Content class methodsFor:'initialization'!
 
--- a/Cairo__Device.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Device.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,19 @@
 	category:'Cairo-Constants'
 !
 
+!Device class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !Device class methodsFor:'accessing'!
 
 libraryName
--- a/Cairo__DeviceType.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__DeviceType.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -13,6 +21,18 @@
 	category:'Cairo-Constants'
 !
 
+!DeviceType class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !DeviceType class methodsFor:'initialization'!
 
--- a/Cairo__Examples1.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Examples1.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Examples'
 !
 
+!Examples1 class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !Examples1 methodsFor:'examples'!
 
--- a/Cairo__Examples1Viewer.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Examples1Viewer.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,19 @@
 	category:'Cairo-Examples'
 !
 
+!Examples1Viewer class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !Examples1Viewer methodsFor:'change & update'!
 
 updateAfterExampleMethodChanged
@@ -83,3 +104,10 @@
     "Modified: / 28-02-2016 / 07:56:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!Examples1Viewer class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+
--- a/Cairo__Examples2.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Examples2.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Examples'
 !
 
+!Examples2 class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !Examples2 methodsFor:'examples'!
 
--- a/Cairo__Examples2Viewer.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Examples2Viewer.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Examples'
 !
 
+!Examples2Viewer class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !Examples2Viewer class methodsFor:'interface specs'!
 
--- a/Cairo__Extend.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Extend.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -12,6 +20,17 @@
 
 !Extend class methodsFor:'documentation'!
 
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+!
+
 documentation
 "
     Cairo::Extend is used to describe how pattern color/alpha will be determined for 
--- a/Cairo__FillRule.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__FillRule.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Constants'
 !
 
+!FillRule class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !FillRule class methodsFor:'initialization'!
 
--- a/Cairo__Filter.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Filter.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -12,6 +20,17 @@
 
 !Filter class methodsFor:'documentation'!
 
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+!
+
 documentation
 "
     Cairo::Filter is used to indicate what filtering should be 
--- a/Cairo__FontExtents.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__FontExtents.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!FontExtents class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !FontExtents class methodsFor:'initialization'!
 
--- a/Cairo__FontFace.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__FontFace.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!FontFace class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !FontFace class methodsFor:'instance creation'!
 
--- a/Cairo__FontOptions.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__FontOptions.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!FontOptions class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !FontOptions class methodsFor:'instance creation'!
 
--- a/Cairo__FontSlant.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__FontSlant.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -10,6 +18,18 @@
 	category:'Cairo-Constants'
 !
 
+!FontSlant class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !FontSlant class methodsFor:'initialization'!
 
--- a/Cairo__FontType.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__FontType.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -10,6 +18,18 @@
 	category:'Cairo-Constants'
 !
 
+!FontType class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !FontType class methodsFor:'initialization'!
 
--- a/Cairo__FontWeight.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__FontWeight.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -10,6 +18,19 @@
 	category:'Cairo-Constants'
 !
 
+!FontWeight class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !FontWeight class methodsFor:'initialization'!
 
 initialize
--- a/Cairo__Format.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Format.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -13,6 +21,17 @@
 
 !Format class methodsFor:'documentation'!
 
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+!
+
 documentation
 "
     Cairo::Format is used to identify the memory format of image data.
--- a/Cairo__Glyph.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Glyph.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!Glyph class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !Glyph class methodsFor:'initialization'!
 
--- a/Cairo__GraphicsContext.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__GraphicsContext.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!GraphicsContext class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !GraphicsContext class methodsFor:'instance creation'!
 
--- a/Cairo__HintMetrics.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__HintMetrics.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -10,6 +18,19 @@
 	category:'Cairo-Constants'
 !
 
+!HintMetrics class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !HintMetrics class methodsFor:'initialization'!
 
 initialize
--- a/Cairo__HintStyle.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__HintStyle.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -11,6 +19,19 @@
 	category:'Cairo-Constants'
 !
 
+!HintStyle class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !HintStyle class methodsFor:'initialization'!
 
 initialize
--- a/Cairo__LineCap.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__LineCap.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Constants'
 !
 
+!LineCap class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !LineCap class methodsFor:'initialization'!
 
--- a/Cairo__LineJoin.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__LineJoin.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Constants'
 !
 
+!LineJoin class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !LineJoin class methodsFor:'initialization'!
 
--- a/Cairo__Matrix.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Matrix.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!Matrix class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !Matrix class methodsFor:'initialization'!
 
--- a/Cairo__Operator.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Operator.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -21,6 +29,18 @@
 	category:'Cairo-Constants'
 !
 
+!Operator class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !Operator class methodsFor:'initialization'!
 
--- a/Cairo__Path.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Path.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!Path class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !Path class methodsFor:'accessing'!
 
--- a/Cairo__PathData.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__PathData.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!PathData class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !PathData class methodsFor:'accessing'!
 
--- a/Cairo__PathDataType.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__PathDataType.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -10,6 +18,18 @@
 	category:'Cairo-Constants'
 !
 
+!PathDataType class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !PathDataType class methodsFor:'initialization'!
 
--- a/Cairo__Pattern.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Pattern.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!Pattern class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !Pattern class methodsFor:'instance creation'!
 
--- a/Cairo__PatternGradient.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__PatternGradient.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,19 @@
 	category:'Cairo-Objects'
 !
 
+!PatternGradient class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !PatternGradient methodsFor:'accessing'!
 
 colorStopAtIndex: index
--- a/Cairo__PatternGradientLinear.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__PatternGradientLinear.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,19 @@
 	category:'Cairo-Objects'
 !
 
+!PatternGradientLinear class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !PatternGradientLinear methodsFor:'accessing'!
 
 points
--- a/Cairo__PatternGradientRadial.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__PatternGradientRadial.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,19 @@
 	category:'Cairo-Objects'
 !
 
+!PatternGradientRadial class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !PatternGradientRadial methodsFor:'accessing'!
 
 circles
--- a/Cairo__PatternSolid.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__PatternSolid.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!PatternSolid class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !PatternSolid methodsFor:'accessing'!
 
--- a/Cairo__PatternSurface.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__PatternSurface.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,19 @@
 	category:'Cairo-Objects'
 !
 
+!PatternSurface class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !PatternSurface methodsFor:'accessing'!
 
 surface
--- a/Cairo__PatternType.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__PatternType.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -11,6 +19,18 @@
 	category:'Cairo-Constants'
 !
 
+!PatternType class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !PatternType class methodsFor:'initialization'!
 
--- a/Cairo__PdfVersion.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__PdfVersion.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,19 @@
 	category:'Cairo-Constants'
 !
 
+!PdfVersion class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !PdfVersion class methodsFor:'initialization'!
 
 initialize
--- a/Cairo__Rectangle.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Rectangle.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!Rectangle class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !Rectangle class methodsFor:'initialization'!
 
--- a/Cairo__RectangleInt.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__RectangleInt.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,19 @@
 	category:'Cairo-Constants'
 !
 
+!RectangleInt class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !RectangleInt class methodsFor:'accessing'!
 
 libraryName
--- a/Cairo__RectangleList.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__RectangleList.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!RectangleList class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !RectangleList class methodsFor:'accessing'!
 
--- a/Cairo__Region.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Region.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Constants'
 !
 
+!Region class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !Region class methodsFor:'accessing'!
 
--- a/Cairo__RegionOverlap.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__RegionOverlap.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -10,6 +18,18 @@
 	category:'Cairo-Constants'
 !
 
+!RegionOverlap class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !RegionOverlap class methodsFor:'initialization'!
 
--- a/Cairo__ScaledFont.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__ScaledFont.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!ScaledFont class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !ScaledFont class methodsFor:'instance creation'!
 
--- a/Cairo__Status.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Status.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -29,6 +37,19 @@
 	category:'Cairo-Constants'
 !
 
+!Status class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !Status class methodsFor:'initialization'!
 
 initialize
--- a/Cairo__SubpixelOrder.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__SubpixelOrder.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -11,6 +19,19 @@
 	category:'Cairo-Constants'
 !
 
+!SubpixelOrder class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !SubpixelOrder class methodsFor:'initialization'!
 
 initialize
--- a/Cairo__Surface.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__Surface.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!Surface class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !Surface class methodsFor:'instance creation'!
 
--- a/Cairo__SurfaceImage.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__SurfaceImage.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,19 @@
 	category:'Cairo-Objects'
 !
 
+!SurfaceImage class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !SurfaceImage methodsFor:'accessing'!
 
 data
--- a/Cairo__SurfaceObserverMode.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__SurfaceObserverMode.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -10,6 +18,19 @@
 	category:'Cairo-Constants'
 !
 
+!SurfaceObserverMode class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !SurfaceObserverMode class methodsFor:'initialization'!
 
 initialize
--- a/Cairo__SurfacePDF.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__SurfacePDF.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!SurfacePDF class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !SurfacePDF class methodsFor:'documentation'!
 
--- a/Cairo__SurfaceType.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__SurfaceType.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -21,6 +29,18 @@
 	category:'Cairo-Constants'
 !
 
+!SurfaceType class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !SurfaceType class methodsFor:'initialization'!
 
--- a/Cairo__SurfaceWin32.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__SurfaceWin32.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,3 +17,16 @@
 	category:'Cairo-Objects'
 !
 
+!SurfaceWin32 class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
--- a/Cairo__SurfaceXlib.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__SurfaceXlib.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,19 @@
 	category:'Cairo-Objects'
 !
 
+!SurfaceXlib class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
+
 !SurfaceXlib methodsFor:'accessing'!
 
 width: w height: h
--- a/Cairo__TextCluster.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__TextCluster.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Constants'
 !
 
+!TextCluster class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !TextCluster class methodsFor:'accessing'!
 
--- a/Cairo__TextClusterFlags.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__TextClusterFlags.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Constants'
 !
 
+!TextClusterFlags class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !TextClusterFlags class methodsFor:'initialization'!
 
--- a/Cairo__TextExampleView.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__TextExampleView.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Examples'
 !
 
+!TextExampleView class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !TextExampleView methodsFor:'accessing-dimensions'!
 
--- a/Cairo__TextExtents.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__TextExtents.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!TextExtents class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !TextExtents class methodsFor:'initialization'!
 
--- a/Cairo__UserDataKey.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/Cairo__UserDataKey.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Objects'
 !
 
+!UserDataKey class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !UserDataKey class methodsFor:'accessing'!
 
--- a/bc.mak	Thu Aug 01 18:43:54 2019 +0100
+++ b/bc.mak	Mon Jun 15 15:01:43 2020 +0100
@@ -60,7 +60,7 @@
 
 
 
-test: $(TOP)\goodies\builder\reports\NUL
+test: $(TOP)\goodies\builder\reports
 	pushd $(TOP)\goodies\builder\reports & $(MAKE_BAT)
 	$(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)
         
--- a/stx_goodies_libcairo.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/stx_goodies_libcairo.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo' }"
 
 "{ NameSpace: Smalltalk }"
@@ -9,6 +17,18 @@
 	category:'* Projects & Packages *'
 !
 
+!stx_goodies_libcairo class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !stx_goodies_libcairo class methodsFor:'accessing - tests'!
 
--- a/tests/CairoGraphicsContextTests.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/tests/CairoGraphicsContextTests.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo/tests' }"
 
 "{ NameSpace: Smalltalk }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Tests'
 !
 
+!CairoGraphicsContextTests class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !CairoGraphicsContextTests methodsFor:'private'!
 
--- a/tests/Cairo__GraphicsContextTests.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/tests/Cairo__GraphicsContextTests.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo/tests' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Tests'
 !
 
+!GraphicsContextTests class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !GraphicsContextTests methodsFor:'running'!
 
--- a/tests/Cairo__PatternTests.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/tests/Cairo__PatternTests.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo/tests' }"
 
 "{ NameSpace: Cairo }"
@@ -9,6 +17,18 @@
 	category:'Cairo-Tests'
 !
 
+!PatternTests class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !PatternTests methodsFor:'tests - gradient'!
 
--- a/tests/bc.mak	Thu Aug 01 18:43:54 2019 +0100
+++ b/tests/bc.mak	Mon Jun 15 15:01:43 2020 +0100
@@ -64,7 +64,7 @@
 
 
 
-test: $(TOP)\goodies\builder\reports\NUL
+test: $(TOP)\goodies\builder\reports
 	pushd $(TOP)\goodies\builder\reports & $(MAKE_BAT)
 	$(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)
         
--- a/tests/stx_goodies_libcairo_tests.st	Thu Aug 01 18:43:54 2019 +0100
+++ b/tests/stx_goodies_libcairo_tests.st	Mon Jun 15 15:01:43 2020 +0100
@@ -1,3 +1,11 @@
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
 "{ Package: 'stx:goodies/libcairo/tests' }"
 
 "{ NameSpace: Smalltalk }"
@@ -9,6 +17,18 @@
 	category:'* Projects & Packages *'
 !
 
+!stx_goodies_libcairo_tests class methodsFor:'documentation'!
+
+copyright
+"
+stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
+
+Copyright (C) 2008-2019 Jan Vrany
+
+This code is licensed under Creative Commons Attribution-NonCommercial License.
+For full text of the license, see file LICENSE.txt
+"
+! !
 
 !stx_goodies_libcairo_tests class methodsFor:'description'!