Browse Source

Migrate license to AGPL - other files.

pull/3422/head
Benoit Marty 2 weeks ago
parent
commit
1b7b39f97f
  1. 17
      app/src/main/res/resources.properties
  2. 18
      tools/adb/callLinkCustomScheme.sh
  3. 18
      tools/adb/callLinkCustomScheme2.sh
  4. 18
      tools/adb/callLinkHttps.sh
  5. 18
      tools/adb/oidc.sh
  6. 18
      tools/git/validate_lfs.sh
  7. 16
      tools/gitflow/gitflow-init.sh
  8. 17
      tools/release/release.sh

17
app/src/main/res/resources.properties

@ -1,17 +1,6 @@ @@ -1,17 +1,6 @@
# Copyright 2024 New Vector Ltd.
#
# Copyright (c) 2024 New Vector Ltd
#
# 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.
#
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
unqualifiedResLocale=en

18
tools/adb/callLinkCustomScheme.sh

@ -1,19 +1,9 @@ @@ -1,19 +1,9 @@
#! /bin/bash
# Copyright 2023-2024 New Vector Ltd.
#
# Copyright (c) 2023 New Vector Ltd
#
# 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.
#
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
# Format is:
# element://call?url=some-encoded-url

18
tools/adb/callLinkCustomScheme2.sh

@ -1,19 +1,9 @@ @@ -1,19 +1,9 @@
#! /bin/bash
# Copyright 2023-2024 New Vector Ltd.
#
# Copyright (c) 2023 New Vector Ltd
#
# 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.
#
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
# Format is:
# io.element.call:/?url=some-encoded-url

18
tools/adb/callLinkHttps.sh

@ -1,19 +1,9 @@ @@ -1,19 +1,9 @@
#! /bin/bash
# Copyright 2023-2024 New Vector Ltd.
#
# Copyright (c) 2023 New Vector Ltd
#
# 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.
#
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
# Format is:
# https://call.element.io/*

18
tools/adb/oidc.sh

@ -1,19 +1,9 @@ @@ -1,19 +1,9 @@
#! /bin/bash
# Copyright 2023-2024 New Vector Ltd.
#
# Copyright (c) 2023 New Vector Ltd
#
# 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.
#
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
# Format is:

18
tools/git/validate_lfs.sh

@ -1,20 +1,10 @@ @@ -1,20 +1,10 @@
#! /bin/bash
# Copyright 2022-2024 New Vector Ltd.
#
# Copyright (c) 2022 New Vector Ltd
#
# 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.
#
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
# Based on https://cashapp.github.io/paparazzi/#git-lfs
# Compare the output of `git ls-files ':(attr:filter=lfs)'` against `git lfs ls-files`

16
tools/gitflow/gitflow-init.sh

@ -1,19 +1,9 @@ @@ -1,19 +1,9 @@
#!/usr/bin/env bash
# Copyright 2023-2024 New Vector Ltd.
#
# Copyright (c) 2023 New Vector Ltd
#
# 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.
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
git flow init -d
git config gitflow.prefix.versiontag v

17
tools/release/release.sh

@ -1,20 +1,9 @@ @@ -1,20 +1,9 @@
#!/usr/bin/env bash
# Copyright 2023-2024 New Vector Ltd.
#
# Copyright (c) 2023 New Vector Ltd
#
# 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.
#
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
# do not exit when any command fails (issue with git flow)
set +e

Loading…
Cancel
Save