github.com/cloud-foundations/dominator@v0.0.0-20221004181915-6e4fee580046/README.md (about)

     1  # Dominator
     2  [![Build Status](https://travis-ci.org/Cloud-Foundations/Dominator.svg?branch=master)](https://travis-ci.org/Cloud-Foundations/Dominator)
     3  [![Coverage Status](https://coveralls.io/repos/github/Cloud-Foundations/Dominator/badge.svg?branch=master)](https://coveralls.io/github/Cloud-Foundations/Dominator?branch=master)
     4  [![Go Report Card](https://goreportcard.com/badge/github.com/Cloud-Foundations/Dominator)](https://goreportcard.com/report/github.com/Cloud-Foundations/Dominator)
     5  
     6  The Dominator Config Management and Image Deployment System. This system can
     7  push image updates to a large fleet of machines and keep them in sync.
     8  
     9  Please see the
    10  [design document](design-docs/Dominator/README.md),
    11  the [user guide](user-guide/README.md)
    12  and the
    13  [online code documentation](https://godoc.org/?q=github.com%2FCloud-Foundations%2FDominator%2F)
    14  for more information.
    15  
    16  ## Contributions
    17  
    18  All contributions must be unencumbered. It is the responsibility of
    19  the contributor to ensure compliance with all laws, copyrights,
    20  patents and contracts.
    21  
    22  ## LICENSE
    23  
    24  Copyright 2015 Symantec Corporation.
    25  Copyright 2019 cloud-foundations.org
    26  
    27  Licensed under the Apache License, Version 2.0 (the “License”); you
    28  may not use this file except in compliance with the License.
    29  
    30  You may obtain a copy of the License at
    31  
    32  http://www.apache.org/licenses/LICENSE-2.0 Unless required by
    33  applicable law or agreed to in writing, software distributed under the
    34  License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR
    35  CONDITIONS OF ANY KIND, either express or implied. See the License for
    36  the specific language governing permissions and limitations under the
    37  License.