stevedlawrence commented on code in PR #117: URL: https://github.com/apache/daffodil-vscode/pull/117#discussion_r889198719
########## build/bin.NOTICE: ########## @@ -150,3 +150,196 @@ The following NOTICE information applies to binary components distributed with t Portions of this code are derived from classes placed in the public domain by Arbortext on 10 Apr 2000. See: http://www.arbortext.com/customer_support/updates_and_technical_notes/catalogs/docs/README.htm + +- extension/dist/ext/extension.js + Copyright 2014 gRPC authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +- com.typesafe.akka.akka-http-core_<VERSION>.jar in omega-edit-scala-server-<VERSION>.zip +- com.typesafe.akka.akka-http-_<VERSION>.jar in omega-edit-scala-server-<VERSION>.zip +- com.typesafe.akka.akka-http-parsing_<VERSION>.jar in omega-edit-scala-server-<VERSION>.zip + Akka HTTP + ========= + + The source code is Akka HTTP is hosted at https://github.com/akka/akka-http. + + This software is licensed under the Apache 2 license, quoted below. + + Copyright 2009-2021 Lightbend Inc. [https://www.lightbend.com] + + Licensed under the Apache License, Version 2.0 (the "License"); you may not + use this file except in compliance with the License. You may obtain a copy of + the License at + + [http://www.apache.org/licenses/LICENSE-2.0] + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + License for the specific language governing permissions and limitations under + the License. + + Also, please refer to each `licenses/LICENSE.<component>.txt` file for the license + terms of the components that this product depends on. + + ------------------------------------------------------------------------------- + This product contains a modified version of 'HPACK', a Java implementation of + the HTTP/2 HPACK algorithm written by Twitter. It can be obtained at: + + * LICENSE: + * licenses/LICENSE.hpack.txt (Apache License 2.0) + * HOMEPAGE: + * https://github.com/twitter/hpack + +- io.grpc.grpc-api-<VERSION>.jar in omega-edit-scala-server-<VERSION>.zip +- io.grpc.grpc-context-<VERSION>.jar in omega-edit-scala-server-<VERSION>.zip +- io.grpc.grpc-core-<VERSION>.jar in omega-edit-scala-server-<VERSION>.zip +- io.grpc.grpc-netty-shaded-<VERSION>.jar in omega-edit-scala-server-<VERSION>.zip +- io.grpc.grpc-stub-<VERSION>.jar in omega-edit-scala-server-<VERSION>.zip Review Comment: You added this above ``` - extension/dist/ext/extension.js Copyright 2014 gRPC authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ``` Isn't that the same as this grpc? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
