blob: 8dc7c6684c7d29a03e5b93b8fd2052e611d0b7b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
To ensure that everyone can use the same boilerplate text without triggering
copyright ownership because of the boilerplate itself, I hereby place the
following text in the public domain, which should be used to reference the
CDDL version 1.0 for each new file introduced in illumos.
- Garrett D'Amore
/*
* This file and its contents are supplied under the terms of the
* Common Development and Distribution License ("CDDL"), version 1.0.
* You may only use this file in accordance with the terms version
* 1.0 of the CDDL.
*
* A full copy of the text of the CDDL should have accompanied this
* source. A copy of the CDDL is also available via the Internet at
* http://www.illumos.org/license/CDDL.
*/
/*
* Copyright 2022 <contributor>
*/
|