diff options
author | Frederic Peters <fpeters@entrouvert.com> | 2007-08-13 10:43:37 +0000 |
---|---|---|
committer | Frederic Peters <fpeters@entrouvert.com> | 2007-08-13 10:43:37 +0000 |
commit | a570bf599e954c34950be7937db3d80f7cf0a932 (patch) | |
tree | e3e87d9455f7277e9338b27a1a9432955dce57ab /swig/saml-2.0/samlp2_subject_query_abstract.i | |
parent | 0d9c106ab6209877a1ec0143111b8c96cd777556 (diff) | |
download | lasso-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_subject_query_abstract.i')
-rw-r--r-- | swig/saml-2.0/samlp2_subject_query_abstract.i | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/swig/saml-2.0/samlp2_subject_query_abstract.i b/swig/saml-2.0/samlp2_subject_query_abstract.i index 39616ea4..2ec76d99 100644 --- a/swig/saml-2.0/samlp2_subject_query_abstract.i +++ b/swig/saml-2.0/samlp2_subject_query_abstract.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(Samlp2SubjectQueryAbstract) LassoSamlp2SubjectQueryAbstract; @@ -9,7 +32,7 @@ typedef struct { #ifndef SWIG_PHP_RENAMES %rename(subject) Subject; #endif - %newobject *Subject_get; + %newobject Subject_get; LassoSaml2Subject *Subject; /* inherited from Samlp2RequestAbstract */ |