diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-09-21 13:30:39 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-09-21 13:30:39 +0900 |
commit | 7eadc2a2da29e526c6f7d5f4840b8e132a5be597 (patch) | |
tree | 808af372d0367d64de1e257be5dad6faf040bbbf /data | |
parent | 8f6b38157fc7efcda252fecdb7329bba07484ac0 (diff) |
Changed to the dual-licensing with MPLv2
Diffstat (limited to 'data')
-rw-r--r-- | data/reg2xml.c | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/data/reg2xml.c b/data/reg2xml.c index d6e5dcf..1e3dbbf 100644 --- a/data/reg2xml.c +++ b/data/reg2xml.c @@ -6,18 +6,9 @@ * Authors: * Akira TAGOH <akira@tagoh.org> * - * This library 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 of the License, or (at your option) any later version. - * - * This library 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. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * You may distribute under the terms of either the GNU + * Lesser General Public License or the Mozilla Public + * License, as specified in the README file. */ #ifdef HAVE_CONFIG_H #include "config.h" |