Blame README

Packit 228f82
==============
Packit 228f82
Lasso Overview
Packit 228f82
==============
Packit 228f82
Packit 228f82
  Current homepage: <http://lasso.entrouvert.org>
Packit 228f82
Packit 228f82
Lasso (Liberty Alliance Single Sign-On) is a free (GNU GPL) implementation
Packit 228f82
of the Liberty Alliance specifications.  Those define processes for
Packit 228f82
federated identities, single sign-on and related protocols.  Lasso provides
Packit 228f82
both a C library and bindings for different languages.
Packit 228f82
Packit 228f82
  Liberty Alliance Project homepage: <http://www.project-liberty.org>
Packit 228f82
Packit 228f82
Packit 228f82
The latest version of Lasso can be found on the labs.libre-entreprise.org
Packit 228f82
website, <http://labs.libre-entreprise.org/frs/?group_id=31>
Packit 228f82
Packit 228f82
Packit 228f82
Lasso has several mailing lists:
Packit 228f82
Packit 228f82
- lasso-devel@lists.labs.libre-entreprise.org
Packit 228f82
Packit 228f82
  The mailing list for Lasso users and developers; discussions about both
Packit 228f82
  development and deployment of Lasso have their place on this list.
Packit 228f82
Packit 228f82
  <http://lists.labs.libre-entreprise.org/mailman/listinfo/lasso-devel>
Packit 228f82
Packit 228f82
- lasso-cvs-commits@lists.labs.libre-entreprise.org
Packit 228f82
Packit 228f82
  This list just distributes notices about commits to the Lasso CVS tree.
Packit 228f82
  It has no discussions, and it is not interesting unless you wish to
Packit 228f82
  take part in development.
Packit 228f82
Packit 228f82
  <http://lists.labs.libre-entreprise.org/mailman/listinfo/lasso-cvs-commits>
Packit 228f82
Packit 228f82
There is also a bug tracking system on the labs.libre-entreprise.org website,
Packit 228f82
  <http://labs.libre-entreprise.org/tracker/?atid=206&group_id=31>
Packit 228f82
Packit 228f82
Packit 228f82
Lasso was originally written by Nicolas Clapiès and Valéry Febvre.  Please
Packit 228f82
see the file AUTHORS_ for a list of major contributors, and the ChangeLog
Packit 228f82
for a detailed listing of all contributions.
Packit 228f82
Packit 228f82
::
Packit 228f82
Packit 228f82
  Copyright (c) 2004-2008 Entr'ouvert
Packit 228f82
  Excepted the Lasso logo, copyright (c) 2004, Entr'ouvert & Florent Monnier
Packit 228f82
Packit 228f82
Packit 228f82
  This program is free software; you can redistribute it and/or modify it
Packit 228f82
  under the terms of the GNU General Public License as published by the Free
Packit 228f82
  Software Foundation; either version 2 of the License, or (at your option)
Packit 228f82
  any later version.
Packit 228f82
Packit 228f82
  This program is distributed in the hope that it will be useful, but
Packit 228f82
  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
Packit 228f82
  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
Packit 228f82
  for more details.
Packit 228f82
Packit 228f82
  You should have received a copy of the GNU General Public License along
Packit 228f82
  with this program; if not, write to the Free Software Foundation, Inc.,
Packit 228f82
  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
Packit 228f82
Packit 228f82
  In addition, as a special exception, Entr'ouvert gives permission to link
Packit 228f82
  the code of its release of Lasso with the OpenSSL project's "OpenSSL"
Packit 228f82
  library (or with modified versions of it that use the same license as the
Packit 228f82
  "OpenSSL" library), and distribute the linked executables.  You must obey
Packit 228f82
  the GNU General Public License in all respects for all of the code used
Packit 228f82
  other than "OpenSSL".  If you modify this file, you may extend this
Packit 228f82
  exception to your version of the file, but you are not obligated to do so.
Packit 228f82
  If you do not wish to do so, delete this exception statement from your
Packit 228f82
  version.
Packit 228f82