diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-01-26 11:50:25 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-01-26 11:50:25 +0100 |
commit | 28a686ef16077f75afbfa3d315cd268680e11b75 (patch) | |
tree | 275707490e977f5cab08bfab5e8989605140d94f /Objective-C | |
parent | 5926a618599de74652d43f5747980f5dc2156f9b (diff) |
Apply the LGPLv3 to all the code previously released under the GPLv3.
darcs-hash:d09e69f4f9d07e98b5bc8d68d120d50d1ee01848
Diffstat (limited to 'Objective-C')
-rw-r--r-- | Objective-C/libobjcl.h | 13 | ||||
-rw-r--r-- | Objective-C/libobjcl.m | 13 |
2 files changed, 14 insertions, 12 deletions
diff --git a/Objective-C/libobjcl.h b/Objective-C/libobjcl.h index 9a48a1e..8c557a2 100644 --- a/Objective-C/libobjcl.h +++ b/Objective-C/libobjcl.h @@ -3,17 +3,18 @@ * Copyright (C) 2007 Matthias Andreas Benkard. * * 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 3 of the License, or (at - * your option) any later version. + * 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 program 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. + * 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, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the GNU Lesser General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/>. */ #import "Foundation/Foundation.h" diff --git a/Objective-C/libobjcl.m b/Objective-C/libobjcl.m index 838e2eb..a1a0a39 100644 --- a/Objective-C/libobjcl.m +++ b/Objective-C/libobjcl.m @@ -3,17 +3,18 @@ * Copyright (C) 2007 Matthias Andreas Benkard. * * 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 3 of the License, or (at - * your option) any later version. + * 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 program 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. + * 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, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the GNU Lesser General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/>. */ #import "libobjcl.h" |