Skip to content

Commit 21ab485

Browse files
syuu1228avikivity
authored andcommitted
treewide: use Software Package Data Exchange (SPDX) license identifiers
Instead of lengthy blurbs, switch to single-line, machine-readable standardized (https://spdx.dev) license identifiers. The Linux kernel switched long ago, so there is strong precedent.
1 parent 8a77e76 commit 21ab485

File tree

5 files changed

+5
-80
lines changed

5 files changed

+5
-80
lines changed

Diff for: dist/debian/debian_files_gen.py

+1-16
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,7 @@
44
# Copyright (C) 2020 ScyllaDB
55
#
66

7-
#
8-
# This file is part of Scylla.
9-
#
10-
# Scylla is free software: you can redistribute it and/or modify
11-
# it under the terms of the GNU Affero General Public License as published by
12-
# the Free Software Foundation, either version 3 of the License, or
13-
# (at your option) any later version.
14-
#
15-
# Scylla is distributed in the hope that it will be useful,
16-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
17-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18-
# GNU General Public License for more details.
19-
#
20-
# You should have received a copy of the GNU General Public License
21-
# along with Scylla. If not, see <http://www.gnu.org/licenses/>.
22-
#
7+
# SPDX-License-Identifier: AGPL-3.0-or-later
238

249
import string
2510
import os

Diff for: install-dependencies.sh

+1-16
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,7 @@
33
# Copyright (C) 2020 ScyllaDB
44
#
55

6-
#
7-
# This file is part of Scylla.
8-
#
9-
# Scylla is free software: you can redistribute it and/or modify
10-
# it under the terms of the GNU Affero General Public License as published by
11-
# the Free Software Foundation, either version 3 of the License, or
12-
# (at your option) any later version.
13-
#
14-
# Scylla is distributed in the hope that it will be useful,
15-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
# GNU General Public License for more details.
18-
#
19-
# You should have received a copy of the GNU General Public License
20-
# along with Scylla. If not, see <http://www.gnu.org/licenses/>.
21-
#
6+
# SPDX-License-Identifier: AGPL-3.0-or-later
227

238

249
# TODO: move python dependencies from scylla main repo

Diff for: install.sh

+1-16
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,7 @@
33
# Copyright (C) 2019 ScyllaDB
44
#
55

6-
#
7-
# This file is part of Scylla.
8-
#
9-
# Scylla is free software: you can redistribute it and/or modify
10-
# it under the terms of the GNU Affero General Public License as published by
11-
# the Free Software Foundation, either version 3 of the License, or
12-
# (at your option) any later version.
13-
#
14-
# Scylla is distributed in the hope that it will be useful,
15-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
# GNU General Public License for more details.
18-
#
19-
# You should have received a copy of the GNU General Public License
20-
# along with Scylla. If not, see <http://www.gnu.org/licenses/>.
21-
#
6+
# SPDX-License-Identifier: AGPL-3.0-or-later
227

238
set -e
249

Diff for: reloc/build_reloc.sh

+1-16
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,7 @@
33
# Copyright (C) 2019 ScyllaDB
44
#
55

6-
#
7-
# This file is part of Scylla.
8-
#
9-
# Scylla is free software: you can redistribute it and/or modify
10-
# it under the terms of the GNU Affero General Public License as published by
11-
# the Free Software Foundation, either version 3 of the License, or
12-
# (at your option) any later version.
13-
#
14-
# Scylla is distributed in the hope that it will be useful,
15-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
# GNU General Public License for more details.
18-
#
19-
# You should have received a copy of the GNU General Public License
20-
# along with Scylla. If not, see <http://www.gnu.org/licenses/>.
21-
#
6+
# SPDX-License-Identifier: AGPL-3.0-or-later
227

238
print_usage() {
249
echo "build_reloc.sh --dest build/scylla-python3-package.tar.gz"

Diff for: scripts/create-relocatable-package.py

+1-16
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,7 @@
44
# Copyright (C) 2019 ScyllaDB
55
#
66

7-
#
8-
# This file is part of Scylla.
9-
#
10-
# Scylla is free software: you can redistribute it and/or modify
11-
# it under the terms of the GNU Affero General Public License as published by
12-
# the Free Software Foundation, either version 3 of the License, or
13-
# (at your option) any later version.
14-
#
15-
# Scylla is distributed in the hope that it will be useful,
16-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
17-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18-
# GNU General Public License for more details.
19-
#
20-
# You should have received a copy of the GNU General Public License
21-
# along with Scylla. If not, see <http://www.gnu.org/licenses/>.
22-
#
7+
# SPDX-License-Identifier: AGPL-3.0-or-later
238

249
import argparse
2510
import io

0 commit comments

Comments
 (0)