Migrate license to AGPL - sh files.
This commit is contained in:
parent
8062ee4670
commit
0c89c26ce5
9 changed files with 30 additions and 126 deletions
|
|
@ -1,19 +1,9 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
|
# Copyright 2023-2024 New Vector Ltd.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 New Vector Ltd
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
#
|
# Please see LICENSE in the repository root for full details.
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
|
|
||||||
# Format is:
|
# Format is:
|
||||||
# elementx://open/{sessionId} to open a session
|
# elementx://open/{sessionId} to open a session
|
||||||
|
|
|
||||||
|
|
@ -1,19 +1,9 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
|
# Copyright 2024 New Vector Ltd.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 New Vector Ltd
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
#
|
# Please see LICENSE in the repository root for full details.
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
|
|
||||||
adb shell am start -a android.intent.action.VIEW -c android.intent.category.BROWSABLE \
|
adb shell am start -a android.intent.action.VIEW -c android.intent.category.BROWSABLE \
|
||||||
-d "https://app.element.io/#/room/!cuqHozLHNBgupgLMKN:matrix.org/%24LZDOueY3R8OD2ZYf8FLKtu95aF7imLBC3F5TIUj-4cc"
|
-d "https://app.element.io/#/room/!cuqHozLHNBgupgLMKN:matrix.org/%24LZDOueY3R8OD2ZYf8FLKtu95aF7imLBC3F5TIUj-4cc"
|
||||||
|
|
|
||||||
|
|
@ -1,19 +1,9 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
|
# Copyright 2024 New Vector Ltd.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 New Vector Ltd
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
#
|
# Please see LICENSE in the repository root for full details.
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
|
|
||||||
adb shell am start -a android.intent.action.VIEW \
|
adb shell am start -a android.intent.action.VIEW \
|
||||||
-d "element://room/%23element-android%3Amatrix.org"
|
-d "element://room/%23element-android%3Amatrix.org"
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Copyright 2023-2024 New Vector Ltd.
|
||||||
#
|
#
|
||||||
# Copyright 2023 New Vector Ltd
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
#
|
# Please see LICENSE in the repository root for full details.
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
|
|
||||||
#######################################################################################################################
|
#######################################################################################################################
|
||||||
# Search forbidden pattern
|
# Search forbidden pattern
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,7 @@
|
||||||
|
# Copyright 2023-2024 New Vector Ltd.
|
||||||
#
|
#
|
||||||
# Copyright 2023 New Vector Ltd
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
#
|
# Please see LICENSE in the repository root for full details.
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
|
|
||||||
# This file list String which are not allowed in source code.
|
# This file list String which are not allowed in source code.
|
||||||
# Use Perl regex to write forbidden strings
|
# Use Perl regex to write forbidden strings
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Copyright 2022-2024 New Vector Ltd.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 New Vector Ltd
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
#
|
# Please see LICENSE in the repository root for full details.
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
|
|
||||||
## Dependency graph https://github.com/savvasdalkitsis/module-dependency-graph
|
## Dependency graph https://github.com/savvasdalkitsis/module-dependency-graph
|
||||||
dotPath=$(pwd)/docs/images/module_graph.dot
|
dotPath=$(pwd)/docs/images/module_graph.dot
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,9 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
|
# Copyright 2023-2024 New Vector Ltd.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 New Vector Ltd
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
#
|
# Please see LICENSE in the repository root for full details.
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Copyright 2023-2024 New Vector Ltd.
|
||||||
#
|
#
|
||||||
# Copyright 2023 New Vector Ltd
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
#
|
# Please see LICENSE in the repository root for full details.
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
|
|
||||||
# List of tasks to run before creating a PR, to limit the risk of getting rejected by the CI.
|
# List of tasks to run before creating a PR, to limit the risk of getting rejected by the CI.
|
||||||
# Can be used as a git hook if you want.
|
# Can be used as a git hook if you want.
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Copyright 2023-2024 New Vector Ltd.
|
||||||
#
|
#
|
||||||
# Copyright 2023 New Vector Ltd
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
#
|
# Please see LICENSE in the repository root for full details.
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
|
|
||||||
echo "Zipping the contents of the 'files' directory..."
|
echo "Zipping the contents of the 'files' directory..."
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue