From fbc72283d4855f1164042cf51a5a84221fe88225 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Wed, 15 Feb 2023 16:20:58 -0500 Subject: [PATCH] Add missing copyright headers --- src/useMergedRefs.ts | 16 ++++++++++++++++ src/useReactiveState.ts | 16 ++++++++++++++++ src/video-grid/NewVideoGrid.module.css | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/src/useMergedRefs.ts b/src/useMergedRefs.ts index 7c6da65..3fab929 100644 --- a/src/useMergedRefs.ts +++ b/src/useMergedRefs.ts @@ -1,3 +1,19 @@ +/* +Copyright 2023 New Vector Ltd + +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. +*/ + import { MutableRefObject, RefCallback, useCallback } from "react"; /** diff --git a/src/useReactiveState.ts b/src/useReactiveState.ts index fe99572..f20399a 100644 --- a/src/useReactiveState.ts +++ b/src/useReactiveState.ts @@ -1,3 +1,19 @@ +/* +Copyright 2023 New Vector Ltd + +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. +*/ + import { DependencyList, Dispatch, diff --git a/src/video-grid/NewVideoGrid.module.css b/src/video-grid/NewVideoGrid.module.css index e6f64ba..75ee707 100644 --- a/src/video-grid/NewVideoGrid.module.css +++ b/src/video-grid/NewVideoGrid.module.css @@ -1,3 +1,19 @@ +/* +Copyright 2023 New Vector Ltd + +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. +*/ + .grid { contain: strict; position: relative;