diff options
Diffstat (limited to 'usr.sbin/apmd/apmdlex.l')
-rw-r--r-- | usr.sbin/apmd/apmdlex.l | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/apmd/apmdlex.l b/usr.sbin/apmd/apmdlex.l index 67cb52d5c309..4bee0b3e24fd 100644 --- a/usr.sbin/apmd/apmdlex.l +++ b/usr.sbin/apmd/apmdlex.l @@ -1,6 +1,6 @@ %{ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * APM (Advanced Power Management) Event Dispatcher * @@ -28,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #include <sys/types.h> |