summaryrefslogtreecommitdiffstats
path: root/libcnary/include
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2011-06-25 02:52:07 +0200
committerGravatar Nikias Bassen2011-06-25 02:52:07 +0200
commiteb218ff07b468272126cd2e6636bb39665370a1b (patch)
treef01c7b58c678007bc58572cc7ea08f0e13beb22a /libcnary/include
parentc7412d4813ccb994fdd219f421eaba8bb37831dd (diff)
downloadlibplist-eb218ff07b468272126cd2e6636bb39665370a1b.tar.gz
libplist-eb218ff07b468272126cd2e6636bb39665370a1b.tar.bz2
Updates libcnary sources (adding license info)
Diffstat (limited to 'libcnary/include')
-rw-r--r--libcnary/include/iterator.h16
-rw-r--r--libcnary/include/list.h16
-rw-r--r--libcnary/include/node.h16
-rw-r--r--libcnary/include/node_iterator.h16
-rw-r--r--libcnary/include/node_list.h16
-rw-r--r--libcnary/include/object.h16
6 files changed, 96 insertions, 0 deletions
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_