Skip to content

Commit 3eabce5

Browse files
authored
Update src/room/useRaisedHands.tsx
Element Call recently changed to AGPL-3.0
1 parent 4083a65 commit 3eabce5

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

src/room/useRaisedHands.tsx

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
/*
22
Copyright 2024 Milton Moura <[email protected]>
33
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
4+
SPDX-License-Identifier: AGPL-3.0-only
5+
Please see LICENSE in the repository root for full details.
156
*/
167

178
import React, { createContext, useContext, useState, ReactNode } from "react";

0 commit comments

Comments
 (0)