diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-06-23 14:30:42 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-06-23 14:30:42 +0200 |
| commit | d5739acc664d1b877c8f48e17046fd5e825a4059 (patch) | |
| tree | a77f5b879949f8c34c339be5d68342eb1767b817 /include | |
| parent | 47fefee88e83425b9098293fa07877f7d41c18d6 (diff) | |
| download | Project-Tick-d5739acc664d1b877c8f48e17046fd5e825a4059.tar.gz Project-Tick-d5739acc664d1b877c8f48e17046fd5e825a4059.zip | |
Add GNU LGPL
Diffstat (limited to 'include')
| -rw-r--r-- | include/libnbt.h | 19 | ||||
| -rw-r--r-- | include/primitive_detail.h | 19 | ||||
| -rw-r--r-- | include/tag.h | 19 | ||||
| -rw-r--r-- | include/tag_primitive.h | 19 |
4 files changed, 76 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. + */ #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 <http://www.gnu.org/licenses/>. + */ #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 <http://www.gnu.org/licenses/>. + */ #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 <http://www.gnu.org/licenses/>. + */ #ifndef TAG_PRIMITIVE_H_INCLUDED #define TAG_PRIMITIVE_H_INCLUDED |
