Skip to content

Commit 727b582

Browse files
committed
chore(graalvm): add missing copyright header
Signed-off-by: Dario Valdespino <dvaldespino00@gmail.com>
1 parent 0daf66d commit 727b582

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/graalvm/src/main/kotlin/elide/runtime/gvm/internals/intrinsics/js/ArrayBufferViews.kt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*
2+
* Copyright (c) 2024-2025 Elide Technologies, Inc.
3+
*
4+
* Licensed under the MIT license (the "License"); you may not use this file except in compliance
5+
* with the License. You may obtain a copy of the License at
6+
*
7+
* https://opensource.org/license/mit/
8+
*
9+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
10+
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
11+
* License for the specific language governing permissions and limitations under the License.
12+
*/
113
package elide.runtime.gvm.internals.intrinsics.js
214

315
import org.graalvm.polyglot.Context

0 commit comments

Comments
 (0)