Skip to content

Commit baa506c

Browse files
committed
Revert "Add licensing information"
This reverts commit 87a4bf0.
1 parent 87a4bf0 commit baa506c

File tree

331 files changed

+9
-1367
lines changed

Some content is hidden

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

331 files changed

+9
-1367
lines changed

Dockerfile.api

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# SPDX-FileCopyrightText: 2021-2025 DINUM <[email protected]>
2-
# SPDX-FileCopyrightText: 2024-2025 Université Grenoble Alpes
3-
# SPDX-License-Identifier: MIT
4-
51
FROM node:22-alpine as build
62
RUN apk add --no-cache \
73
git \

Dockerfile.web

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# SPDX-FileCopyrightText: 2021-2025 DINUM <[email protected]>
2-
# SPDX-FileCopyrightText: 2024-2025 Université Grenoble Alpes
3-
# SPDX-License-Identifier: MIT
4-
51
# build step
62
FROM node:22-alpine as build
73
WORKDIR /app

LICENSES/LicenseRef-Excluded.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

REUSE.toml

Lines changed: 0 additions & 30 deletions
This file was deleted.

api/.config/kysely.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// SPDX-FileCopyrightText: 2021-2025 DINUM <[email protected]>
2-
// SPDX-FileCopyrightText: 2024-2025 Université Grenoble Alpes
3-
// SPDX-License-Identifier: MIT
4-
51
import { PostgresDialect } from "kysely";
62
import { defineConfig } from "kysely-ctl";
73
import { Pool } from "pg";

api/.prettierrc.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// SPDX-FileCopyrightText: 2021-2025 DINUM <[email protected]>
2-
// SPDX-FileCopyrightText: 2024-2025 Université Grenoble Alpes
3-
// SPDX-License-Identifier: MIT
4-
51
{
62
"printWidth": 120,
73
"tabWidth": 4,

api/knip.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// SPDX-FileCopyrightText: 2021-2025 DINUM <[email protected]>
2-
// SPDX-FileCopyrightText: 2024-2025 Université Grenoble Alpes
3-
// SPDX-License-Identifier: MIT
4-
51
{
62
"$schema": "https://unpkg.com/knip@5/schema.json",
73
"entry": ["src/entrypoints/*.ts", "scripts/*.(ts|js)"],

api/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// SPDX-FileCopyrightText: 2021-2025 DINUM <[email protected]>
2-
// SPDX-FileCopyrightText: 2024-2025 Université Grenoble Alpes
3-
// SPDX-License-Identifier: MIT
4-
51
{
62
"name": "api",
73
"version": "1.20.5",

api/renovate.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// SPDX-FileCopyrightText: 2021-2025 DINUM <[email protected]>
2-
// SPDX-FileCopyrightText: 2024-2025 Université Grenoble Alpes
3-
// SPDX-License-Identifier: MIT
4-
51
{
62
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
73
"baseBranches": ["main"],

api/scripts/generate-translation-schema.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// SPDX-FileCopyrightText: 2021-2025 DINUM <[email protected]>
2-
// SPDX-FileCopyrightText: 2024-2025 Université Grenoble Alpes
3-
// SPDX-License-Identifier: MIT
4-
51
const GenerateSchema = require("generate-schema");
62
const fs = require("fs");
73
const path = require("path");
@@ -114,4 +110,4 @@ enhanceSchemaObject(schema, translations);
114110
console.log(`Writing schema to ${outputPath}`);
115111
fs.writeFileSync(outputPath, JSON.stringify(schema, null, 2));
116112

117-
console.log("✅ Schema generation complete!");
113+
console.log("✅ Schema generation complete!");

0 commit comments

Comments
 (0)