From 576e9618bd123dfed6dbc7a3eaecdfb7cf513d39 Mon Sep 17 00:00:00 2001 From: Boris Honman Date: Thu, 22 Aug 2019 03:19:55 -0400 Subject: [PATCH] license headers updated with real project name --- bootloader/src/bootloader.h | 8 ++++---- common_src/memory.h | 8 ++++---- common_src/system.c | 8 ++++---- firmware/src/dancepad.c | 8 ++++---- firmware/src/dancepad.h | 8 ++++---- firmware/src/interrupts.c | 8 ++++---- firmware/src/main.c | 8 ++++---- firmware/src/padhal.c | 8 ++++---- firmware/src/padhal.h | 8 ++++---- firmware/src/usb_config.h | 8 ++++---- 10 files changed, 40 insertions(+), 40 deletions(-) diff --git a/bootloader/src/bootloader.h b/bootloader/src/bootloader.h index a4a9107..280af7e 100644 --- a/bootloader/src/bootloader.h +++ b/bootloader/src/bootloader.h @@ -1,20 +1,20 @@ /************************************************************************* * Copyright (C) 2019 by Justin Byers * - * This file is part of clubdance_v2. + * This file is part of BIA MicroDDR firmware. * - * clubdance_v2 is free software: you can redistribute it and/or modify + * BIA MicroDDR firmware is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * clubdance_v2 is distributed in the hope that it will be useful, + * BIA MicroDDR firmware is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with clubdance_v2. If not, see . + * along with BIA MicroDDR firmware. If not, see . *************************************************************************/ /** diff --git a/common_src/memory.h b/common_src/memory.h index 92d29d6..30c9704 100644 --- a/common_src/memory.h +++ b/common_src/memory.h @@ -1,20 +1,20 @@ /************************************************************************* * Copyright (C) 2019 by Justin Byers * - * This file is part of clubdance_v2. + * This file is part of BIA MicroDDR firmware. * - * clubdance_v2 is free software: you can redistribute it and/or modify + * BIA MicroDDR firmware is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * clubdance_v2 is distributed in the hope that it will be useful, + * BIA MicroDDR firmware is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with clubdance_v2. If not, see . + * along with BIA MicroDDR firmware. If not, see . *************************************************************************/ /** diff --git a/common_src/system.c b/common_src/system.c index 0f60107..f7aec4c 100644 --- a/common_src/system.c +++ b/common_src/system.c @@ -1,20 +1,20 @@ /************************************************************************* * Copyright (C) 2019 by Justin Byers * - * This file is part of clubdance_v2. + * This file is part of BIA MicroDDR firmware. * - * clubdance_v2 is free software: you can redistribute it and/or modify + * BIA MicroDDR firmware is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * clubdance_v2 is distributed in the hope that it will be useful, + * BIA MicroDDR firmware is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with clubdance_v2. If not, see . + * along with BIA MicroDDR firmware. If not, see . *************************************************************************/ /** * @file system.c diff --git a/firmware/src/dancepad.c b/firmware/src/dancepad.c index 8707d8f..654ab34 100644 --- a/firmware/src/dancepad.c +++ b/firmware/src/dancepad.c @@ -1,20 +1,20 @@ /************************************************************************* * Copyright (C) 2019 by Justin Byers * - * This file is part of clubdance_v2. + * This file is part of BIA MicroDDR firmware. * - * clubdance_v2 is free software: you can redistribute it and/or modify + * BIA MicroDDR firmware is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * clubdance_v2 is distributed in the hope that it will be useful, + * BIA MicroDDR firmware is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with clubdance_v2. If not, see . + * along with BIA MicroDDR firmware. If not, see . *************************************************************************/ /** * @file dancepad.c diff --git a/firmware/src/dancepad.h b/firmware/src/dancepad.h index 67ed8d1..015ae56 100644 --- a/firmware/src/dancepad.h +++ b/firmware/src/dancepad.h @@ -1,20 +1,20 @@ /************************************************************************* * Copyright (C) 2019 by Justin Byers * - * This file is part of clubdance_v2. + * This file is part of BIA MicroDDR firmware. * - * clubdance_v2 is free software: you can redistribute it and/or modify + * BIA MicroDDR firmware is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * clubdance_v2 is distributed in the hope that it will be useful, + * BIA MicroDDR firmware is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with clubdance_v2. If not, see . + * along with BIA MicroDDR firmware. If not, see . *************************************************************************/ /** * @file dancepad.h diff --git a/firmware/src/interrupts.c b/firmware/src/interrupts.c index 6979534..4f5e0ad 100644 --- a/firmware/src/interrupts.c +++ b/firmware/src/interrupts.c @@ -1,20 +1,20 @@ /************************************************************************* * Copyright (C) 2019 by Justin Byers * - * This file is part of clubdance_v2. + * This file is part of BIA MicroDDR firmware. * - * clubdance_v2 is free software: you can redistribute it and/or modify + * BIA MicroDDR firmware is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * clubdance_v2 is distributed in the hope that it will be useful, + * BIA MicroDDR firmware is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with clubdance_v2. If not, see . + * along with BIA MicroDDR firmware. If not, see . *************************************************************************/ /** * @file interrupts.c diff --git a/firmware/src/main.c b/firmware/src/main.c index ddb17bc..d50f251 100644 --- a/firmware/src/main.c +++ b/firmware/src/main.c @@ -1,20 +1,20 @@ /************************************************************************* * Copyright (C) 2019 by Justin Byers * - * This file is part of clubdance_v2. + * This file is part of BIA MicroDDR firmware. * - * clubdance_v2 is free software: you can redistribute it and/or modify + * BIA MicroDDR firmware is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * clubdance_v2 is distributed in the hope that it will be useful, + * BIA MicroDDR firmware is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with clubdance_v2. If not, see . + * along with BIA MicroDDR firmware. If not, see . *************************************************************************/ /** * @file main.c diff --git a/firmware/src/padhal.c b/firmware/src/padhal.c index f71983d..39008e7 100644 --- a/firmware/src/padhal.c +++ b/firmware/src/padhal.c @@ -1,20 +1,20 @@ /************************************************************************* * Copyright (C) 2019 by Justin Byers * - * This file is part of clubdance_v2. + * This file is part of BIA MicroDDR firmware. * - * clubdance_v2 is free software: you can redistribute it and/or modify + * BIA MicroDDR firmware is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * clubdance_v2 is distributed in the hope that it will be useful, + * BIA MicroDDR firmware is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with clubdance_v2. If not, see . + * along with BIA MicroDDR firmware. If not, see . *************************************************************************/ /** * @file padhal.c diff --git a/firmware/src/padhal.h b/firmware/src/padhal.h index 34eca49..fb8b1c9 100644 --- a/firmware/src/padhal.h +++ b/firmware/src/padhal.h @@ -1,20 +1,20 @@ /************************************************************************* * Copyright (C) 2019 by Justin Byers * - * This file is part of clubdance_v2. + * This file is part of BIA MicroDDR firmware. * - * clubdance_v2 is free software: you can redistribute it and/or modify + * BIA MicroDDR firmware is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * clubdance_v2 is distributed in the hope that it will be useful, + * BIA MicroDDR firmware is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with clubdance_v2. If not, see . + * along with BIA MicroDDR firmware. If not, see . *************************************************************************/ /** * @file padhal.h diff --git a/firmware/src/usb_config.h b/firmware/src/usb_config.h index 1af0ef2..a142ff0 100644 --- a/firmware/src/usb_config.h +++ b/firmware/src/usb_config.h @@ -1,20 +1,20 @@ /************************************************************************* * Copyright (C) 2019 by Justin Byers * - * This file is part of clubdance_v2. + * This file is part of BIA MicroDDR firmware. * - * clubdance_v2 is free software: you can redistribute it and/or modify + * BIA MicroDDR firmware is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * clubdance_v2 is distributed in the hope that it will be useful, + * BIA MicroDDR firmware is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with clubdance_v2. If not, see . + * along with BIA MicroDDR firmware. If not, see . *************************************************************************/ /** * @file usb_config.h