commit ea86463c60d8fd1d52fa5fd472ecb97e0f16dc86 Author: 程成 Date: Tue Oct 19 13:29:07 2021 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0880771 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# ---> Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +release.properties +dependency-reduced-pom.xml +buildNumber.properties +.mvn/timing.properties +# https://github.com/takari/maven-wrapper#usage-without-binary-jar +.mvn/wrapper/maven-wrapper.jar + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e92f976 --- /dev/null +++ b/LICENSE @@ -0,0 +1,42 @@ +MakeIndex Distribution Notice + +11/11/1989 Copyright (C) 1989 by Chen & Harrison International Systems, Inc. + +Copyright (C) 1988 by Olivetti Research Center + +Copyright (C) 1987 by Regents of the University of California + +Author: + +Pehong Chen (phc@renoir.berkeley.edu) + +Chen & Harrison International Systems, Inc. + +Palo Alto, California + +USA + +Permission is hereby granted to make and distribute original copies of this +program provided that the copyright notice and this permission notice are +preserved and provided that the recipient is not asked to waive or limit his +right to redistribute copies as allowed by this permission notice and provided +that anyone who receives an executable form of this program is granted access +to a machine-readable form of the source code for this program at a cost not +greater than reasonable reproduction, shipping, and handling costs. Executable +forms of this program distributed without the source code must be accompanied +by a conspicuous copy of this permission notice and a statement that tells +the recipient how to obtain the source code. + +Permission is granted to distribute modified versions of all or part of this +program under the conditions above with the additional requirement that the +entire modified work must be covered by a permission notice identical to this +permission notice. Anything distributed with and usable only in conjunction +with something derived from this program, whose useful purpose is to extend +or adapt or add capabilities to this program, is to be considered a modified +version of this program under the requirement above. Ports of this program +to other systems not supported in the distribution are also considered modified +versions. All modified versions should be reported back to the author. + +This program is distributed with no warranty of any sort. No contributor accepts +responsibility for the consequences of using this program or for whether it +serves any particular purpose. diff --git a/README.md b/README.md new file mode 100644 index 0000000..dda71b3 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# comm_toolkit + +用于放公共模块服务 \ No newline at end of file