diff options
author | 2001-10-01 20:01:42 +0000 | |
---|---|---|
committer | 2001-10-01 20:01:42 +0000 | |
commit | cc4ccbb51de1932877ad5739a5c6a6776d53dbe3 (patch) | |
tree | b40264d7c5a03411f2d8bcc61a45c1b003d6dfe4 | |
parent | sync with support for underscores in macro names (diff) | |
download | wireguard-openbsd-cc4ccbb51de1932877ad5739a5c6a6776d53dbe3.tar.xz wireguard-openbsd-cc4ccbb51de1932877ad5739a5c6a6776d53dbe3.zip |
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> |