From e3d5c4ade1468e11bf361cb7186e1f92f5a8a545 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Wed, 9 May 2018 20:57:18 +0000 Subject: [PATCH] Remove "All rights reserved" from my files. See r333391 for the rationale. MFC after: 1 week --- sys/compat/linuxkpi/common/include/linux/hrtimer.h | 1 - sys/compat/linuxkpi/common/src/linux_hrtimer.c | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/compat/linuxkpi/common/include/linux/hrtimer.h b/sys/compat/linuxkpi/common/include/linux/hrtimer.h index 651f9ac1d95..089231ec719 100644 --- a/sys/compat/linuxkpi/common/include/linux/hrtimer.h +++ b/sys/compat/linuxkpi/common/include/linux/hrtimer.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2017 Mark Johnston - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/compat/linuxkpi/common/src/linux_hrtimer.c b/sys/compat/linuxkpi/common/src/linux_hrtimer.c index a0041b81809..601c9e0d8a1 100644 --- a/sys/compat/linuxkpi/common/src/linux_hrtimer.c +++ b/sys/compat/linuxkpi/common/src/linux_hrtimer.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2017 Mark Johnston - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions