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/Server/Application.cpp | 6 +++--- src/Server/Application.h | 6 +++--- src/Server/ConnectionManager.cpp | 6 +++--- src/Server/ConnectionManager.h | 6 +++--- src/Server/RequestHandlers/ConnectionRequestHandlerGroup.cpp | 6 +++--- src/Server/RequestHandlers/ConnectionRequestHandlerGroup.h | 6 +++--- src/Server/RequestHandlers/DaemonRequestHandlerGroup.cpp | 6 +++--- src/Server/RequestHandlers/DaemonRequestHandlerGroup.h | 6 +++--- src/Server/RequestHandlers/UserRequestHandlerGroup.cpp | 6 +++--- src/Server/RequestHandlers/UserRequestHandlerGroup.h | 6 +++--- src/Server/Requests/CommandRequest.cpp | 6 +++--- src/Server/Requests/CommandRequest.h | 6 +++--- src/Server/Requests/DaemonStateUpdateRequest.cpp | 6 +++--- src/Server/Requests/DaemonStateUpdateRequest.h | 6 +++--- 14 files changed, 42 insertions(+), 42 deletions(-) (limited to 'src/Server') diff --git a/src/Server/Application.cpp b/src/Server/Application.cpp index dc9fa5f..f8340d5 100644 --- a/src/Server/Application.cpp +++ b/src/Server/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/Server/Application.h b/src/Server/Application.h index 600458f..302d3be 100644 --- a/src/Server/Application.h +++ b/src/Server/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/Server/ConnectionManager.cpp b/src/Server/ConnectionManager.cpp index bbf7ab1..4ac4f7c 100644 --- a/src/Server/ConnectionManager.cpp +++ b/src/Server/ConnectionManager.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/Server/ConnectionManager.h b/src/Server/ConnectionManager.h index b8f77f1..6e3603b 100644 --- a/src/Server/ConnectionManager.h +++ b/src/Server/ConnectionManager.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/Server/RequestHandlers/ConnectionRequestHandlerGroup.cpp b/src/Server/RequestHandlers/ConnectionRequestHandlerGroup.cpp index dafbaa8..60d669b 100644 --- a/src/Server/RequestHandlers/ConnectionRequestHandlerGroup.cpp +++ b/src/Server/RequestHandlers/ConnectionRequestHandlerGroup.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/Server/RequestHandlers/ConnectionRequestHandlerGroup.h b/src/Server/RequestHandlers/ConnectionRequestHandlerGroup.h index 6efa021..c3deed1 100644 --- a/src/Server/RequestHandlers/ConnectionRequestHandlerGroup.h +++ b/src/Server/RequestHandlers/ConnectionRequestHandlerGroup.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/Server/RequestHandlers/DaemonRequestHandlerGroup.cpp b/src/Server/RequestHandlers/DaemonRequestHandlerGroup.cpp index 0105707..4b2dd0c 100644 --- a/src/Server/RequestHandlers/DaemonRequestHandlerGroup.cpp +++ b/src/Server/RequestHandlers/DaemonRequestHandlerGroup.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/Server/RequestHandlers/DaemonRequestHandlerGroup.h b/src/Server/RequestHandlers/DaemonRequestHandlerGroup.h index 524baac..b32005f 100644 --- a/src/Server/RequestHandlers/DaemonRequestHandlerGroup.h +++ b/src/Server/RequestHandlers/DaemonRequestHandlerGroup.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/Server/RequestHandlers/UserRequestHandlerGroup.cpp b/src/Server/RequestHandlers/UserRequestHandlerGroup.cpp index 584b3cc..43d6bc4 100644 --- a/src/Server/RequestHandlers/UserRequestHandlerGroup.cpp +++ b/src/Server/RequestHandlers/UserRequestHandlerGroup.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/Server/RequestHandlers/UserRequestHandlerGroup.h b/src/Server/RequestHandlers/UserRequestHandlerGroup.h index bc57234..f39754e 100644 --- a/src/Server/RequestHandlers/UserRequestHandlerGroup.h +++ b/src/Server/RequestHandlers/UserRequestHandlerGroup.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/Server/Requests/CommandRequest.cpp b/src/Server/Requests/CommandRequest.cpp index c3c09b9..2a84840 100644 --- a/src/Server/Requests/CommandRequest.cpp +++ b/src/Server/Requests/CommandRequest.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/Server/Requests/CommandRequest.h b/src/Server/Requests/CommandRequest.h index 3b2dcdd..95748fd 100644 --- a/src/Server/Requests/CommandRequest.h +++ b/src/Server/Requests/CommandRequest.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/Server/Requests/DaemonStateUpdateRequest.cpp b/src/Server/Requests/DaemonStateUpdateRequest.cpp index ef4c4f1..730b490 100644 --- a/src/Server/Requests/DaemonStateUpdateRequest.cpp +++ b/src/Server/Requests/DaemonStateUpdateRequest.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/Server/Requests/DaemonStateUpdateRequest.h b/src/Server/Requests/DaemonStateUpdateRequest.h index 762514a..fc80920 100644 --- a/src/Server/Requests/DaemonStateUpdateRequest.h +++ b/src/Server/Requests/DaemonStateUpdateRequest.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