From cd77d2ed24fa3c66aea6c54c7583d58af920a8c5 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Wed, 28 Nov 2007 14:11:58 +0000
Subject: [PATCH] Added license information to the new files.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@81 44740490-163a-0410-bde0-09ae8108e29a
---
 lib/SimpleSAML/MemcacheStore.php          | 3 +++
 lib/SimpleSAML/SessionHandler.php         | 3 +++
 lib/SimpleSAML/SessionHandlerCookie.php   | 3 +++
 lib/SimpleSAML/SessionHandlerMemcache.php | 6 +++++-
 lib/SimpleSAML/SessionHandlerPHP.php      | 6 +++++-
 5 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/lib/SimpleSAML/MemcacheStore.php b/lib/SimpleSAML/MemcacheStore.php
index 35a77a258..b9fde9273 100644
--- a/lib/SimpleSAML/MemcacheStore.php
+++ b/lib/SimpleSAML/MemcacheStore.php
@@ -1,6 +1,9 @@
 <?
 
 /*
+ * 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
  * groups memcache servers.
  *
diff --git a/lib/SimpleSAML/SessionHandler.php b/lib/SimpleSAML/SessionHandler.php
index cefe7b0c1..2a96749ea 100644
--- a/lib/SimpleSAML/SessionHandler.php
+++ b/lib/SimpleSAML/SessionHandler.php
@@ -1,6 +1,9 @@
 <?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.
  * Instantiation of session handler objects should be done through
  * the class method getSessionHandler().
diff --git a/lib/SimpleSAML/SessionHandlerCookie.php b/lib/SimpleSAML/SessionHandlerCookie.php
index 1c56d3368..6ddad436e 100644
--- a/lib/SimpleSAML/SessionHandlerCookie.php
+++ b/lib/SimpleSAML/SessionHandlerCookie.php
@@ -1,6 +1,9 @@
 <?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
  * the session id in a cookie. It takes care of storing and retrieving the
  * session id.
diff --git a/lib/SimpleSAML/SessionHandlerMemcache.php b/lib/SimpleSAML/SessionHandlerMemcache.php
index 4dcffbd89..625435a16 100644
--- a/lib/SimpleSAML/SessionHandlerMemcache.php
+++ b/lib/SimpleSAML/SessionHandlerMemcache.php
@@ -1,6 +1,10 @@
 <?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.
  */
 
diff --git a/lib/SimpleSAML/SessionHandlerPHP.php b/lib/SimpleSAML/SessionHandlerPHP.php
index b639ec51c..cd669ee99 100644
--- a/lib/SimpleSAML/SessionHandlerPHP.php
+++ b/lib/SimpleSAML/SessionHandlerPHP.php
@@ -1,6 +1,10 @@
 <?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.
  */
 
-- 
GitLab