first version.
[build-srcpkg.git] / res / LisenceSet / PMIT.LISENCE
bloba329d4551be76133c1c7011ad043ad0fc6c01fa0
2 Personal MIT Lisence
4 Copyright (C) @{SRCPKG_YEAR} <ORIGIN_HOLDER>.
5 Authorization @{SRCPKG_YEAR} @{SRCPKG_HOLDER}.
6 SimilarityDectectionAlgorithm <self-defined/algorithm-name/unpublished>
8 this software is authorized to one person, one company, or one orgnization with
9 agreement of author. the author can be personal, or develop team, or company,
10 or some orgnization. econamic value and other benifit is allowed in this 
11 authorization, but it NOT MUST BE.
13 authorization info is stored in authorized copying data file. this file stored
14 original author info, authorized user info, and src-code feature info.
16 it's a limited authorization. authorized user could use this software freely as
17 it is in a  MIT Copying, but for the following things:
19 @ re-publish code with less code modification then 20% (none comment code),
20   and use code more then 50%, without author's agrement .
21     algorithm of code similarity detection is provided by the original author, 
22   or general popular algorithm.
23 @ the allowed re-published code have no authorization copying data file. it's a
24   data file with detailed original author and user info.
25 @ the binary program published without authorization copying data file.
27 not all software 'SHOULD' (not forbiden) use this copying linsence.
29 @ active code lines are less then 10,000.
30 @ there are no particular algorithm of implement, or implement of particular/
31   excellent function feature.
32 @ terminal user count or product count less then 1000.
33 @ economic value is less then 1000 usd.
35 the default src-code similarity detection algorithm named syntaxed-difference-
36 algorithm, and use "SDA" for short.
38 @ get the original code and destination code.
39 @ list the src file by the corresponding extension file name.
40 @ trim code to delete comment text.
41 @ format code by one code style.
42 @ get totoal code line count.
43 @ compare files by 'diff', and get modified code line count.
44 @ calculate the rate of modification.
45 @ do similarity evaluation code review in third party or author of similar 
46   src-pkg, if it is allowed by software owner.
48 for general binary program similarity detection algorithm, it called 
49 charicteristic-info-detection-algorithm, and use "CIDA" for short name.
51 @ symbol name
52 @ get 'call' instruction to get the function address list, and invoking list, 
53   make them into a binary-invoking-tree-structure.
54 @ get 'jmp' instruction to get the branch-tree-structure in function address 
55   list.
56 @ use invoke filter for 'call' and 'jmp', get the tree-structure info in
57   runtime.
58 @ * get the memory alloc function in system, or get the private memory alloc
59   function, static memory allocation info.
60 @ * filter the global data accessing operation, append it to branch-tree-
61   structure.
62 @ compile the original src-code with different compiler or different optmize
63   option, and get those infos.
64 @ compare symbol and tree-structure, get the similarity info.
65 @ it can be used for src-code.
67 beyound things mentioned above, it follows like a normal MIT lisence below.
69 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
71 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
73 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
75 End license text.