From 2173b0649ebab2044b6470426805dfee90026d03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Mon, 26 Jan 2015 11:12:32 -0500 Subject: [PATCH] contrib/jwrapper: update generated headers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/jwrapper/src/code_generator.nit | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/contrib/jwrapper/src/code_generator.nit b/contrib/jwrapper/src/code_generator.nit index 965339f..ed456f6 100644 --- a/contrib/jwrapper/src/code_generator.nit +++ b/contrib/jwrapper/src/code_generator.nit @@ -80,9 +80,8 @@ class CodeGenerator fun gen_licence: String do - return """# This file is part of NIT (http://www.nitlanguage.org). -# -# Copyright [Year] [Author name] + return """ +# This file is part of NIT (http://www.nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -96,7 +95,7 @@ class CodeGenerator # See the License for the specific language governing permissions and # limitations under the License. -# This code has been generated using `javap` +# This code has been generated using `jwrapper` """ end -- 1.7.9.5