@nyris/nyris-webapp 0.3.76 → 0.3.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -108,6 +108,28 @@
108
108
  * See the LICENSE file in the root directory of this source tree.
109
109
  */
110
110
 
111
+ /**
112
+ * @licstart The following is the entire license notice for the
113
+ * JavaScript code in this page
114
+ *
115
+ * Copyright 2024 Mozilla Foundation
116
+ *
117
+ * Licensed under the Apache License, Version 2.0 (the "License");
118
+ * you may not use this file except in compliance with the License.
119
+ * You may obtain a copy of the License at
120
+ *
121
+ * http://www.apache.org/licenses/LICENSE-2.0
122
+ *
123
+ * Unless required by applicable law or agreed to in writing, software
124
+ * distributed under the License is distributed on an "AS IS" BASIS,
125
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
126
+ * See the License for the specific language governing permissions and
127
+ * limitations under the License.
128
+ *
129
+ * @licend The above is the entire license notice for the
130
+ * JavaScript code in this page
131
+ */
132
+
111
133
  /**
112
134
  * react-router v7.1.3
113
135
  *