forked from personamanagmentlayer/pcl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
95 lines (69 loc) · 3.81 KB
/
Copy pathNOTICE
File metadata and controls
95 lines (69 loc) · 3.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
PCL (Persona Control Language)
Copyright 2024-2026 PCL Contributors and IbIFACE
This product includes software developed by the PCL Team
(https://github.com/personamanagmentlayer/pcl).
================================================================================
LICENSING
================================================================================
PCL uses dual licensing to support both software and documentation needs:
• Code and Software (Apache 2.0):
All source code in /src, /tests, /scripts, and configuration files
See LICENSE for full terms
• Documentation and Specifications (CC BY 4.0):
All documentation in /docs, /SPEC, /CORE, /GOVERNANCE, and README.md
See LICENSE-DOCS for full terms
• Trademarks (IbIFACE Proprietary):
"PCL", "Persona Control Language", and logos
See GOVERNANCE/TRADEMARK_POLICY.md for usage guidelines
Apache 2.0 Summary:
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, 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.
================================================================================
TRADEMARK NOTICE
================================================================================
"PCL", "Persona Control Language", and all related project names, logos,
and trade dress are trademarks of IbIFACE (https://ibiface.com).
The Apache 2.0 license granted above does NOT include any rights to use
IbIFACE trademarks, service marks, logos, or trade names except:
✅ PERMITTED USE (Fair Use): - Factual reference: "This software uses PCL" - Attribution: "Built with PCL by IbIFACE" - Educational/academic use with proper attribution - News reporting and commentary
❌ PROHIBITED USE (Requires Written Permission): - Commercial products named "PCL [Product]" or "[Product] PCL" - Modified versions claiming to be "Official PCL" - Use implying endorsement by IbIFACE - Logos, branding, or trade dress that creates confusion
For trademark licensing inquiries: legal@ibiface.com
This trademark policy ensures project integrity while enabling community
innovation under the Apache 2.0 open source license.
================================================================================
Third-Party Dependencies
================================================================================
This project includes or depends on the following third-party software:
TypeScript (Apache-2.0)
Copyright Microsoft Corporation
<https://github.com/microsoft/TypeScript>
Vitest (MIT)
Copyright (c) 2021-Present Anthony Fu and Vitest Contributors
<https://github.com/vitest-dev/vitest>
tsup (MIT)
Copyright (c) EGOIST <0x142857@gmail.com>
<https://github.com/egoist/tsup>
prettier (MIT)
Copyright James Long and contributors
<https://github.com/prettier/prettier>
eslint (MIT)
Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
<https://github.com/eslint/eslint>
================================================================================
Additional Notices
================================================================================
PCL Bootstrap System (Embedded Runtime v1.0)
Location: .roadmap/bootstrap/BOOTSTRAP_EN.md
Purpose: AI assistant persona management specification
License: Apache-2.0 (part of PCL tooling)
The PCL Bootstrap specification defines the runtime behavior for 25+
built-in personas and 120+ /persona commands. This specification is
designed to be embedded in AI chat interfaces (ChatGPT, Claude, Gemini, etc.)
to enable multi-persona collaboration.