From 1afb432ee5c55181bd918c038d0372479355f04b Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 10 Jul 2009 00:59:14 +0200 Subject: License: Benutze LGPL statt GPL --- src/Daemon/Application.cpp | 6 +++--- src/Daemon/Application.h | 6 +++--- src/Daemon/Backends/NetworkLogger.h | 6 +++--- src/Daemon/RequestHandlers/CommandRequestHandler.cpp | 6 +++--- src/Daemon/RequestHandlers/CommandRequestHandler.h | 6 +++--- src/Daemon/Requests/LogRequest.cpp | 6 +++--- src/Daemon/Requests/LogRequest.h | 6 +++--- 7 files changed, 21 insertions(+), 21 deletions(-) (limited to 'src/Daemon') diff --git a/src/Daemon/Application.cpp b/src/Daemon/Application.cpp index d31cbf5..30feada 100644 --- a/src/Daemon/Application.cpp +++ b/src/Daemon/Application.cpp @@ -4,16 +4,16 @@ * Copyright (C) 2009 Matthias Schiffer * * 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 + * 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. + * See the GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License along + * You should have received a copy of the GNU Lesser General Public License along * with this program. If not, see . */ diff --git a/src/Daemon/Application.h b/src/Daemon/Application.h index 4be7f22..aed7b70 100644 --- a/src/Daemon/Application.h +++ b/src/Daemon/Application.h @@ -4,16 +4,16 @@ * Copyright (C) 2009 Matthias Schiffer * * 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 + * 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. + * See the GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License along + * You should have received a copy of the GNU Lesser General Public License along * with this program. If not, see . */ diff --git a/src/Daemon/Backends/NetworkLogger.h b/src/Daemon/Backends/NetworkLogger.h index 557cc14..4ef6f60 100644 --- a/src/Daemon/Backends/NetworkLogger.h +++ b/src/Daemon/Backends/NetworkLogger.h @@ -4,16 +4,16 @@ * Copyright (C) 2008 Matthias Schiffer * * 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 + * 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. + * See the GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License along + * You should have received a copy of the GNU Lesser General Public License along * with this program. If not, see . */ diff --git a/src/Daemon/RequestHandlers/CommandRequestHandler.cpp b/src/Daemon/RequestHandlers/CommandRequestHandler.cpp index 09eedc3..8ac5ec5 100644 --- a/src/Daemon/RequestHandlers/CommandRequestHandler.cpp +++ b/src/Daemon/RequestHandlers/CommandRequestHandler.cpp @@ -4,16 +4,16 @@ * Copyright (C) 2008 Matthias Schiffer * * 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 + * 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. + * See the GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License along + * You should have received a copy of the GNU Lesser General Public License along * with this program. If not, see . */ diff --git a/src/Daemon/RequestHandlers/CommandRequestHandler.h b/src/Daemon/RequestHandlers/CommandRequestHandler.h index db7b3d4..87b4d1a 100644 --- a/src/Daemon/RequestHandlers/CommandRequestHandler.h +++ b/src/Daemon/RequestHandlers/CommandRequestHandler.h @@ -4,16 +4,16 @@ * Copyright (C) 2008 Matthias Schiffer * * 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 + * 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. + * See the GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License along + * You should have received a copy of the GNU Lesser General Public License along * with this program. If not, see . */ diff --git a/src/Daemon/Requests/LogRequest.cpp b/src/Daemon/Requests/LogRequest.cpp index 4d4cf93..f1469ca 100644 --- a/src/Daemon/Requests/LogRequest.cpp +++ b/src/Daemon/Requests/LogRequest.cpp @@ -4,16 +4,16 @@ * Copyright (C) 2008 Matthias Schiffer * * 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 + * 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. + * See the GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License along + * You should have received a copy of the GNU Lesser General Public License along * with this program. If not, see . */ diff --git a/src/Daemon/Requests/LogRequest.h b/src/Daemon/Requests/LogRequest.h index a3cda41..ecc36fb 100644 --- a/src/Daemon/Requests/LogRequest.h +++ b/src/Daemon/Requests/LogRequest.h @@ -4,16 +4,16 @@ * Copyright (C) 2008 Matthias Schiffer * * 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 + * 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. + * See the GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License along + * You should have received a copy of the GNU Lesser General Public License along * with this program. If not, see . */ -- cgit v1.2.3