From f2eaa2e278ca2d27ae5440c1495c0ec2341210ab Mon Sep 17 00:00:00 2001 From: sawka Date: Mon, 16 Oct 2023 15:33:07 -0700 Subject: [PATCH] add example copyright to index.ts --- src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.ts b/src/index.ts index 7f205343..f933174c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,6 @@ +// Copyright 2023, Command Line Inc. +// SPDX-License-Identifier: Apache-2.0 + import * as mobx from "mobx"; import * as React from "react"; import { createRoot } from "react-dom/client";