diff -r 7de7bc1693d6 -r feba6ee5c814 SmallSense__SmalltalkParser.st --- a/SmallSense__SmalltalkParser.st Thu Jul 10 11:48:40 2014 +0100 +++ b/SmallSense__SmalltalkParser.st Fri Jul 18 07:01:21 2014 +0100 @@ -1,3 +1,21 @@ +" +stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE +Copyright (C) 2013-2014 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: 'stx:goodies/smallsense' }" "{ NameSpace: SmallSense }" @@ -9,6 +27,28 @@ category:'SmallSense-Smalltalk' ! +!SmalltalkParser class methodsFor:'documentation'! + +copyright +" +stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE +Copyright (C) 2013-2014 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 +" +! ! !SmalltalkParser methodsFor:'accessing'!