diff --git a/libcorpus2_whole/io/relwriter.cpp b/libcorpus2_whole/io/relwriter.cpp index 6255719569696ac9da9740b83e51c76934bb6491..6f64c38ca0d578eccd8792c5d7e005a7aef6b945 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 7ce546917f8e00bb2cb4c8d6a2ee904d6a1cedbe..e3b344c22f5db1be8c075010f5041d8f8e39805b 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