Skip to content
Snippets Groups Projects
Select Git revision
  • 310cb0d65feb337af838c6fa47a53b4eb94690cf
  • master default protected
  • 0.5.9
  • 0.5.8
  • 0.5.7
  • 0.5.6
  • 0.5.5
  • 0.5.4
  • 0.5.3
  • 0.5.2
  • 0.5.1
  • 0.5.0
  • 0.4.17
  • 0.4.16
  • 0.4.15
  • 0.4.14
  • 0.4.13
  • 0.4.12
  • 0.4.11
  • 0.4.10
  • 0.4.9
  • 0.4.8
22 results

flake-profile-4-link

Blame
  • license-all-rights-reserved.mk 2.75 KiB
    #############################################################################################
    #############################################################################################
    ##
    ## AGPL 3.0 LICENSE
    ##
    #############################################################################################
    #############################################################################################
    
    ## License used in the project
    LICENSE_TEXT    ?= All rights reserved
    
    ## The spdx license identifier
    SPDX_LICENSE_ID ?= 
    
    ## Copyright holder of the project
    COPYRIGHT_TEXT  ?= © schukai GmbH, $(LICENSE_TEXT).
    
    ## The owner of the project
    COPYRIGHT_OWNER ?= schukai GmbH
    
    COPYRIGHT_URL ?= [LICENSE](https://www.schukai.com/)
    
    define LICENSE_FILE_CONTENT
    The schukai Enterprise License (the "Enterprise License").
    Copyright © 2022 schukai GmbH.
    
    Regarding this Software, schukai GmbH is the licensor and you are the licensee.
    
    By using the Software, you agree to all the terms and conditions set forth below.
    
    This software and associated  documentation files  (the "Software") may be used in  production  only if you (and any company 
    you represent) have  a valid Enterprise  License corresponding to your use. Subject  to the preceding sentence, you are free
    to modify this Software and to release patches for the Software. You agree that schukai and/or its licensors (as applicable) 
    retain all  right,  title and  interest in and to  all such modifications  and/or patches, and  that all  such modifications 
    and/or patches may be  used, copied, modified, displayed,  distributed  or otherwise exploited only  with a valid Enterprise 
    License for the appropriate use. Notwithstanding  the foregoing,  you may copy  and modify the Software  for development and 
    testing purposes without requiring a subscription.
     
    You  agree  that schukai  and/or its  licensors (if  applicable) retain  all right,  title and  interest  in and to all such 
    modifications. No additional  rights are granted  to you beyond those expressly set forth  herein. Subject to the foregoing, 
    you may not copy, merge, publish, distribute, sublicense and/or sell the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
    WARRANTIES  OF MERCHANTABILITY,  FITNESS  FOR  A  PARTICULAR PURPOSE AND  NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 
    COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIMS, DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT,  TORT OR OTHERWISE, ARISING OUT 
    OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
    
    For any third-party components incorporated into schukai's software, such components are licensed under the  original license 
    provided by the owner of the applicable component.
    
    endef