Date: Fri, 23 Feb 2018 02:53:50 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r329852 - head/stand/lua Message-ID: <201802230253.w1N2rowH017280@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Fri Feb 23 02:53:50 2018 New Revision: 329852 URL: https://svnweb.freebsd.org/changeset/base/329852 Log: Add copyright notice to core.lua I've also made some not-insignificant changes/additions to this file, to include the added constants, ACPI changes, boot environment listing, and some utility functions. Modified: head/stand/lua/core.lua Modified: head/stand/lua/core.lua ============================================================================== --- head/stand/lua/core.lua Fri Feb 23 02:51:35 2018 (r329851) +++ head/stand/lua/core.lua Fri Feb 23 02:53:50 2018 (r329852) @@ -2,6 +2,7 @@ -- SPDX-License-Identifier: BSD-2-Clause-FreeBSD -- -- Copyright (c) 2015 Pedro Souza <pedrosouza@freebsd.org> +-- Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org> -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802230253.w1N2rowH017280>