CustomCodeGeneratorUserPreferencesTests.st
changeset 829 59bfd92fcef0
parent 804 14025d247548
--- a/CustomCodeGeneratorUserPreferencesTests.st	Wed May 06 00:02:27 2015 +0200
+++ b/CustomCodeGeneratorUserPreferencesTests.st	Mon May 11 06:44:29 2015 +0100
@@ -1,3 +1,22 @@
+"
+A custom code generation and refactoring support for Smalltalk/X
+Copyright (C) 2013-2015 Jakub Nesveda
+Copyright (C) 2013-now  Jan Vrany
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+"
 "{ Package: 'jn:refactoring_custom' }"
 
 "{ NameSpace: Smalltalk }"
@@ -9,6 +28,30 @@
 	category:'Interface-Refactoring-Custom-Tests'
 !
 
+!CustomCodeGeneratorUserPreferencesTests class methodsFor:'documentation'!
+
+copyright
+"
+A custom code generation and refactoring support for Smalltalk/X
+Copyright (C) 2013-2015 Jakub Nesveda
+Copyright (C) 2013-now  Jan Vrany
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+"
+! !
+
 !CustomCodeGeneratorUserPreferencesTests methodsFor:'accessing'!
 
 generatorOrRefactoring