github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/examples/gno.land/p/demo/json/ryu/License (about)

     1  # Apache License
     2  
     3  Copyright 2018 Ulf Adams
     4  Modifications copyright 2019 Caleb Spare
     5  
     6  The contents of this file may be used under the terms of the Apache License,
     7  Version 2.0.
     8  
     9     (See accompanying file LICENSE or copy at
    10      <http://www.apache.org/licenses/LICENSE-2.0>)
    11  
    12  Unless required by applicable law or agreed to in writing, this software
    13  is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    14  KIND, either express or implied.
    15  
    16  The code in this file is part of a Go translation of the C code originally written by
    17  Ulf Adams, which can be found at <https://github.com/ulfjack/ryu>. The original source
    18  code is licensed under the Apache License 2.0. This code is a derivative work thereof,
    19  adapted and modified to meet the specifications of the Gno language project.
    20  
    21  Please note that the modifications are also under the Apache License 2.0 unless otherwise specified.