File tree 5 files changed +5
-80
lines changed
5 files changed +5
-80
lines changed Original file line number Diff line number Diff line change 4
4
# Copyright (C) 2020 ScyllaDB
5
5
#
6
6
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
23
8
24
9
import string
25
10
import os
Original file line number Diff line number Diff line change 3
3
# Copyright (C) 2020 ScyllaDB
4
4
#
5
5
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
22
7
23
8
24
9
# TODO: move python dependencies from scylla main repo
Original file line number Diff line number Diff line change 3
3
# Copyright (C) 2019 ScyllaDB
4
4
#
5
5
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
22
7
23
8
set -e
24
9
Original file line number Diff line number Diff line change 3
3
# Copyright (C) 2019 ScyllaDB
4
4
#
5
5
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
22
7
23
8
print_usage () {
24
9
echo " build_reloc.sh --dest build/scylla-python3-package.tar.gz"
Original file line number Diff line number Diff line change 4
4
# Copyright (C) 2019 ScyllaDB
5
5
#
6
6
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
23
8
24
9
import argparse
25
10
import io
You can’t perform that action at this time.
0 commit comments