You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -86,27 +86,210 @@ code, the source code can be found at [https://github.com/newrelic/newrelic-brow
86
86
87
87
### @newrelic/rrweb
88
88
89
-
This product includes source derived from [@newrelic/rrweb](https://github.com/newrelic-forks/rrweb) ([v1.0.1](https://github.com/newrelic-forks/rrweb/tree/v1.0.1)), distributed under the [MIT License](https://github.com/newrelic-forks/rrweb/blob/v1.0.1/LICENSE):
89
+
This product includes source derived from [@newrelic/rrweb](https://github.com/newrelic-forks/rrweb) ([v1.1.2](https://github.com/newrelic-forks/rrweb/tree/v1.1.2)), distributed under the [Apache-2.0 License](https://github.com/newrelic-forks/rrweb/blob/v1.1.2/LICENSE):
90
90
91
91
```
92
-
MIT License
92
+
Apache License
93
+
Version 2.0, January 2004
94
+
http://www.apache.org/licenses/
93
95
94
-
Copyright (c) <year> <copyright holders>
96
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
95
97
96
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
97
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
98
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
100
-
following conditions:
98
+
1. Definitions.
101
99
102
-
The above copyright notice and this permission notice shall be included in all copies or substantial
103
-
portions of the Software.
100
+
"License" shall mean the terms and conditions for use, reproduction,
101
+
and distribution as defined by Sections 1 through 9 of this document.
104
102
105
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
106
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
107
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
108
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
109
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
103
+
"Licensor" shall mean the copyright owner or entity authorized by
104
+
the copyright owner that is granting the License.
105
+
106
+
"Legal Entity" shall mean the union of the acting entity and all
107
+
other entities that control, are controlled by, or are under common
108
+
control with that entity. For the purposes of this definition,
109
+
"control" means (i) the power, direct or indirect, to cause the
110
+
direction or management of such entity, whether by contract or
111
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
112
+
outstanding shares, or (iii) beneficial ownership of such entity.
113
+
114
+
"You" (or "Your") shall mean an individual or Legal Entity
115
+
exercising permissions granted by this License.
116
+
117
+
"Source" form shall mean the preferred form for making modifications,
118
+
including but not limited to software source code, documentation
119
+
source, and configuration files.
120
+
121
+
"Object" form shall mean any form resulting from mechanical
122
+
transformation or translation of a Source form, including but
123
+
not limited to compiled object code, generated documentation,
124
+
and conversions to other media types.
125
+
126
+
"Work" shall mean the work of authorship, whether in Source or
127
+
Object form, made available under the License, as indicated by a
128
+
copyright notice that is included in or attached to the work
129
+
(an example is provided in the Appendix below).
130
+
131
+
"Derivative Works" shall mean any work, whether in Source or Object
132
+
form, that is based on (or derived from) the Work and for which the
133
+
editorial revisions, annotations, elaborations, or other modifications
134
+
represent, as a whole, an original work of authorship. For the purposes
135
+
of this License, Derivative Works shall not include works that remain
136
+
separable from, or merely link (or bind by name) to the interfaces of,
137
+
the Work and Derivative Works thereof.
138
+
139
+
"Contribution" shall mean any work of authorship, including
140
+
the original version of the Work and any modifications or additions
141
+
to that Work or Derivative Works thereof, that is intentionally
142
+
submitted to Licensor for inclusion in the Work by the copyright owner
143
+
or by an individual or Legal Entity authorized to submit on behalf of
144
+
the copyright owner. For the purposes of this definition, "submitted"
145
+
means any form of electronic, verbal, or written communication sent
146
+
to the Licensor or its representatives, including but not limited to
147
+
communication on electronic mailing lists, source code control systems,
148
+
and issue tracking systems that are managed by, or on behalf of, the
149
+
Licensor for the purpose of discussing and improving the Work, but
150
+
excluding communication that is conspicuously marked or otherwise
151
+
designated in writing by the copyright owner as "Not a Contribution."
152
+
153
+
"Contributor" shall mean Licensor and any individual or Legal Entity
154
+
on behalf of whom a Contribution has been received by Licensor and
155
+
subsequently incorporated within the Work.
156
+
157
+
2. Grant of Copyright License. Subject to the terms and conditions of
158
+
this License, each Contributor hereby grants to You a perpetual,
0 commit comments