From: Alexis Laferrière Date: Mon, 26 Jan 2015 16:12:32 +0000 (-0500) Subject: contrib/jwrapper: update generated headers X-Git-Tag: v0.7.1~7^2~1 X-Git-Url: http://nitlanguage.org contrib/jwrapper: update generated headers Signed-off-by: Alexis Laferrière --- 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