From 28a686ef16077f75afbfa3d315cd268680e11b75 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 26 Jan 2008 11:50:25 +0100 Subject: Apply the LGPLv3 to all the code previously released under the GPLv3. darcs-hash:d09e69f4f9d07e98b5bc8d68d120d50d1ee01848 --- Objective-C/libobjcl.h | 13 +++++++------ Objective-C/libobjcl.m | 13 +++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) (limited to 'Objective-C') 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 . + * You should have received a copy of the GNU Lesser General Public + * License along with this program. If not, see + * . */ #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 . + * You should have received a copy of the GNU Lesser General Public + * License along with this program. If not, see + * . */ #import "libobjcl.h" -- cgit v1.2.3