diff --git a/README.md b/README.md index effbf7e..7dbffa4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ clr-boot-manager -============== +================ UEFI Stub boot management implementation for correct cohabitation of an EFI System Partition through strict namespacing and policies. License ------- +------- LGPL-2.1 -Copyright (C) 2016 Intel Corporation +Copyright © 2016 Intel Corporation diff --git a/src/bootloader.h b/src/bootloader.h index a9f02b4..71dacc0 100644 --- a/src/bootloader.h +++ b/src/bootloader.h @@ -1,7 +1,7 @@ /* * This file is part of clr-boot-manager. * - * Copyright (C) 2016 Intel Corporation + * Copyright © 2016 Intel Corporation * * clr-boot-manager is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License as diff --git a/src/bootman.c b/src/bootman.c index 2bed243..c23dd82 100644 --- a/src/bootman.c +++ b/src/bootman.c @@ -1,7 +1,7 @@ /* * This file is part of clr-boot-manager. * - * Copyright (C) 2016 Intel Corporation + * Copyright © 2016 Intel Corporation * * clr-boot-manager is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License as diff --git a/src/bootman.h b/src/bootman.h index d1296ac..b9fde4f 100644 --- a/src/bootman.h +++ b/src/bootman.h @@ -1,7 +1,7 @@ /* * This file is part of clr-boot-manager. * - * Copyright (C) 2016 Intel Corporation + * Copyright © 2016 Intel Corporation * * clr-boot-manager is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License as diff --git a/src/cli.c b/src/cli.c index 7504398..71efcff 100644 --- a/src/cli.c +++ b/src/cli.c @@ -1,7 +1,7 @@ /* * This file is part of clr-boot-manager. * - * Copyright (C) 2016 Intel Corporation + * Copyright © 2016 Intel Corporation * * clr-boot-manager is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License as diff --git a/src/cli.h b/src/cli.h index d413587..3261971 100644 --- a/src/cli.h +++ b/src/cli.h @@ -1,7 +1,7 @@ /* * This file is part of clr-boot-manager. * - * Copyright (C) 2016 Intel Corporation + * Copyright © 2016 Intel Corporation * * clr-boot-manager is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License as diff --git a/src/files.c b/src/files.c index 4a36d9a..b5db56d 100644 --- a/src/files.c +++ b/src/files.c @@ -1,7 +1,7 @@ /* * This file is part of clr-boot-manager. * - * Copyright (C) 2016 Intel Corporation + * Copyright © 2016 Intel Corporation * * clr-boot-manager is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License as diff --git a/src/files.h b/src/files.h index c9dc463..aac3b31 100644 --- a/src/files.h +++ b/src/files.h @@ -1,7 +1,7 @@ /* * This file is part of clr-boot-manager. * - * Copyright (C) 2016 Intel Corporation + * Copyright © 2016 Intel Corporation * * clr-boot-manager is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License as diff --git a/src/main.c b/src/main.c index 2045315..e58f98d 100644 --- a/src/main.c +++ b/src/main.c @@ -1,7 +1,7 @@ /* * This file is part of clr-boot-manager. * - * Copyright (C) 2016 Intel Corporation + * Copyright © 2016 Intel Corporation * * clr-boot-manager is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License as diff --git a/src/util.c b/src/util.c index b9ee0b7..9230808 100644 --- a/src/util.c +++ b/src/util.c @@ -1,7 +1,7 @@ /* * This file is part of clr-boot-manager. * - * Copyright (C) 2016 Intel Corporation + * Copyright © 2016 Intel Corporation * * clr-boot-manager is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License as diff --git a/src/util.h b/src/util.h index 46bc59e..84f7d78 100644 --- a/src/util.h +++ b/src/util.h @@ -1,7 +1,7 @@ /* * This file is part of clr-boot-manager. * - * Copyright (C) 2016 Intel Corporation + * Copyright © 2016 Intel Corporation * * clr-boot-manager is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License as