From 506c559dad0683c877b12177f8b37529e7e730e5 Mon Sep 17 00:00:00 2001 From: Ali Mashtizadeh Date: Thu, 5 Jul 2018 16:55:21 -0400 Subject: [PATCH] Updating copyright for files only touched by me --- LICENSE | 2 +- lib/libc/printf.c | 3 +-- lib/libc/string.c | 5 +---- sys/amd64/include/amd64.h | 2 +- sys/amd64/include/amd64op.h | 2 +- sys/dev/x86/ioport.h | 4 +--- sys/kern/debug.c | 2 +- sys/kern/libc.c | 3 +-- sys/kern/malloc.c | 2 +- sys/kern/palloc.c | 2 +- sys/kern/printf.c | 3 +-- sys/kern/slab.c | 2 +- sys/kern/string.c | 2 +- 13 files changed, 13 insertions(+), 21 deletions(-) diff --git a/LICENSE b/LICENSE index 3b46821..2aa7219 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013-2014 Stanford University +Copyright (c) 2013-2018 Ali Mashtizadeh Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/lib/libc/printf.c b/lib/libc/printf.c index d426293..4f2d3be 100644 --- a/lib/libc/printf.c +++ b/lib/libc/printf.c @@ -1,6 +1,5 @@ /* - * Copyright (c) 2013-2014 Stanford University - * Copyright (c) 2006-2008 Ali Mashtizadeh + * Copyright (c) 2006-2018 Ali Mashtizadeh * All rights reserved. */ diff --git a/lib/libc/string.c b/lib/libc/string.c index 4731b68..1b9e50c 100644 --- a/lib/libc/string.c +++ b/lib/libc/string.c @@ -1,9 +1,6 @@ /* - * Copyright (c) 2013-2014 Stanford University - * Copyright (c) 2006-2008 Ali Mashtizadeh + * Copyright (c) 2006-2018 Ali Mashtizadeh * All rights reserved. - * - * XXX: add BSD copyright */ #include diff --git a/sys/amd64/include/amd64.h b/sys/amd64/include/amd64.h index e0328bf..e11adc9 100644 --- a/sys/amd64/include/amd64.h +++ b/sys/amd64/include/amd64.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Stanford University + * Copyright (c) 2013-2018 Ali Mashtizadeh * All rights reserved. */ diff --git a/sys/amd64/include/amd64op.h b/sys/amd64/include/amd64op.h index 8e59a51..51c7852 100644 --- a/sys/amd64/include/amd64op.h +++ b/sys/amd64/include/amd64op.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Stanford University + * Copyright (c) 2013-2018 Ali Mashtizadeh * All rights reserved. */ diff --git a/sys/dev/x86/ioport.h b/sys/dev/x86/ioport.h index 2c95cc2..aa16140 100644 --- a/sys/dev/x86/ioport.h +++ b/sys/dev/x86/ioport.h @@ -1,8 +1,6 @@ /* - * HyperKernel - kernel/arch/x86/cpufunc.h - * Copyright (c) 2006-2007 Mashtizadeh Corporation + * Copyright (c) 2006-2018 Ali Mashtizadeh * All rights reserved. - * */ #include diff --git a/sys/kern/debug.c b/sys/kern/debug.c index 1342016..40a6c54 100644 --- a/sys/kern/debug.c +++ b/sys/kern/debug.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2014 Stanford University + * Copyright (c) 2012-2018 Ali Mashtizadeh * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/sys/kern/libc.c b/sys/kern/libc.c index ec3730b..22bc6a3 100644 --- a/sys/kern/libc.c +++ b/sys/kern/libc.c @@ -1,6 +1,5 @@ /* - * Copyright (c) 2013-2014 Stanford University - * Copyright (c) 2006-2008 Ali Mashtizadeh + * Copyright (c) 2006-2018 Ali Mashtizadeh * All rights reserved. */ diff --git a/sys/kern/malloc.c b/sys/kern/malloc.c index acab52b..2643974 100644 --- a/sys/kern/malloc.c +++ b/sys/kern/malloc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Stanford University + * Copyright (c) 2013-2018 Ali Mashtizadeh * All rights reserved. */ diff --git a/sys/kern/palloc.c b/sys/kern/palloc.c index a6f2cbb..9d7f56a 100644 --- a/sys/kern/palloc.c +++ b/sys/kern/palloc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Stanford University + * Copyright (c) 2013-2018 Ali Mashtizadeh * All rights reserved. */ diff --git a/sys/kern/printf.c b/sys/kern/printf.c index afc6a10..202b773 100644 --- a/sys/kern/printf.c +++ b/sys/kern/printf.c @@ -1,6 +1,5 @@ /* - * Copyright (c) 2013-2014 Stanford University - * Copyright (c) 2006-2008 Ali Mashtizadeh + * Copyright (c) 2006-2018 Ali Mashtizadeh * All rights reserved. */ diff --git a/sys/kern/slab.c b/sys/kern/slab.c index ac7383d..a59df0f 100644 --- a/sys/kern/slab.c +++ b/sys/kern/slab.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Stanford University + * Copyright (c) 2013-2018 Ali Mashtizadeh * All rights reserved. */ diff --git a/sys/kern/string.c b/sys/kern/string.c index 5fa261b..e8e38f7 100644 --- a/sys/kern/string.c +++ b/sys/kern/string.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Stanford University + * Copyright (c) 2013-2018 Ali Mashtizadeh * All rights reserved. */