Blame


1 3b0f3d61 2020-01-22 neels Below is an example license to be used for new code in OpenBSD,
2 3b0f3d61 2020-01-22 neels modeled after the ISC license.
3 3b0f3d61 2020-01-22 neels
4 3b0f3d61 2020-01-22 neels It is important to specify the year of the copyright. Additional years
5 3b0f3d61 2020-01-22 neels should be separated by a comma, e.g.
6 3b0f3d61 2020-01-22 neels Copyright (c) 2003, 2004
7 3b0f3d61 2020-01-22 neels
8 3b0f3d61 2020-01-22 neels If you add extra text to the body of the license, be careful not to
9 3b0f3d61 2020-01-22 neels add further restrictions.
10 3b0f3d61 2020-01-22 neels
11 3b0f3d61 2020-01-22 neels /*
12 3b0f3d61 2020-01-22 neels * Copyright (c) CCYY YOUR NAME HERE <user@your.dom.ain>
13 3b0f3d61 2020-01-22 neels *
14 3b0f3d61 2020-01-22 neels * Permission to use, copy, modify, and distribute this software for any
15 3b0f3d61 2020-01-22 neels * purpose with or without fee is hereby granted, provided that the above
16 3b0f3d61 2020-01-22 neels * copyright notice and this permission notice appear in all copies.
17 3b0f3d61 2020-01-22 neels *
18 3b0f3d61 2020-01-22 neels * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
19 3b0f3d61 2020-01-22 neels * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
20 3b0f3d61 2020-01-22 neels * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
21 3b0f3d61 2020-01-22 neels * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
22 3b0f3d61 2020-01-22 neels * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
23 3b0f3d61 2020-01-22 neels * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
24 3b0f3d61 2020-01-22 neels * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
25 3b0f3d61 2020-01-22 neels */