|
| 1 | +// MIT License |
1 | 2 | // |
2 | | -// Copyright Inrupt Inc. |
| 3 | +// Copyright (c) Inrupt |
3 | 4 | // |
4 | 5 | // Permission is hereby granted, free of charge, to any person obtaining a copy |
5 | | -// of this software and associated documentation files (the "Software"), to deal in |
6 | | -// the Software without restriction, including without limitation the rights to use, |
7 | | -// copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the |
8 | | -// Software, and to permit persons to whom the Software is furnished to do so, |
9 | | -// subject to the following conditions: |
| 6 | +// of this software and associated documentation files (the "Software"), to deal |
| 7 | +// in the Software without restriction, including without limitation the rights |
| 8 | +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 9 | +// copies of the Software, and to permit persons to whom the Software is |
| 10 | +// furnished to do so, subject to the following conditions: |
10 | 11 | // |
11 | | -// The above copyright notice and this permission notice shall be included in |
12 | | -// all copies or substantial portions of the Software. |
| 12 | +// The above copyright notice and this permission notice shall be included in all |
| 13 | +// copies or substantial portions of the Software. |
13 | 14 | // |
14 | | -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, |
15 | | -// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A |
16 | | -// PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
17 | | -// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
18 | | -// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
19 | | -// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 15 | +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 | +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 18 | +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 19 | +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 20 | +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 21 | +// SOFTWARE. |
20 | 22 | // |
21 | 23 |
|
22 | 24 | // Disabling the following prevents from having to install before linting from |
23 | 25 | // the root. |
24 | | -// eslint-disable-next-line import/no-unresolved |
| 26 | + |
25 | 27 | import { useEffect, useState } from "react"; |
26 | 28 | import { getPodUrlAll } from "@inrupt/solid-client"; |
27 | 29 | import type { Session } from "@inrupt/solid-client-authn-browser"; |
|
0 commit comments