Minor fix - comment header is truncated when generated
This commit is contained in:
parent
eab33336db
commit
524147954a
|
@ -5,18 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation; either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program; if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -77,18 +77,18 @@ public class ModelInterfaceGenerator {
|
|||
+ " * Copyright (C) Trifon Trifonov. *\n"
|
||||
+ " * Copyright (C) Contributors *\n"
|
||||
+ " * *\n"
|
||||
+ " * This program is free software; you can redistribute it and/or *\n"
|
||||
+ " * This program is free software, you can redistribute it and/or *\n"
|
||||
+ " * modify it under the terms of the GNU General Public License *\n"
|
||||
+ " * as published by the Free Software Foundation; either version 2 *\n"
|
||||
+ " * as published by the Free Software Foundation, either version 2 *\n"
|
||||
+ " * of the License, or (at your option) 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"
|
||||
+ " * 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; if not, write to the Free Software *\n"
|
||||
+ " * along with this program, if not, write to the Free Software *\n"
|
||||
+ " * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *\n"
|
||||
+ " * MA 02110-1301, USA. *\n"
|
||||
+ " * *\n"
|
||||
|
|
Loading…
Reference in New Issue