From eb218ff07b468272126cd2e6636bb39665370a1b Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 25 Jun 2011 02:52:07 +0200 Subject: Updates libcnary sources (adding license info) --- libcnary/include/iterator.h | 16 ++++++++++++++++ libcnary/include/list.h | 16 ++++++++++++++++ libcnary/include/node.h | 16 ++++++++++++++++ libcnary/include/node_iterator.h | 16 ++++++++++++++++ libcnary/include/node_list.h | 16 ++++++++++++++++ libcnary/include/object.h | 16 ++++++++++++++++ 6 files changed, 96 insertions(+) (limited to 'libcnary/include') diff --git a/libcnary/include/iterator.h b/libcnary/include/iterator.h index debc1c5..a33c4ff 100644 --- a/libcnary/include/iterator.h +++ b/libcnary/include/iterator.h @@ -3,6 +3,22 @@ * * Created on: Mar 8, 2011 * Author: posixninja + * + * Copyright (c) 2011 Joshua Hill. All Rights Reserved. + * + * This library 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 2.1 of the License, or (at your option) any later version. + * + * 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 + * Lesser General Public License for more details. + * + * 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 */ #ifndef ITERATOR_H_ diff --git a/libcnary/include/list.h b/libcnary/include/list.h index 237aba0..6b18e6f 100644 --- a/libcnary/include/list.h +++ b/libcnary/include/list.h @@ -3,6 +3,22 @@ * * Created on: Mar 8, 2011 * Author: posixninja + * + * Copyright (c) 2011 Joshua Hill. All Rights Reserved. + * + * This library 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 2.1 of the License, or (at your option) any later version. + * + * 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 + * Lesser General Public License for more details. + * + * 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 */ #ifndef LIST_H_ diff --git a/libcnary/include/node.h b/libcnary/include/node.h index 35f6333..f9afdd6 100644 --- a/libcnary/include/node.h +++ b/libcnary/include/node.h @@ -3,6 +3,22 @@ * * Created on: Mar 7, 2011 * Author: posixninja + * + * Copyright (c) 2011 Joshua Hill. All Rights Reserved. + * + * This library 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 2.1 of the License, or (at your option) any later version. + * + * 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 + * Lesser General Public License for more details. + * + * 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 */ #ifndef NODE_H_ diff --git a/libcnary/include/node_iterator.h b/libcnary/include/node_iterator.h index 8f39ceb..d3bce3a 100644 --- a/libcnary/include/node_iterator.h +++ b/libcnary/include/node_iterator.h @@ -3,6 +3,22 @@ * * Created on: Mar 8, 2011 * Author: posixninja + * + * Copyright (c) 2011 Joshua Hill. All Rights Reserved. + * + * This library 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 2.1 of the License, or (at your option) any later version. + * + * 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 + * Lesser General Public License for more details. + * + * 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 */ #ifndef NODE_ITERATOR_H_ diff --git a/libcnary/include/node_list.h b/libcnary/include/node_list.h index bb9fcae..7b9e311 100644 --- a/libcnary/include/node_list.h +++ b/libcnary/include/node_list.h @@ -3,6 +3,22 @@ * * Created on: Mar 8, 2011 * Author: posixninja + * + * Copyright (c) 2011 Joshua Hill. All Rights Reserved. + * + * This library 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 2.1 of the License, or (at your option) any later version. + * + * 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 + * Lesser General Public License for more details. + * + * 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 */ #ifndef NODE_LIST_H_ diff --git a/libcnary/include/object.h b/libcnary/include/object.h index adf1891..b0a8cd8 100644 --- a/libcnary/include/object.h +++ b/libcnary/include/object.h @@ -3,6 +3,22 @@ * * Created on: Mar 8, 2011 * Author: posixninja + * + * Copyright (c) 2011 Joshua Hill. All Rights Reserved. + * + * This library 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 2.1 of the License, or (at your option) any later version. + * + * 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 + * Lesser General Public License for more details. + * + * 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 */ #ifndef OBJECT_H_ -- cgit v1.1-32-gdbae