Skip to content

Commit 7dfa86f

Browse files
committed
Add Apache-2.0 copyright headers
Insert a standard license header ("Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.") across many source files. Changes are non-functional — only license/header additions to apps/studio components, UI primitives, hooks, mocks, plugins, examples and various package sources to standardize licensing.
1 parent a0f2d23 commit 7dfa86f

427 files changed

Lines changed: 854 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/studio/src/App.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.
2+
13
import { useState, useEffect, useCallback } from 'react';
24
import { ObjectStackClient } from '@objectstack/client';
35
import { ObjectStackProvider } from '@objectstack/client-react';

apps/studio/src/components/DeveloperOverview.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.
2+
13
import { useState, useEffect, useCallback } from 'react';
24
import { useClient } from '@objectstack/client-react';
35
import { Card, CardContent, CardHeader, CardTitle, CardDescription } from "@/components/ui/card";

apps/studio/src/components/ErrorBoundary.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.
2+
13
import { Component, type ErrorInfo, type ReactNode } from 'react';
24
import { AlertCircle, RefreshCw } from 'lucide-react';
35

apps/studio/src/components/MetadataInspector.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.
2+
13
import { useState, useEffect } from 'react';
24
import { useClient } from '@objectstack/client-react';
35
import { Card, CardContent, CardHeader, CardTitle, CardDescription } from "@/components/ui/card";

apps/studio/src/components/ObjectApiConsole.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.
2+
13
import { useState, useCallback } from 'react';
24
import { useClient } from '@objectstack/client-react';
35
import { Badge } from '@/components/ui/badge';

apps/studio/src/components/ObjectDataForm.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.
2+
13
import { useState, useEffect } from 'react';
24
import { useClient } from '@objectstack/client-react';
35
import { Button } from "@/components/ui/button";

apps/studio/src/components/ObjectDataTable.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.
2+
13
import { useState, useEffect } from 'react';
24
import { useClient } from '@objectstack/client-react';
35
import { Card, CardContent, CardHeader, CardTitle, CardDescription, CardFooter } from "@/components/ui/card";

apps/studio/src/components/ObjectExplorer.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.
2+
13
import { useState } from 'react';
24
import { ObjectDataTable } from './ObjectDataTable';
35
import { ObjectSchemaInspector } from './ObjectSchemaInspector';

apps/studio/src/components/ObjectSchemaInspector.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.
2+
13
import { useState, useEffect } from 'react';
24
import { useClient } from '@objectstack/client-react';
35
import { Card, CardContent, CardHeader, CardTitle, CardDescription } from "@/components/ui/card";

apps/studio/src/components/PackageManager.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.
2+
13
import { useState, useEffect, useCallback } from 'react';
24
import { useClient } from '@objectstack/client-react';
35
import { Card, CardContent, CardHeader, CardTitle, CardDescription } from "@/components/ui/card";

0 commit comments

Comments
 (0)