Cairo__GraphicsContext.st
changeset 88 9d51db2ba641
parent 70 4f58f5ed77b3
--- 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'!