# examples **Repository Path**: laojichao/examples ## Basic Information - **Project Name**: examples - **Description**: 适用于Windows和Linux的复制保护,许可库和许可证生成器示例。 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: https://gitee.com/ia0l6/examples - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-01 - **Last Updated**: 2023-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: Windows, Linux, LICENSE ## README [![Standard](https://img.shields.io/badge/c%2B%2B-11-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) [![Build Status](https://travis-ci.org/open-license-manager/examples.svg?branch=develop)](https://travis-ci.org/open-license-manager/examples) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) 在C++中集成 “licensecc” 的示例。 * [submodule](https://gitee.com/ia0l6/examples/tree/develop/submodule): 一次性编译并安装所有的 “东西”。 * [simple-pc-identifier](https://gitee.com/ia0l6/examples/tree/develop/simple_pc_identifier) 如果您已经在外部编译了库,则很好。 * [program_features](https://gitee.com/ia0l6/examples/tree/develop/program_features) 一个高级示例,显示如何使用许可证文件启用/禁用软件中的功能。 ## update previous versions 如果您已经检查更新 “examples” 项目,并且想要提取最近的提交: ``` git submodule foreach git pull origin develop ```