Upload 2 files
Browse files- LICENSE-bsd-3.md +58 -0
- realesr-general-x4v3.onnx +3 -0
LICENSE-bsd-3.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: BSD 3-Clause "New" or "Revised" License
|
| 3 |
+
spdx-id: BSD-3-Clause
|
| 4 |
+
nickname: Modified BSD License
|
| 5 |
+
hidden: false
|
| 6 |
+
|
| 7 |
+
description: A permissive license similar to the <a href="/licenses/bsd-2-clause/">BSD 2-Clause License</a>, but with a 3rd clause that prohibits others from using the name of the copyright holder or its contributors to promote derived products without written consent.
|
| 8 |
+
|
| 9 |
+
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
|
| 10 |
+
|
| 11 |
+
using:
|
| 12 |
+
Flutter: https://github.com/flutter/flutter/blob/master/LICENSE
|
| 13 |
+
LevelDB: https://github.com/google/leveldb/blob/master/LICENSE
|
| 14 |
+
Quill: https://github.com/quilljs/quill/blob/develop/LICENSE
|
| 15 |
+
|
| 16 |
+
permissions:
|
| 17 |
+
- commercial-use
|
| 18 |
+
- modifications
|
| 19 |
+
- distribution
|
| 20 |
+
- private-use
|
| 21 |
+
|
| 22 |
+
conditions:
|
| 23 |
+
- include-copyright
|
| 24 |
+
|
| 25 |
+
limitations:
|
| 26 |
+
- liability
|
| 27 |
+
- warranty
|
| 28 |
+
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
BSD 3-Clause License
|
| 32 |
+
|
| 33 |
+
Copyright (c) [year], [fullname]
|
| 34 |
+
|
| 35 |
+
Redistribution and use in source and binary forms, with or without
|
| 36 |
+
modification, are permitted provided that the following conditions are met:
|
| 37 |
+
|
| 38 |
+
1. Redistributions of source code must retain the above copyright notice, this
|
| 39 |
+
list of conditions and the following disclaimer.
|
| 40 |
+
|
| 41 |
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
| 42 |
+
this list of conditions and the following disclaimer in the documentation
|
| 43 |
+
and/or other materials provided with the distribution.
|
| 44 |
+
|
| 45 |
+
3. Neither the name of the copyright holder nor the names of its
|
| 46 |
+
contributors may be used to endorse or promote products derived from
|
| 47 |
+
this software without specific prior written permission.
|
| 48 |
+
|
| 49 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
| 50 |
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 51 |
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
| 52 |
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
| 53 |
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 54 |
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
| 55 |
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
| 56 |
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
| 57 |
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| 58 |
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
realesr-general-x4v3.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09b757accd747d7e423c1d352b3e8f23e77cc5742d04bae958d4eb8082b76fa4
|
| 3 |
+
size 4871181
|