author | pcpa <paulo.cesar.pereira.de.andrade@gmail.com> | 2013年08月11日 18:08:52 -0300 |
---|---|---|
committer | pcpa <paulo.cesar.pereira.de.andrade@gmail.com> | 2013年08月11日 18:08:52 -0300 |
commit | b5763c42aa777274a8a332ba3348c6c56096cd07 (patch) | |
tree | 72c4626549bd49cfd3ff7645a0ebb216a8d2b14d /lib/jit_arm-cpu.c | |
parent | 19e227e035ab132caa3623f181fd6996bee2b259 (diff) | |
download | lightning-b5763c42aa777274a8a332ba3348c6c56096cd07.tar.gz |
-rw-r--r-- | lib/jit_arm-cpu.c | 18 |
diff --git a/lib/jit_arm-cpu.c b/lib/jit_arm-cpu.c index 550055b..c324f00 100644 --- a/lib/jit_arm-cpu.c +++ b/lib/jit_arm-cpu.c @@ -1,15 +1,17 @@ /* * Copyright (C) 2012, 2013 Free Software Foundation, Inc. * - * This 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 3 of the License, or - * (at your option) any later version. + * This file is part of GNU lightning. * - * This software 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 General Public License for more details. + * GNU lightning 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 3, or (at your option) + * any later version. + * + * GNU lightning 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. * * Authors: * Paulo Cesar Pereira de Andrade |