From c00220b69fa2566b2109eee26545d34c7943c508 Mon Sep 17 00:00:00 2001 From: Soolu Thomas Date: Wed, 30 Aug 2023 08:43:10 -0400 Subject: [PATCH 1/2] Change `master` -> `main` for qiskit-translations repo (#679) (cherry picked from commit b11d7a153e4561617f0b7c0b572be3995ddd75fd) --- tools/deploy_translatable_strings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deploy_translatable_strings.sh b/tools/deploy_translatable_strings.sh index 616f8aaf2..fe0969002 100755 --- a/tools/deploy_translatable_strings.sh +++ b/tools/deploy_translatable_strings.sh @@ -20,7 +20,7 @@ SOURCE_DIR=`pwd` SOURCE_LANG='en' TARGET_REPOSITORY="git@github.com:qiskit-community/qiskit-translations.git" -TARGET_BRANCH_PO="master" +TARGET_BRANCH_PO="main" DOC_DIR_PO="docs/locale/" From 88b1c684a4d49443c0daf52552de7585510eff3a Mon Sep 17 00:00:00 2001 From: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com> Date: Fri, 1 Sep 2023 08:06:28 -0400 Subject: [PATCH 2/2] Update copyright date --- tools/deploy_translatable_strings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deploy_translatable_strings.sh b/tools/deploy_translatable_strings.sh index fe0969002..b8a2dc4a8 100755 --- a/tools/deploy_translatable_strings.sh +++ b/tools/deploy_translatable_strings.sh @@ -2,7 +2,7 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2018, 2021. +# (C) Copyright IBM 2018, 2023. # # This code is licensed under the Apache License, Version 2.0. You may # obtain a copy of this license in the LICENSE.txt file in the root directory