# HG changeset patch # User Jan Vrany # Date 1528707000 -3600 # Node ID 4366b65a2c8a85c02d492e41e8843923dc85b4c3 # Parent bbae86d44915f9f256287cc6a35cedab76c15418 Copyright updates diff -r bbae86d44915 -r 4366b65a2c8a EditField.st --- a/EditField.st Fri Dec 15 08:49:11 2017 +0000 +++ b/EditField.st Mon Jun 11 09:50:00 2018 +0100 @@ -1,5 +1,6 @@ " COPYRIGHT (c) 1990 by Claus Gittinger + COPYRIGHT (c) 2016 Jan Vrany All Rights Reserved This software is furnished under a license and may be used @@ -32,6 +33,7 @@ copyright " COPYRIGHT (c) 1990 by Claus Gittinger + COPYRIGHT (c) 2016 Jan Vrany All Rights Reserved This software is furnished under a license and may be used diff -r bbae86d44915 -r 4366b65a2c8a EditTextView.st --- a/EditTextView.st Fri Dec 15 08:49:11 2017 +0000 +++ b/EditTextView.st Mon Jun 11 09:50:00 2018 +0100 @@ -1,5 +1,7 @@ " COPYRIGHT (c) 1989 by Claus Gittinger + COPYRIGHT (c) 2015 Jan Vrany + COPYRIGHT (c) 2017 Jan Vrany All Rights Reserved This software is furnished under a license and may be used @@ -151,6 +153,8 @@ copyright " COPYRIGHT (c) 1989 by Claus Gittinger + COPYRIGHT (c) 2015 Jan Vrany + COPYRIGHT (c) 2017 Jan Vrany All Rights Reserved This software is furnished under a license and may be used diff -r bbae86d44915 -r 4366b65a2c8a FontPanel.st --- a/FontPanel.st Fri Dec 15 08:49:11 2017 +0000 +++ b/FontPanel.st Mon Jun 11 09:50:00 2018 +0100 @@ -1,5 +1,6 @@ " COPYRIGHT (c) 1991 by Claus Gittinger + COPYRIGHT (c) 2016 Jan Vrany All Rights Reserved This software is furnished under a license and may be used @@ -34,6 +35,7 @@ copyright " COPYRIGHT (c) 1991 by Claus Gittinger + COPYRIGHT (c) 2016 Jan Vrany All Rights Reserved This software is furnished under a license and may be used diff -r bbae86d44915 -r 4366b65a2c8a GenericToolbarIconLibrary.st --- a/GenericToolbarIconLibrary.st Fri Dec 15 08:49:11 2017 +0000 +++ b/GenericToolbarIconLibrary.st Mon Jun 11 09:50:00 2018 +0100 @@ -1,5 +1,6 @@ " COPYRIGHT (c) 2001 by eXept Software AG + COPYRIGHT (c) 2015 Jan Vrany All Rights Reserved This software is furnished under a license and may be used @@ -25,6 +26,7 @@ copyright " COPYRIGHT (c) 2001 by eXept Software AG + COPYRIGHT (c) 2015 Jan Vrany All Rights Reserved This software is furnished under a license and may be used diff -r bbae86d44915 -r 4366b65a2c8a ListView.st --- a/ListView.st Fri Dec 15 08:49:11 2017 +0000 +++ b/ListView.st Mon Jun 11 09:50:00 2018 +0100 @@ -1,5 +1,6 @@ " COPYRIGHT (c) 1989 by Claus Gittinger + COPYRIGHT (c) 2016 Jan Vrany All Rights Reserved This software is furnished under a license and may be used @@ -50,6 +51,7 @@ copyright " COPYRIGHT (c) 1989 by Claus Gittinger + COPYRIGHT (c) 2016 Jan Vrany All Rights Reserved This software is furnished under a license and may be used diff -r bbae86d44915 -r 4366b65a2c8a MenuView.st --- a/MenuView.st Fri Dec 15 08:49:11 2017 +0000 +++ b/MenuView.st Mon Jun 11 09:50:00 2018 +0100 @@ -1,5 +1,6 @@ " COPYRIGHT (c) 1989 by Claus Gittinger + COPYRIGHT (c) 2017 Jan Vrany All Rights Reserved This software is furnished under a license and may be used @@ -37,6 +38,7 @@ copyright " COPYRIGHT (c) 1989 by Claus Gittinger + COPYRIGHT (c) 2017 Jan Vrany All Rights Reserved This software is furnished under a license and may be used diff -r bbae86d44915 -r 4366b65a2c8a PopUpList.st --- a/PopUpList.st Fri Dec 15 08:49:11 2017 +0000 +++ b/PopUpList.st Mon Jun 11 09:50:00 2018 +0100 @@ -1,5 +1,6 @@ " COPYRIGHT (c) 1994 by Claus Gittinger + COPYRIGHT (c) 2018 Jan Vrany All Rights Reserved This software is furnished under a license and may be used @@ -26,6 +27,7 @@ copyright " COPYRIGHT (c) 1994 by Claus Gittinger + COPYRIGHT (c) 2018 Jan Vrany All Rights Reserved This software is furnished under a license and may be used diff -r bbae86d44915 -r 4366b65a2c8a TextView.st --- a/TextView.st Fri Dec 15 08:49:11 2017 +0000 +++ b/TextView.st Mon Jun 11 09:50:00 2018 +0100 @@ -1,5 +1,6 @@ " COPYRIGHT (c) 1989 by Claus Gittinger + COPYRIGHT (c) 2016 Jan Vrany All Rights Reserved This software is furnished under a license and may be used @@ -41,6 +42,7 @@ copyright " COPYRIGHT (c) 1989 by Claus Gittinger + COPYRIGHT (c) 2016 Jan Vrany All Rights Reserved This software is furnished under a license and may be used diff -r bbae86d44915 -r 4366b65a2c8a stx_libwidg.st --- a/stx_libwidg.st Fri Dec 15 08:49:11 2017 +0000 +++ b/stx_libwidg.st Mon Jun 11 09:50:00 2018 +0100 @@ -1,5 +1,6 @@ " COPYRIGHT (c) Claus Gittinger / 2006 by eXept Software AG + COPYRIGHT (c) 2015 Jan Vrany All Rights Reserved This software is furnished under a license and may be used @@ -25,6 +26,7 @@ copyright " COPYRIGHT (c) Claus Gittinger / 2006 by eXept Software AG + COPYRIGHT (c) 2015 Jan Vrany All Rights Reserved This software is furnished under a license and may be used diff -r bbae86d44915 -r 4366b65a2c8a tests/EditTextViewTests.st --- a/tests/EditTextViewTests.st Fri Dec 15 08:49:11 2017 +0000 +++ b/tests/EditTextViewTests.st Mon Jun 11 09:50:00 2018 +0100 @@ -1,3 +1,15 @@ +" + COPYRIGHT (c) 2015 Jan Vrany + COPYRIGHT (c) 2017 Jan Vrany + All Rights Reserved + + This software is furnished under a license and may be used + only in accordance with the terms of that license and with the + inclusion of the above copyright notice. This software may not + be provided or otherwise made available to, or used by, any + other person. No title to or ownership of the software is + hereby transferred. +" "{ Package: 'stx:libwidg/tests' }" "{ NameSpace: Smalltalk }" @@ -9,6 +21,22 @@ category:'Views-Text-Tests' ! +!EditTextViewTests class methodsFor:'documentation'! + +copyright +" + COPYRIGHT (c) 2015 Jan Vrany + COPYRIGHT (c) 2017 Jan Vrany + All Rights Reserved + + This software is furnished under a license and may be used + only in accordance with the terms of that license and with the + inclusion of the above copyright notice. This software may not + be provided or otherwise made available to, or used by, any + other person. No title to or ownership of the software is + hereby transferred. +" +! ! !EditTextViewTests methodsFor:'running'! diff -r bbae86d44915 -r 4366b65a2c8a tests/stx_libwidg_tests.st --- a/tests/stx_libwidg_tests.st Fri Dec 15 08:49:11 2017 +0000 +++ b/tests/stx_libwidg_tests.st Mon Jun 11 09:50:00 2018 +0100 @@ -1,3 +1,15 @@ +" + COPYRIGHT (c) 2015 Jan Vrany + COPYRIGHT (c) 2017 Jan Vrany + All Rights Reserved + + This software is furnished under a license and may be used + only in accordance with the terms of that license and with the + inclusion of the above copyright notice. This software may not + be provided or otherwise made available to, or used by, any + other person. No title to or ownership of the software is + hereby transferred. +" "{ Package: 'stx:libwidg/tests' }" "{ NameSpace: Smalltalk }" @@ -9,6 +21,22 @@ category:'* Projects & Packages *' ! +!stx_libwidg_tests class methodsFor:'documentation'! + +copyright +" + COPYRIGHT (c) 2015 Jan Vrany + COPYRIGHT (c) 2017 Jan Vrany + All Rights Reserved + + This software is furnished under a license and may be used + only in accordance with the terms of that license and with the + inclusion of the above copyright notice. This software may not + be provided or otherwise made available to, or used by, any + other person. No title to or ownership of the software is + hereby transferred. +" +! ! !stx_libwidg_tests class methodsFor:'description'!