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