diff --git a/jode/jode/flow/TEMPLATE b/jode/jode/flow/TEMPLATE index b65bc59..2947080 100755 --- a/jode/jode/flow/TEMPLATE +++ b/jode/jode/flow/TEMPLATE @@ -1,23 +1,32 @@ -/* (c) 1998 Jochen Hoenicke - * - * You may distribute under the terms of the GNU General Public License. - * - * IN NO EVENT SHALL JOCHEN HOENICKE BE LIABLE TO ANY PARTY FOR DIRECT, - * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF - * THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF JOCHEN HOENICKE - * HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * JOCHEN HOENICKE SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A - * PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" - * BASIS, AND JOCHEN HOENICKE HAS NO OBLIGATION TO PROVIDE MAINTENANCE, - * SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - * - * $Id$ - */ -package jode.flow; - -/** - * - */ -public class \ No newline at end of file +\"/* \"(file-name-nondirectory buffer-file-name) \" Copyright (C) 1997-1998 Jochen Hoenicke.\" 'n +\" *\" 'n +\" * This program is free software; you can redistribute it and/or modify\" 'n +\" * it under the terms of the GNU General Public License as published by\" 'n +\" * the Free Software Foundation; either version 2, or (at your option)\" 'n +\" * any later version.\" 'n +\" *\" 'n +\" * This program is distributed in the hope that it will be useful,\" 'n +\" * but WITHOUT ANY WARRANTY; without even the implied warranty of\" 'n +\" * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\" 'n +\" * GNU General Public License for more details.\" 'n +\" *\" 'n +\" * You should have received a copy of the GNU General Public License\" 'n +\" * along with this program; see the file COPYING. If not, write to\" 'n +\" * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.\" 'n +\" *\" 'n +\" * $Id$\" 'n +\" */\" 'n +\"package jode.flow;\" 'n +'n +\"/**\" 'n +\" * \" 'n +\" * @author \" (user-full-name) 'n +\" */\" 'n +\"public class \" (file-name-sans-extension (file-name-nondirectory buffer-filename)) +\" \" (jde-gen-get-super-class) \" {\" 'n +> 'n +> \"public \" (file-name-sans-extension (file-name-nondirectory buffer-filename)) \"() {\" 'n +> 'p 'n +> \"}\" 'n +> 'n +> \"}\" 'n