PayRuStore: Added license to file JavaClasses.h
месяц назад
Файлов изменено: 1
+12
–0
b975211
Module/Payment/.../JavaClasses.h
+12
–0
@@ -1,5 +1,17 @@ | ||
#pragma once | ||
/**************************************************************************/ | ||
/** Created by WsmTycoon on 29.04.2025 **/ | ||
/**************************************************************************/ | ||
/** You are solely responsible for determining the appropriateness of using | ||
* or redistributing the Work and assume any risks associated with Your | ||
* exercise of permissions under this License. **/ | ||
/** 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. **/ | ||
#include <jni.h> | ||
#include <string> | ||
#include <vector> |
Cherry-pick
Команда cherry-pick позволяет выбрать отдельные коммиты из одной ветки и применить их к другой.