Skip to content
Snippets Groups Projects
Commit cd77d2ed authored by Olav Morken's avatar Olav Morken
Browse files

Added license information to the new files.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@81 44740490-163a-0410-bde0-09ae8108e29a
parent 60281476
No related branches found
No related tags found
No related merge requests found
<? <?
/* /*
* This file is part of SimpleSAMLphp. See the file COPYING in the
* root of the distribution for licence information.
*
* This file implements a storage class which stores data to one or more * This file implements a storage class which stores data to one or more
* groups memcache servers. * groups memcache servers.
* *
......
<?php <?php
/* /*
* This file is part of SimpleSAMLphp. See the file COPYING in the
* root of the distribution for licence information.
*
* This file defines a base class for session handling. * This file defines a base class for session handling.
* Instantiation of session handler objects should be done through * Instantiation of session handler objects should be done through
* the class method getSessionHandler(). * the class method getSessionHandler().
......
<?php <?php
/* /*
* This file is part of SimpleSAMLphp. See the file COPYING in the
* root of the distribution for licence information.
*
* This file defines a base class for session handlers that need to store * This file defines a base class for session handlers that need to store
* the session id in a cookie. It takes care of storing and retrieving the * the session id in a cookie. It takes care of storing and retrieving the
* session id. * session id.
......
<?php <?php
/* This file defines a session handler which uses the MemcacheStore /*
* This file is part of SimpleSAMLphp. See the file COPYING in the
* root of the distribution for licence information.
*
* This file defines a session handler which uses the MemcacheStore
* class to store data in memcache servers. * class to store data in memcache servers.
*/ */
......
<?php <?php
/* This file defines a session handler which uses the default php /*
* This file is part of SimpleSAMLphp. See the file COPYING in the
* root of the distribution for licence information.
*
* This file defines a session handler which uses the default php
* session handler for storage. * session handler for storage.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment