diff --git a/sys/net/altq/altq_codel.c b/sys/net/altq/altq_codel.c index 3a9851f153b..cc8babca3c0 100644 --- a/sys/net/altq/altq_codel.c +++ b/sys/net/altq/altq_codel.c @@ -1,7 +1,7 @@ /* * CoDel - The Controlled-Delay Active Queue Management algorithm * - * Copyright (C) 2013 Ermal Luci + * Copyright (C) 2013 Ermal Luçi * Copyright (C) 2011-2012 Kathleen Nichols * Copyright (C) 2011-2012 Van Jacobson * Copyright (C) 2012 Michael D. Taht diff --git a/sys/net/altq/altq_codel.h b/sys/net/altq/altq_codel.h index c23168c437d..8d7178b4dc7 100644 --- a/sys/net/altq/altq_codel.h +++ b/sys/net/altq/altq_codel.h @@ -1,7 +1,7 @@ /* * CoDel - The Controlled-Delay Active Queue Management algorithm * - * Copyright (C) 2013 Ermal Luci + * Copyright (C) 2013 Ermal Luçi * Copyright (C) 2011-2012 Kathleen Nichols * Copyright (C) 2011-2012 Van Jacobson * Copyright (C) 2012 Michael D. Taht