diff options
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/+layout.ts | 8 | ||||
| -rw-r--r-- | src/routes/+page.svelte | 2 | ||||
| -rw-r--r-- | src/routes/IndexPage.svelte | 2 | ||||
| -rw-r--r-- | src/routes/anim-gen.ts | 10 | ||||
| -rw-r--r-- | src/routes/distro-info.ts | 8 | ||||
| -rw-r--r-- | src/routes/shared.ts | 8 |
6 files changed, 19 insertions, 19 deletions
diff --git a/src/routes/+layout.ts b/src/routes/+layout.ts index 2c01569..ff02056 100644 --- a/src/routes/+layout.ts +++ b/src/routes/+layout.ts @@ -1,11 +1,11 @@ /* - Copyright (C) 2024 memdmp + Copyright (C) 2024-2026 memdmp - This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by Affero, Inc., at version 1. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Affero General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. + You should have received a copy of the Affero General Public License along with this program. If not, see <https://spdx.org/licenses/AGPL-1.0-only>. */ export const prerender = true; export const trailingSlash = 'always'; diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index f70592b..cb1b7ef 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,6 +1,6 @@ <!-- /** - * @license AGPL-3.0-OR-LATER + * @license AGPL-1.0-ONLY * @copyright 2024 memdmp * * Copyright (C) 2024 memdmp diff --git a/src/routes/IndexPage.svelte b/src/routes/IndexPage.svelte index fec5d44..b79ae01 100644 --- a/src/routes/IndexPage.svelte +++ b/src/routes/IndexPage.svelte @@ -1,6 +1,6 @@ <!-- /** - * @license AGPL-3.0-OR-LATER + * @license AGPL-1.0-ONLY * @copyright 2024 memdmp * * Copyright (C) 2024 memdmp diff --git a/src/routes/anim-gen.ts b/src/routes/anim-gen.ts index 1aaaa37..49c9cbd 100644 --- a/src/routes/anim-gen.ts +++ b/src/routes/anim-gen.ts @@ -1,11 +1,11 @@ /* - Copyright (C) 2024 memdmp + Copyright (C) 2024-2026 memdmp - This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by Affero, Inc., at version 1. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Affero General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. + You should have received a copy of the Affero General Public License along with this program. If not, see <https://spdx.org/licenses/AGPL-1.0-only>. */ import { Animation, MultiObjectKeyframe } from '@memdmp/keyframegen'; import { @@ -433,7 +433,7 @@ handleSteps.push(() => { nextStep(); const comment = `/** * @generated - * @license AGPL-3.0-OR-LATER + * @license AGPL-1.0-ONLY * @copyright 2024 memdmp * * Copyright (C) 2024 memdmp diff --git a/src/routes/distro-info.ts b/src/routes/distro-info.ts index 307a463..d5978c6 100644 --- a/src/routes/distro-info.ts +++ b/src/routes/distro-info.ts @@ -1,11 +1,11 @@ /* - Copyright (C) 2024 memdmp + Copyright (C) 2024-2026 memdmp - This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by Affero, Inc., at version 1. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Affero General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. + You should have received a copy of the Affero General Public License along with this program. If not, see <https://spdx.org/licenses/AGPL-1.0-only>. */ export const architecture = 'x86_64'; export const versions = { diff --git a/src/routes/shared.ts b/src/routes/shared.ts index 2ffdb0e..2fc9aac 100644 --- a/src/routes/shared.ts +++ b/src/routes/shared.ts @@ -1,11 +1,11 @@ /* - Copyright (C) 2024 memdmp + Copyright (C) 2024-2026 memdmp - This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by Affero, Inc., at version 1. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Affero General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. + You should have received a copy of the Affero General Public License along with this program. If not, see <https://spdx.org/licenses/AGPL-1.0-only>. */ export const biosSteps = 3; |