summaryrefslogtreecommitdiffstats
path: root/swig/saml-2.0/samlp2_attribute_query.i
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2007-08-13 10:43:37 +0000
committerFrederic Peters <fpeters@entrouvert.com>2007-08-13 10:43:37 +0000
commita570bf599e954c34950be7937db3d80f7cf0a932 (patch)
treee3e87d9455f7277e9338b27a1a9432955dce57ab /swig/saml-2.0/samlp2_attribute_query.i
parent0d9c106ab6209877a1ec0143111b8c96cd777556 (diff)
downloadlasso-a570bf599e954c34950be7937db3d80f7cf0a932.tar.gz
lasso-a570bf599e954c34950be7937db3d80f7cf0a932.tar.xz
lasso-a570bf599e954c34950be7937db3d80f7cf0a932.zip
updated SAML2 bindings with all attributes; and added copyright / licence
notice.
Diffstat (limited to 'swig/saml-2.0/samlp2_attribute_query.i')
-rw-r--r--swig/saml-2.0/samlp2_attribute_query.i25
1 files changed, 24 insertions, 1 deletions
diff --git a/swig/saml-2.0/samlp2_attribute_query.i b/swig/saml-2.0/samlp2_attribute_query.i
index 55adb794..b2c7a907 100644
--- a/swig/saml-2.0/samlp2_attribute_query.i
+++ b/swig/saml-2.0/samlp2_attribute_query.i
@@ -1,3 +1,26 @@
+/* $Id$
+ *
+ * Lasso - A free implementation of the Liberty Alliance specifications.
+ *
+ * Copyright (C) 2004-2007 Entr'ouvert
+ * http://lasso.entrouvert.org
+ *
+ * Authors: See AUTHORS file in top-level directory.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
#ifndef SWIG_PHP_RENAMES
%rename(Samlp2AttributeQuery) LassoSamlp2AttributeQuery;
@@ -9,7 +32,7 @@ typedef struct {
#ifndef SWIG_PHP_RENAMES
%rename(attribute) Attribute;
#endif
- %newobject *Attribute_get;
+ %newobject Attribute_get;
LassoSaml2Attribute *Attribute;
/* inherited from Samlp2SubjectQueryAbstract */