Skip to content

Commit 407af7b

Browse files
committed
license bumping and aligning
1 parent 9d13cbd commit 407af7b

33 files changed

Lines changed: 97 additions & 7 deletions

ceopardy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/obilodeau/ceopardy/
33
#
44
# Olivier Bilodeau <olivier@bottomlesspit.org>
5-
# Copyright (C) 2017-2026 Olivier Bilodeau
5+
# Copyright (C) 2017, 2018, 2019, 2024, 2026 Olivier Bilodeau
66
# All rights reserved.
77
#
88
# This program is free software: you can redistribute it and/or modify

ceopardy/__main__.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Ceopardy
2+
# https://github.com/obilodeau/ceopardy/
3+
#
4+
# Olivier Bilodeau <olivier@bottomlesspit.org>
5+
# Copyright (C) 2026 Olivier Bilodeau
6+
# All rights reserved.
7+
#
8+
# This program is free software: you can redistribute it and/or modify
9+
# it under the terms of the GNU General Public License as published by
10+
# the Free Software Foundation, either version 3 of the License, or
11+
# (at your option) any later version.
12+
#
13+
# This program is distributed in the hope that it will be useful,
14+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
# GNU General Public License for more details.
17+
#
118
import argparse
219
import os
320
import shutil

ceopardy/api/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/obilodeau/ceopardy/
33
#
44
# Olivier Bilodeau <olivier@bottomlesspit.org>
5-
# Copyright (C) 2017-2026 Olivier Bilodeau
5+
# Copyright (C) 2026 Olivier Bilodeau
66
# All rights reserved.
77
#
88
# This program is free software: you can redistribute it and/or modify

ceopardy/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/obilodeau/ceopardy/
33
#
44
# Olivier Bilodeau <olivier@bottomlesspit.org>
5-
# Copyright (C) 2017, 2019 Olivier Bilodeau
5+
# Copyright (C) 2017, 2019, 2026 Olivier Bilodeau
66
# All rights reserved.
77
#
88
# This program is free software: you can redistribute it and/or modify

ceopardy/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/obilodeau/ceopardy/
33
#
44
# Olivier Bilodeau <olivier@bottomlesspit.org>
5-
# Copyright (C) 2017 Olivier Bilodeau
5+
# Copyright (C) 2017, 2019, 2024, 2026 Olivier Bilodeau
66
# All rights reserved.
77
#
88
# This program is free software: you can redistribute it and/or modify

ceopardy/exceptions.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Ceopardy
2+
# https://github.com/obilodeau/ceopardy/
3+
#
4+
# Olivier Bilodeau <olivier@bottomlesspit.org>
5+
# Copyright (C) 2026 Olivier Bilodeau
6+
# All rights reserved.
7+
#
8+
# This program is free software: you can redistribute it and/or modify
9+
# it under the terms of the GNU General Public License as published by
10+
# the Free Software Foundation, either version 3 of the License, or
11+
# (at your option) any later version.
12+
#
13+
# This program is distributed in the hope that it will be useful,
14+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
# GNU General Public License for more details.
17+
#
118
"""Domain exceptions for ceopardy.
219
320
A leaf module so any other module (controller, utils, api/routes, tests…)

ceopardy/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/obilodeau/ceopardy/
33
#
44
# Olivier Bilodeau <olivier@bottomlesspit.org>
5-
# Copyright (C) 2017 Olivier Bilodeau
5+
# Copyright (C) 2017, 2026 Olivier Bilodeau
66
# All rights reserved.
77
#
88
# This program is free software: you can redistribute it and/or modify

ceopardy/shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/obilodeau/ceopardy/
33
#
44
# Olivier Bilodeau <olivier@bottomlesspit.org>
5-
# Copyright (C) 2017 Olivier Bilodeau
5+
# Copyright (C) 2017, 2026 Olivier Bilodeau
66
# All rights reserved.
77
#
88
# This program is free software: you can redistribute it and/or modify

ceopardy/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/obilodeau/ceopardy/
33
#
44
# Olivier Bilodeau <olivier@bottomlesspit.org>
5-
# Copyright (C) 2017 Olivier Bilodeau
5+
# Copyright (C) 2017, 2018, 2019, 2025, 2026 Olivier Bilodeau
66
# All rights reserved.
77
#
88
# This program is free software: you can redistribute it and/or modify

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"type": "module",
55
"description": "Ceopardy front-end built with Vite + Vue 3",
6+
"license": "GPL-3.0-or-later",
67
"scripts": {
78
"dev": "vite",
89
"build": "vite build",

0 commit comments

Comments
 (0)