From d5739acc664d1b877c8f48e17046fd5e825a4059 Mon Sep 17 00:00:00 2001 From: ljfa-ag Date: Tue, 23 Jun 2015 14:30:42 +0200 Subject: Add GNU LGPL --- include/libnbt.h | 19 +++++++++++++++++++ include/primitive_detail.h | 19 +++++++++++++++++++ include/tag.h | 19 +++++++++++++++++++ include/tag_primitive.h | 19 +++++++++++++++++++ 4 files changed, 76 insertions(+) (limited to 'include') diff --git a/include/libnbt.h b/include/libnbt.h index 19d5de77e4..7eb0d1341f 100644 --- a/include/libnbt.h +++ b/include/libnbt.h @@ -1,3 +1,22 @@ +/* + * libnbt++ - A library for the Minecraft Named Binary Tag format. + * Copyright (C) 2013, 2015 ljfa-ag + * + * This file is part of libnbt++. + * + * libnbt++ 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. + * + * libnbt++ 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with libnbt++. If not, see . + */ #ifndef LIBNBT_H_INCLUDED #define LIBNBT_H_INCLUDED diff --git a/include/primitive_detail.h b/include/primitive_detail.h index 2930da43c8..9d6ed95b03 100644 --- a/include/primitive_detail.h +++ b/include/primitive_detail.h @@ -1,3 +1,22 @@ +/* + * libnbt++ - A library for the Minecraft Named Binary Tag format. + * Copyright (C) 2013, 2015 ljfa-ag + * + * This file is part of libnbt++. + * + * libnbt++ 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. + * + * libnbt++ 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with libnbt++. If not, see . + */ #ifndef PRIMITIVE_DETAIL_H_INCLUDED #define PRIMITIVE_DETAIL_H_INCLUDED diff --git a/include/tag.h b/include/tag.h index c65292c436..56d3594474 100644 --- a/include/tag.h +++ b/include/tag.h @@ -1,3 +1,22 @@ +/* + * libnbt++ - A library for the Minecraft Named Binary Tag format. + * Copyright (C) 2013, 2015 ljfa-ag + * + * This file is part of libnbt++. + * + * libnbt++ 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. + * + * libnbt++ 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with libnbt++. If not, see . + */ #ifndef TAG_H_INCLUDED #define TAG_H_INCLUDED diff --git a/include/tag_primitive.h b/include/tag_primitive.h index f5caef143b..3b8ac51237 100644 --- a/include/tag_primitive.h +++ b/include/tag_primitive.h @@ -1,3 +1,22 @@ +/* + * libnbt++ - A library for the Minecraft Named Binary Tag format. + * Copyright (C) 2013, 2015 ljfa-ag + * + * This file is part of libnbt++. + * + * libnbt++ 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. + * + * libnbt++ 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with libnbt++. If not, see . + */ #ifndef TAG_PRIMITIVE_H_INCLUDED #define TAG_PRIMITIVE_H_INCLUDED -- cgit 0.0.5-2-1-g0f52