Skip to content

Commit 28cfa3e

Browse files
committed
Remove copyright notice and rename COPYING to LICENSE.
1 parent fee8fe9 commit 28cfa3e

File tree

4 files changed

+2
-19
lines changed

4 files changed

+2
-19
lines changed

CMakeLists.txt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
# Copyright (C) 2024 The C++ Plus Project.
2-
# This file is part of the cppp-platform library.
3-
#
4-
# The cppp-platform library is free software; you can redistribute it
5-
# and/or modify it under the terms of the The Unlicense as published
6-
# by the unlicense.org
7-
#
8-
# The cppp-platform library is distributed in the hope that it will be
9-
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty
10-
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the The
11-
# Unlicense for more details.
12-
#
13-
# You should have received a copy of the The Unlicense along with the
14-
# cppp-platform library; see the file COPYING.
15-
# If not, see <http://unlicense.org/>.
16-
171
cmake_minimum_required(VERSION 3.10)
182
project(cppp-platform VERSION 1.3.0)
193

COPYING renamed to LICENSE

File renamed without changes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Introduction
2-
cppp-platform is a portable platform check library for C++ Plus.
2+
cppp-platform is a portable platform check library for C+++.
33

44
# Build
55
## Dependence
6-
+ CMake (version >= 3.12)
6+
+ CMake (version >= 3.10)
77

88
## Command
99
```shell

include/cppp/cppp-platform.h.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
22
* @file cppp/cppp-platform.h
33
* @author ChenPi11
4-
* @copyright Copyright (C) 2024 The C++ Plus Project
54
* @brief C++ Plus platform predefined detection.
65
* @version @PROJECT_VERSION@
76
* @see https://github.com/cpredef/predef

0 commit comments

Comments
 (0)