Skip to content

Commit 349b95d

Browse files
authored
Update copyrights and licenses (#215)
1 parent ee3a8ef commit 349b95d

35 files changed

Lines changed: 177 additions & 2 deletions

reactExamples/src/client/FileAttachmentPage/CreateDirectoryModal.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2023-2026 LabKey Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
5+
*/
16
import React, { ChangeEvent, FC, memo, useCallback, useState } from 'react';
27
import { Modal } from '@labkey/components';
38

reactExamples/src/client/FileAttachmentPage/FileAttachmentForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 LabKey Corporation
2+
* Copyright (c) 2023-2026 LabKey Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

reactExamples/src/client/FileAttachmentPage/FileAttachmentPanel.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2023-2026 LabKey Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
5+
*/
16
import React, { FC, memo, useCallback } from 'react';
27
import { FileAttachmentForm } from '@labkey/components';
38
import { Map } from 'immutable';

reactExamples/src/client/FileAttachmentPage/FileDisplayPanel.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2023-2026 LabKey Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
5+
*/
16
import React, { FC, memo, useCallback, useEffect, useState } from 'react';
27
import { Draft, produce } from "immer";
38
import { ActionURL } from '@labkey/api';

reactExamples/src/client/FileAttachmentPage/actions.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2023-2026 LabKey Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
5+
*/
16
import { ActionURL } from "@labkey/api";
27
import { getWebDavFiles, uploadWebDavFile, WebDavFile } from "@labkey/components";
38

reactExamples/src/client/FileAttachmentPage/app.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2023-2026 LabKey Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
5+
*/
16
import React from 'react';
27
import { createRoot } from 'react-dom/client';
38

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
/*
2+
* Copyright (c) 2023-2026 LabKey Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
5+
*/
16
export const MY_ATTACHMENTS_DIR = 'MyAttachments';

reactExamples/src/client/FileAttachmentPage/dev.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2023-2026 LabKey Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
5+
*/
16
import React from 'react';
27
import { createRoot } from 'react-dom/client';
38

reactExamples/src/client/FileAttachmentPage/models.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2023-2026 LabKey Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
5+
*/
16
import { immerable } from "immer";
27
import { Map } from "immutable";
38

reactExamples/src/client/HelloWorldPage/HelloWorld.test.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2023-2026 LabKey Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
5+
*/
16
import React from 'react';
27
import { render } from '@testing-library/react';
38
import { App } from './HelloWorld';

0 commit comments

Comments
 (0)