From d91e0ccef461a3549e107253f700bbda883e49b9 Mon Sep 17 00:00:00 2001 From: lburdka <lburdka@wojtek-desktop.(none)> Date: Mon, 23 Jul 2012 15:57:54 +0200 Subject: [PATCH] Modified License of my files --- libcorpus2_whole/io/relwriter.cpp | 13 +++++++------ libcorpus2_whole/io/relwriter.h | 13 +++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/libcorpus2_whole/io/relwriter.cpp b/libcorpus2_whole/io/relwriter.cpp index 6255719..6f64c38 100755 --- a/libcorpus2_whole/io/relwriter.cpp +++ b/libcorpus2_whole/io/relwriter.cpp @@ -1,19 +1,20 @@ /* - Copyright (C) 2010 Tomasz ¦niatowski, Adam Radziszewski, Pawe³ Kêdzia - Part of the libcorpus2 project + Copyright (C) 2010 Tomasz Åniatowski, Adam Radziszewski, PaweÅ KÄdzia + Part of the libcorpus2 project - 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 + This program is free software; you can redistribute it and/or modify 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 + 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 LICENSE and COPYING files for more details. + See the LICENSE.CORPUS2, LICENSE.POLIQARP, COPYING.LESSER and COPYING files for more details. */ + #include <libpwrutils/foreach.h> #include <libcorpus2/exception.h> #include <libcorpus2_whole/io/relwriter.h> diff --git a/libcorpus2_whole/io/relwriter.h b/libcorpus2_whole/io/relwriter.h index 7ce5469..e3b344c 100755 --- a/libcorpus2_whole/io/relwriter.h +++ b/libcorpus2_whole/io/relwriter.h @@ -1,19 +1,20 @@ /* - Copyright (C) 2010 Tomasz ¦niatowski, Adam Radziszewski, Pawe³ Kêdzia - Part of the libcorpus2 project + Copyright (C) 2010 Tomasz Åniatowski, Adam Radziszewski, PaweÅ KÄdzia + Part of the libcorpus2 project - 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 + This program is free software; you can redistribute it and/or modify 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 + 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 LICENSE and COPYING files for more details. + See the LICENSE.CORPUS2, LICENSE.POLIQARP, COPYING.LESSER and COPYING files for more details. */ + #ifndef LIBCORPUS2_WHOLE_RELWRITER_H #define LIBCORPUS2_WHOLE_RELWRITER_H -- GitLab