diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-10-01 20:01:43 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-10-01 20:01:43 +0000 |
commit | e08fecc42b981f188314968884e7a2747e1ae564 (patch) | |
tree | c62a430e56134322fe9842c6c5b65d50dbf103ef | |
parent | 77f73dac8474bb788635843d8cb259d55a2a343a (diff) |
When you see an error, fix it immediately, otherwise it is possible
to commit it, grr.
-rw-r--r-- | sys/arch/macppc/stand/tbxidata/bsd.tbxi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/stand/tbxidata/bsd.tbxi b/sys/arch/macppc/stand/tbxidata/bsd.tbxi index e99b71fd5a6..c04e18ff6fe 100644 --- a/sys/arch/macppc/stand/tbxidata/bsd.tbxi +++ b/sys/arch/macppc/stand/tbxidata/bsd.tbxi @@ -1,6 +1,6 @@ <CHRP-BOOT> -<LISENSE> -/* $OpenBSD: bsd.tbxi,v 1.2 2001/10/01 19:52:34 drahn Exp $ */ +<LICENSE> +/* $OpenBSD: bsd.tbxi,v 1.3 2001/10/01 20:01:42 drahn Exp $ */ /* * Copyright (c) 2001 Dale Rahn. All rights reserved. * @@ -30,7 +30,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -</LISENSE> +</LICENSE> <COMPATIBLE> MacRISC </COMPATIBLE> |