diff --git a/bootloaders/eboot/eboot_command.h b/bootloaders/eboot/eboot_command.h index cf40c135d..ba9c889a2 100644 --- a/bootloaders/eboot/eboot_command.h +++ b/bootloaders/eboot/eboot_command.h @@ -1,3 +1,10 @@ +/* Copyright (c) 2015 Ivan Grokhotkov. All rights reserved. + * This file is part of eboot bootloader. + * + * Redistribution and use is permitted according to the conditions of the + * 3-clause BSD license to be found in the LICENSE file. + */ + #ifndef EBOOT_COMMAND_H #define EBOOT_COMMAND_H diff --git a/bootloaders/eboot/flash.c b/bootloaders/eboot/flash.c index 6f95a472d..f90e25b34 100644 --- a/bootloaders/eboot/flash.c +++ b/bootloaders/eboot/flash.c @@ -1,3 +1,10 @@ +/* Copyright (c) 2015 Ivan Grokhotkov. All rights reserved. + * This file is part of eboot bootloader. + * + * Redistribution and use is permitted according to the conditions of the + * 3-clause BSD license to be found in the LICENSE file. + */ + #include #include #include