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:
16
main.c
16
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,24 +21,23 @@
|
||||
* 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
|
||||
* 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.\n
|
||||
* (at your option) any later version. \n
|
||||
*
|
||||
* This program 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.\n
|
||||
* 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