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/Client/Application.cpp | 6 +++--- src/Client/Application.h | 6 +++--- src/Client/CommandParser.cpp | 6 +++--- src/Client/CommandParser.h | 6 +++--- src/Client/InformationManager.cpp | 6 +++--- src/Client/InformationManager.h | 6 +++--- src/Client/Requests/DaemonCommandRequest.cpp | 6 +++--- src/Client/Requests/DaemonCommandRequest.h | 6 +++--- src/Client/Requests/DaemonFSInfoRequest.cpp | 6 +++--- src/Client/Requests/DaemonFSInfoRequest.h | 6 +++--- src/Client/Requests/DaemonListRequest.h | 6 +++--- src/Client/Requests/DaemonStatusRequest.cpp | 6 +++--- src/Client/Requests/DaemonStatusRequest.h | 6 +++--- src/Client/SystemCommands.cpp | 6 +++--- src/Client/SystemCommands.h | 6 +++--- src/Client/UserCommands.cpp | 6 +++--- src/Client/UserCommands.h | 6 +++--- 17 files changed, 51 insertions(+), 51 deletions(-) (limited to 'src/Client') diff --git a/src/Client/Application.cpp b/src/Client/Application.cpp index 34a26bb..649b6ed 100644 --- a/src/Client/Application.cpp +++ b/src/Client/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/Client/Application.h b/src/Client/Application.h index db861c2..7ba6370 100644 --- a/src/Client/Application.h +++ b/src/Client/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/Client/CommandParser.cpp b/src/Client/CommandParser.cpp index 92b1169..efa48b9 100644 --- a/src/Client/CommandParser.cpp +++ b/src/Client/CommandParser.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/Client/CommandParser.h b/src/Client/CommandParser.h index 64dab1f..82808c8 100644 --- a/src/Client/CommandParser.h +++ b/src/Client/CommandParser.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/Client/InformationManager.cpp b/src/Client/InformationManager.cpp index a618eb3..459408b 100644 --- a/src/Client/InformationManager.cpp +++ b/src/Client/InformationManager.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/Client/InformationManager.h b/src/Client/InformationManager.h index ab84e3c..d0e26a3 100644 --- a/src/Client/InformationManager.h +++ b/src/Client/InformationManager.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/Client/Requests/DaemonCommandRequest.cpp b/src/Client/Requests/DaemonCommandRequest.cpp index a6b3bb4..e2066e2 100644 --- a/src/Client/Requests/DaemonCommandRequest.cpp +++ b/src/Client/Requests/DaemonCommandRequest.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/Client/Requests/DaemonCommandRequest.h b/src/Client/Requests/DaemonCommandRequest.h index 5f01e1f..abe9bf7 100644 --- a/src/Client/Requests/DaemonCommandRequest.h +++ b/src/Client/Requests/DaemonCommandRequest.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/Client/Requests/DaemonFSInfoRequest.cpp b/src/Client/Requests/DaemonFSInfoRequest.cpp index 6189ec5..b7ea81c 100644 --- a/src/Client/Requests/DaemonFSInfoRequest.cpp +++ b/src/Client/Requests/DaemonFSInfoRequest.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/Client/Requests/DaemonFSInfoRequest.h b/src/Client/Requests/DaemonFSInfoRequest.h index 5be504f..e96cd3f 100644 --- a/src/Client/Requests/DaemonFSInfoRequest.h +++ b/src/Client/Requests/DaemonFSInfoRequest.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/Client/Requests/DaemonListRequest.h b/src/Client/Requests/DaemonListRequest.h index 566fee7..76f85cd 100644 --- a/src/Client/Requests/DaemonListRequest.h +++ b/src/Client/Requests/DaemonListRequest.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/Client/Requests/DaemonStatusRequest.cpp b/src/Client/Requests/DaemonStatusRequest.cpp index baec42d..6de92cb 100644 --- a/src/Client/Requests/DaemonStatusRequest.cpp +++ b/src/Client/Requests/DaemonStatusRequest.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/Client/Requests/DaemonStatusRequest.h b/src/Client/Requests/DaemonStatusRequest.h index 4035276..262cdb6 100644 --- a/src/Client/Requests/DaemonStatusRequest.h +++ b/src/Client/Requests/DaemonStatusRequest.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/Client/SystemCommands.cpp b/src/Client/SystemCommands.cpp index 6c0f91d..c26be54 100644 --- a/src/Client/SystemCommands.cpp +++ b/src/Client/SystemCommands.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/Client/SystemCommands.h b/src/Client/SystemCommands.h index a647bed..3d78151 100644 --- a/src/Client/SystemCommands.h +++ b/src/Client/SystemCommands.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/Client/UserCommands.cpp b/src/Client/UserCommands.cpp index 9fcaa36..6bc2c11 100644 --- a/src/Client/UserCommands.cpp +++ b/src/Client/UserCommands.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/Client/UserCommands.h b/src/Client/UserCommands.h index 6e184b0..0dc008d 100644 --- a/src/Client/UserCommands.h +++ b/src/Client/UserCommands.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 . */ -- cgit v1.2.3