
********
Licenses
********

Product
=======

.. include:: project.rst


.. raw:: html

   <span style="page-break-after: always" />

.. _MODIFIEDARTISTICLICENSE:

Modified Artistic License
=========================

The :ref:`modified Artistic License <MODIFIED_ARTISTIC_LICENSE_20>`
is based on the ArtisticLicense2.0, but
adds the amendmend of "Forced-Fairplay-Constraints" for peer-to-peer fairplay
rules.
The modification restricts, and even revokes the permission including the open source attribution
in case of breaches, including the past. 

.. parsed-literal::
   
   License: :ref:`ModifiedArtisticLicense2.0 <MODIFIED_ARTISTIC_LICENSE_20>` = :ref:`ArtisticLicense20 <ARTISTIC_LICENSE_20>` + :ref:`licenses-amendments <LICENSES_AMENDMENTS>` 
   From Ingenieurbuero Arno-Can Uestuensoez
   Name  ModifiedArtisticLicense2.0

This is perfectly allright, as you may refer to cases like the faith of Andreas Pavel [AndreasPavel]_,
or even my own - UnifiedSessionsManager (C) 2008 Arno-Can Uestuensoez [UnifiedSessionsManager]_ - the
first multivendor cloud management system, capable of distributed hybrid clouds including virtual desktops.
The *UnifiedSessionsManager* was originally licensed as *GPL3*. 

So the software is OpenSource as long as you comply to basic rules - else not.

* Artistic-License-2.0(base license): :ref:`ArtisticLicense20 <ARTISTIC_LICENSE_20>`

* Forced-Fairplay-Constraints(amendments): :ref:`licenses-amendments <LICENSES_AMENDMENTS>` 

.. toctree::
   :hidden:
   :maxdepth: 1
   
   ModifiedArtisticLicense20

   
MIT License
===========
The configuration files are licensed by the MIT license.
Configuration files are "*conf.py*", files ending with the suffixes 
"*.conf*", "*.cfg*", "*.css*", "*.ini*", "*.json*", "*xml*", and "*.yaml*".
The same for template files ending with "*.html*".


The license for the project remains in any case the 
:ref:`modified Artistic License <MODIFIED_ARTISTIC_LICENSE_20>`.
This includes any code, interface, document, and concept.

The **MIT** license for configuration files only :ref:`MIT License <MIT_LICENSE>`.

.. toctree::
   :hidden:
   :maxdepth: 1
   
   MITLicense


.. _PROFILEINFOPAGE:

Profile Abuse
=============

   .. raw:: html
   
      <style>
       body {
          width: 100%;
          height: 100%;
      }
      .profileinfopage table {
         width: 100%;
         vertical-align:center;
         border-style: hidden;
      }
      .profileinfopage table tr {
         width: 100%;
         vertical-align:center;
      }
      .profileinfopage table td:nth-child(1), 
      .profileinfopage table td:nth-child(3) {
         width: 30%;
      }
      .profileinfopage table td:nth-child(2){
         align: center;
      } 
      
      .profileinfopage table td img{
         vertical-align: middle;
         horizontal-align: center;
         margin: 5%; 
      } 
      
      </style>


   .. raw:: html
   
      <div class="profileinfopage">

   .. only:: singlehtml
   
      .. container:: figabstract
      
         .. figurewrap:: _static/profile_info.png
            :width-latex: 250
            :target-html: _static/profile_info.png
            :align: center
            
         Profile Info - `<http://xkcd.com/1303/>`_
   
         \(C\) Randall Munroe - `<http://xkcd.com>`_
   
   
   .. only:: not singlehtml
   
      .. container:: figabstract

         Profile Info - `<http://xkcd.com/1303/>`_
   
         .. figurewrap:: _static/profile_info.png
            :width-latex: 250
            :target-html: _static/profile_info.png
            :align: center
            
         \(C\) Randall Munroe - `<http://xkcd.com>`_

   .. raw:: html
   
      </div>
   