1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

Move copyright and links to "AM Crypo", amcrypto.jp and veracrypt.jp

This commit is contained in:
Mounir IDRASSI
2025-05-11 16:02:20 +09:00
parent 4944477b5a
commit b673901503
469 changed files with 644 additions and 637 deletions

View File

@@ -225,9 +225,9 @@ set(CPACK_PACKAGING_INSTALL_PREFIX "/usr")
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/Packaging) # creates the Packaging directory under build directory when CMake generates the build system
set( VENDOR "IDRIX" )
set( VENDOR "AM Crypto" )
set( LICENSE "VeraCrypt License" )
set( CONTACT "VeraCrypt Team <veracrypt@idrix.fr>" )
set( CONTACT "VeraCrypt Team <veracrypt@amcrypto.jp>" )
set( CPACK_PACKAGE_DESCRIPTION_SUMMARY "Disk encryption with strong security based on TrueCrypt." )
set( CPACK_PACKAGE_DESCRIPTION "This package contains binaries for VeraCrypt, a disk encryption with strong security based on TrueCrypt." )
set( CPACK_PACKAGE_NAME ${PROJECT_NAME} )

View File

@@ -4,7 +4,7 @@
# by the TrueCrypt License 3.0.
#
# Modifications and additions to the original source code (contained in this file)
# and all other portions of this file are Copyright (c) 2013-2017 IDRIX
# and all other portions of this file are Copyright (c) 2013-2017 AM Crypto
# and are governed by the Apache License 2.0 the full text of which is
# contained in the file License.txt included in VeraCrypt binary and source
# code distribution packages.

View File

@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (c) 2013-2024 IDRIX
# Copyright (c) 2013-2025 AM Crypto
# Governed by the Apache License 2.0 the full text of which is contained
# in the file License.txt included in VeraCrypt binary and source
# code distribution packages.

View File

@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (c) 2013-2024 IDRIX
# Copyright (c) 2013-2025 AM Crypto
# Governed by the Apache License 2.0 the full text of which is contained
# in the file License.txt included in VeraCrypt binary and source
# code distribution packages.

View File

@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (c) 2013-2024 IDRIX
# Copyright (c) 2013-2025 AM Crypto
# Governed by the Apache License 2.0 the full text of which is contained
# in the file License.txt included in VeraCrypt binary and source
# code distribution packages.

View File

@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (c) 2013-2024 IDRIX
# Copyright (c) 2013-2025 AM Crypto
# Governed by the Apache License 2.0 the full text of which is contained
# in the file License.txt included in VeraCrypt binary and source
# code distribution packages.

View File

@@ -1,5 +1,5 @@
#
# Copyright (c) 2013-2024 IDRIX
# Copyright (c) 2013-2025 AM Crypto
# Governed by the Apache License 2.0 the full text of which is contained
# in the file License.txt included in VeraCrypt binary and source
# code distribution packages.

View File

@@ -1,5 +1,5 @@
#
# Copyright (c) 2013-2024 IDRIX
# Copyright (c) 2013-2025 AM Crypto
# Governed by the Apache License 2.0 the full text of which is contained
# in the file License.txt included in VeraCrypt binary and source
# code distribution packages.

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
#
# Copyright (c) 2013-2024 IDRIX
# Copyright (c) 2013-2025 AM Crypto
# Governed by the Apache License 2.0 the full text of which is contained
# in the file License.txt included in VeraCrypt binary and source
# code distribution packages.

View File

@@ -1,5 +1,5 @@
#
# Copyright (c) 2013-2017 IDRIX
# Copyright (c) 2013-2025 AM Crypto
# Governed by the Apache License 2.0 the full text of which is contained
# in the file License.txt included in VeraCrypt binary and source
# code distribution packages.

View File

@@ -41,7 +41,7 @@ for rpm_file in "${rpm_files[@]}"; do
# Sign the RPM file
echo "Signing $rpm_file..."
rpmsign --define "_gpg_name veracrypt@idrix.fr" \
rpmsign --define "_gpg_name veracrypt@amcrypto.jp" \
--define "_gpg_digest_algo sha512" \
--define "_source_filedigest_algorithm 10" \
--define "_binary_filedigest_algorithm 10" \