Cleanup copyright notices
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
12
main.c
12
main.c
@ -5,8 +5,7 @@
|
||||
* This file is a fork of the LedController code. You will find
|
||||
* the original copyright notices below.
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2013 andmarios - http://www.andmarios.com \n
|
||||
* @copyright Copyright (C) 2013 andmarios - http://www.andmarios.com \n
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -22,10 +21,9 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
* @copyright
|
||||
* Original Copyright Notice:
|
||||
* @copyright Original Copyright Notice: \n
|
||||
*
|
||||
* LedController
|
||||
* LedController \n
|
||||
* Copyright (C) 2011 jmrobles - http://robleshermoso.wordpress.com \n
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
@ -39,7 +37,7 @@
|
||||
* GNU General Public License for more details. \n
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>. \n
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
@ -74,7 +72,7 @@ static struct libusb_device_handle *devh = NULL;
|
||||
*
|
||||
* @param argc POSIX number of parameters
|
||||
* @param argv Array of parameters
|
||||
* @return Error color_code (0 on success)
|
||||
* @return Error code (0 on success)
|
||||
*/
|
||||
int main(int argc, char **argv) {
|
||||
if (argc != 2)
|
||||
|
Reference in New Issue
Block a user