-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathLICENSE
More file actions
76 lines (57 loc) · 2.92 KB
/
LICENSE
File metadata and controls
76 lines (57 loc) · 2.92 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
Agentic Audiences
Copyright (c) 2025 LiveRamp Holdings, Inc.
======================================================================
LICENSE OVERVIEW
======================================================================
This repository contains two types of materials, each with its own license:
1. Specifications, schemas, and documentation
Licensed under: Creative Commons Attribution 4.0 International (CC BY 4.0)
See: https://creativecommons.org/licenses/by/4.0/
2. Reference implementations, SDKs, and source code
Licensed under: Apache License 2.0
See: https://www.apache.org/licenses/LICENSE-2.0
======================================================================
LICENSE DETAILS
======================================================================
----------------------------------------------------------------------
A. Specification and Documentation License (CC BY 4.0)
----------------------------------------------------------------------
Files covered:
- All Markdown files under /specs and /docs
- All schema and example files (.json, .yaml, .yml, .md) in the specification tree
- Any whitepapers, diagrams, and explanatory materials describing Agentic Audiences
Summary:
You are free to share and adapt the specification for any purpose, provided
that attribution is given to LiveRamp Holdings, Inc.
Full license text available at:
https://creativecommons.org/licenses/by/4.0/legalcode.txt
Example attribution:
"Portions of this work are based on Agentic Audiences,
developed by LiveRamp Holdings, Inc. (CC BY 4.0)."
----------------------------------------------------------------------
B. Software and Reference Implementation License (Apache 2.0)
----------------------------------------------------------------------
Files covered:
- Source code in /reference, /sdk, /tools, /tests, and related directories
- Build and configuration files used to execute or test reference implementations
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
You may obtain a copy of the License at:
https://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.
----------------------------------------------------------------------
C. Contact
----------------------------------------------------------------------
For legal inquiries or permission requests, contact:
LiveRamp Holdings, Inc.
Attn: Legal Department – Agentic Audiences
225 Bush Street, 17th Floor
San Francisco, CA 94104
Email: legal@liveramp.com
======================================================================
END OF LICENSE FILE
======================================================================