diff -r d1313f80a9a7 -r 9d51db2ba641 Cairo__Rectangle.st --- 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'!