diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2017-01-09 16:09:07 +0100 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2017-01-09 16:09:07 +0100 |
commit | 7687ba45fca7a7f139d880d39a51c9e741fb25ea (patch) | |
tree | 7e117ae2b1f8a9819081bfe886c4b886195ab1f8 /src/lib/cdap.c | |
parent | ba46a8b5c5717cdff25b39a2cd03a461998921c5 (diff) | |
download | ouroboros-7687ba45fca7a7f139d880d39a51c9e741fb25ea.tar.gz ouroboros-7687ba45fca7a7f139d880d39a51c9e741fb25ea.zip |
build: Update licenses and copyright
Copyright is set to 2016 - 2017. License text on includes and sources
in the library are changed to indicate the LGPLv2.1 license.
Diffstat (limited to 'src/lib/cdap.c')
-rw-r--r-- | src/lib/cdap.c | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/lib/cdap.c b/src/lib/cdap.c index 869e929d..956486d1 100644 --- a/src/lib/cdap.c +++ b/src/lib/cdap.c @@ -1,22 +1,23 @@ /* - * Ouroboros - Copyright (C) 2016 + * Ouroboros - Copyright (C) 2016 - 2017 * * The Common Distributed Application Protocol * * Sander Vrijders <sander.vrijders@intec.ugent.be> * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. * - * This program is distributed in the hope that it will be useful, + * This library 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA */ #include <ouroboros/config.h> |