Date: Mon, 19 Feb 2018 18:11:35 +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: r329596 - head/stand/lua Message-ID: <201802191811.w1JIBZCP054657@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Mon Feb 19 18:11:35 2018 New Revision: 329596 URL: https://svnweb.freebsd.org/changeset/base/329596 Log: stand/lua: Add copyright notice in places I've made some not-insignificant changes to config, menu, and password bits of our lua scripts. Add a copyright notice to them to reflect. Modified: head/stand/lua/config.lua head/stand/lua/menu.lua head/stand/lua/password.lua Modified: head/stand/lua/config.lua ============================================================================== --- head/stand/lua/config.lua Mon Feb 19 17:54:22 2018 (r329595) +++ head/stand/lua/config.lua Mon Feb 19 18:11:35 2018 (r329596) @@ -1,5 +1,6 @@ -- -- 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 Modified: head/stand/lua/menu.lua ============================================================================== --- head/stand/lua/menu.lua Mon Feb 19 17:54:22 2018 (r329595) +++ head/stand/lua/menu.lua Mon Feb 19 18:11:35 2018 (r329596) @@ -1,5 +1,6 @@ -- -- 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 Modified: head/stand/lua/password.lua ============================================================================== --- head/stand/lua/password.lua Mon Feb 19 17:54:22 2018 (r329595) +++ head/stand/lua/password.lua Mon Feb 19 18:11:35 2018 (r329596) @@ -1,5 +1,6 @@ -- -- 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?201802191811.w1JIBZCP054657>