| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 214e46d commit b33d808
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,6 +22,7 @@ header: | |||
| 22 | 22 | ||
| 23 | 23 | paths-ignore: | |
| 24 | 24 | - DISCLAIMER | |
| 25 | + - WARN | ||
| 25 | 26 | - LICENSE | |
| 26 | 27 | - NOTICE | |
| 27 | 28 | - '**/*.json' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,125 @@ | |||
| 1 | 1 | Apache OpenServerless (Incubating) | |
| 2 | - Copyright 2024 The Apache Software Foundation | ||
| 2 | + Copyright 2024-2026 The Apache Software Foundation | ||
| 3 | 3 | ||
| 4 | 4 | This product includes software developed at | |
| 5 | - The Apache Software Foundation (http://www.apache.org/). | ||
| 5 | + The Apache Software Foundation (https://www.apache.org/). | ||
| 6 | 6 | ||
| 7 | + This product contains parts that were originally based on software from | ||
| 8 | + Nuvolaris (https://github.com/nuvolaris). | ||
| 9 | + Copyright (C) 2022-2024 Nuvolaris S.r.l. | ||
| 10 | + | ||
| 11 | + ------------------------------------------------------------------------------ | ||
| 12 | + SCOPE NOTE | ||
| 13 | + ------------------------------------------------------------------------------ | ||
| 14 | + | ||
| 15 | + This component (oplugins) is the collection of Taskfiles (opsfile.yml) driving | ||
| 16 | + the `ops` command line, together with the helper scripts they invoke. The | ||
| 17 | + Taskfiles, the Kubernetes manifests and the TypeScript sources beside them are | ||
| 18 | + Apache-2.0 licensed files developed at the ASF and carry no third-party | ||
| 19 | + attribution requirement. | ||
| 20 | + | ||
| 21 | + Third-party code is present only in the pre-built JavaScript bundles that are | ||
| 22 | + checked into this tree. Those bundles are produced by `bun build` from the | ||
| 23 | + TypeScript sources in the sibling directories and statically embed their | ||
| 24 | + runtime dependencies. The sections below record the attribution for the code | ||
| 25 | + embedded in each bundle. | ||
| 26 | + | ||
| 27 | + All bundled components are under Apache-2.0 compatible (ASF Category A) | ||
| 28 | + licenses. See the WARN file beside this NOTICE for the license classification. | ||
| 29 | + | ||
| 30 | + ------------------------------------------------------------------------------ | ||
| 31 | + Bundled in util/upload.js (built from util/upload) | ||
| 32 | + ------------------------------------------------------------------------------ | ||
| 33 | + | ||
| 34 | + This bundle embeds the MinIO JavaScript client and its dependencies. | ||
| 35 | + | ||
| 36 | + This product bundles minio (v8.0.1), which was released under an | ||
| 37 | + Apache 2.0 license. | ||
| 38 | + | ||
| 39 | + MinIO Javascript Library for Amazon S3 Compatible Cloud Storage | ||
| 40 | + Copyright 2015-2024 MinIO, Inc. | ||
| 41 | + | ||
| 42 | + This product bundles the following components, which were released under | ||
| 43 | + an MIT license. | ||
| 44 | + | ||
| 45 | + * async (v3.2.6) -- Copyright (c) 2010-2018 Caolan McMahon | ||
| 46 | + * block-stream2 (v2.1.0) -- Copyright (c) James Halliday | ||
| 47 | + * browser-or-node (v2.1.1) -- Copyright (c) 2018 Dineshkumar Pandiyan | ||
| 48 | + * buffer-crc32 (v1.0.0) -- Copyright (c) 2013-2024 Brian J. Brennan | ||
| 49 | + * decode-uri-component (v0.2.2) -- Copyright (c) Sam Verschueren | ||
| 50 | + * docopt (v0.6.2) -- Copyright (c) 2012 Vladimir Keleshev | ||
| 51 | + * eventemitter3 (v5.0.1) -- Copyright (c) 2014 Arnout Kazemier | ||
| 52 | + * fast-xml-parser (v4.5.0) -- Copyright (c) 2021 Natural Intelligence | ||
| 53 | + * filter-obj (v1.1.0) -- Copyright (c) Sindre Sorhus | ||
| 54 | + * ipaddr.js (v2.2.0) -- Copyright (C) 2011-2017 whitequark | ||
| 55 | + * lodash (v4.17.21) -- Copyright OpenJS Foundation and other contributors | ||
| 56 | + * mime-db (v1.52.0) -- Copyright (c) 2014 Jonathan Ong | ||
| 57 | + * mime-types (v2.1.35) -- Copyright (c) 2014 Jonathan Ong | ||
| 58 | + * query-string (v7.1.3) -- Copyright (c) Sindre Sorhus | ||
| 59 | + * readable-stream (v3.6.2) -- Copyright Joyent, Inc. and other Node contributors | ||
| 60 | + * safe-buffer (v5.2.1) -- Copyright (c) Feross Aboukhadijeh | ||
| 61 | + * split-on-first (v1.1.0) -- Copyright (c) Sindre Sorhus | ||
| 62 | + * strict-uri-encode (v2.0.0) -- Copyright (c) Kevin Martensson | ||
| 63 | + * string_decoder (v1.3.0) -- Copyright Joyent, Inc. and other Node contributors | ||
| 64 | + * strnum (v1.0.5) -- Copyright (c) 2021 Natural Intelligence | ||
| 65 | + * through2 (v4.0.2) -- Copyright (c) Rod Vagg | ||
| 66 | + * util-deprecate (v1.0.2) -- Copyright (c) 2014 Nathan Rajlich | ||
| 67 | + * xml2js (v0.5.0) -- Copyright 2010, 2011, 2012, 2013. All rights reserved. | ||
| 68 | + * xmlbuilder (v11.0.1) -- Copyright (c) 2013 Ozgur Ozcitak | ||
| 69 | + | ||
| 70 | + This product bundles the following components, which were released under | ||
| 71 | + an ISC license. | ||
| 72 | + | ||
| 73 | + * inherits (v2.0.4) -- Copyright (c) Isaac Z. Schlueter | ||
| 74 | + * sax (v1.4.1) -- Copyright (c) Isaac Z. Schlueter and Contributors | ||
| 75 | + | ||
| 76 | + This product bundles the following components, which were released under | ||
| 77 | + a BSD 3-Clause license. | ||
| 78 | + | ||
| 79 | + * stream-chain (v2.2.5) -- Copyright (c) 2005-2024, Eugene Lazutkin | ||
| 80 | + * stream-json (v1.8.0) -- Copyright (c) 2005-2024, Eugene Lazutkin | ||
| 81 | + | ||
| 82 | + ------------------------------------------------------------------------------ | ||
| 83 | + Bundled in util/config/configurator.js (built from util/config/configurator) | ||
| 84 | + ------------------------------------------------------------------------------ | ||
| 85 | + | ||
| 86 | + This product bundles the following components, which were released under | ||
| 87 | + an MIT license. | ||
| 88 | + | ||
| 89 | + * @clack/core (v0.3.5) -- Copyright (c) Nate Moore | ||
| 90 | + * @clack/prompts (v0.7.0) -- Copyright (c) Nate Moore | ||
| 91 | + * sisteransi (v1.0.5) -- Copyright (c) 2018 Terkel Gjervig Nielsen | ||
| 92 | + | ||
| 93 | + This product bundles the following component, which was released under | ||
| 94 | + an ISC license. | ||
| 95 | + | ||
| 96 | + * picocolors (v1.0.1) -- Copyright (c) 2021 Alexey Raspopov, Kostiantyn | ||
| 97 | + Denysov, Anton Verinov | ||
| 98 | + | ||
| 99 | + ------------------------------------------------------------------------------ | ||
| 100 | + Bundled in admin/usage/usage.js (built from admin/usage/usagechecker) | ||
| 101 | + ------------------------------------------------------------------------------ | ||
| 102 | + | ||
| 103 | + This product bundles the following component, which was released under | ||
| 104 | + an ISC license. | ||
| 105 | + | ||
| 106 | + * yaml (v2.8.3) -- Copyright Eemeli Aro <eemeli@gmail.com> | ||
| 107 | + | ||
| 108 | + ------------------------------------------------------------------------------ | ||
| 109 | + NOT BUNDLED -- dependencies downloaded at run time | ||
| 110 | + ------------------------------------------------------------------------------ | ||
| 111 | + | ||
| 112 | + The helper under ide/deploy is not pre-built: its dependencies are fetched by | ||
| 113 | + `bun install` on the end user's machine when `ops ide` first runs, and are | ||
| 114 | + neither redistributed in the Apache source release nor embedded in any file in | ||
| 115 | + this tree. They are recorded here for information only. | ||
| 116 | + | ||
| 117 | + * chokidar (v4.0.3) -- MIT -- Copyright (c) 2012-2019 Paul Miller | ||
| 118 | + * commander (v13.1.0) -- MIT -- Copyright (c) 2011 TJ Holowaychuk | ||
| 119 | + * dotenv (v16.4.7) -- BSD-2-Clause -- Copyright (c) 2015, Scott Motte | ||
| 120 | + * glob (v12.0.0) -- BlueOak-1.0.0 -- Copyright (c) Isaac Z. Schlueter | ||
| 121 | + * mime-types (v2.1.35) -- MIT -- Copyright (c) 2014 Jonathan Ong | ||
| 122 | + * shell-quote (v1.8.3) -- MIT -- Copyright (c) 2013 James Halliday | ||
| 123 | + | ||
| 124 | + The build-time only toolchain (typescript, @types/*, bun-types) is likewise | ||
| 125 | + not redistributed. | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments