author | Aleksey Demakov <ademakov@gmail.com> | 2008年01月24日 20:12:48 +0000 |
---|---|---|
committer | Aleksey Demakov <ademakov@gmail.com> | 2008年01月24日 20:12:48 +0000 |
commit | 2da933cb4931239443d7241f0298ec1713bb97d1 (patch) | |
tree | e344e7311f86ed481916aae5f1bf42ec6f1f1bef /jitdynamic/jit-cpp-mangle.c | |
parent | 07b2152ff4e9987c81a249a34558c7d912d76430 (diff) | |
download | libjit-2da933cb4931239443d7241f0298ec1713bb97d1.tar.gz |
-rw-r--r-- | jitdynamic/jit-cpp-mangle.c | 22 |
diff --git a/jitdynamic/jit-cpp-mangle.c b/jitdynamic/jit-cpp-mangle.c index 80f1d4c..d8745c8 100644 --- a/jitdynamic/jit-cpp-mangle.c +++ b/jitdynamic/jit-cpp-mangle.c @@ -3,19 +3,21 @@ * * Copyright (C) 2004 Southern Storm Software, Pty Ltd. * - * 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 of the License, or - * (at your option) any later version. + * This file is part of the libjit library. * - * This program is distributed in the hope that it will be useful, + * The libjit 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 2.1 of + * the License, or (at your option) any later version. + * + * The libjit 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser 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 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * You should have received a copy of the GNU Lesser General Public + * License along with the libjit library. If not, see + * <http://www.gnu.org/licenses/>. */ #include <jit/jit-dynamic.h> |