add copyright header to all C files too
This commit is contained in:
		
							parent
							
								
									4d06f13b23
								
							
						
					
					
						commit
						95d23bf6a9
					
				| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <dc/account.h> | #include <dc/account.h> | ||||||
| #include <dc/refable.h> | #include <dc/refable.h> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <dc/api.h> | #include <dc/api.h> | ||||||
| #include "internal.h" | #include "internal.h" | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <dc/api.h> | #include <dc/api.h> | ||||||
| 
 | 
 | ||||||
| #include "internal.h" | #include "internal.h" | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <dc/api.h> | #include <dc/api.h> | ||||||
| 
 | 
 | ||||||
| #include "internal.h" | #include "internal.h" | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <dc/api.h> | #include <dc/api.h> | ||||||
| #include "internal.h" | #include "internal.h" | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <dc/api.h> | #include <dc/api.h> | ||||||
| #include <dc/refable.h> | #include <dc/refable.h> | ||||||
| #include "internal.h" | #include "internal.h" | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <dc/apisync.h> | #include <dc/apisync.h> | ||||||
| #include <dc/refable.h> | #include <dc/refable.h> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <dc/channel.h> | #include <dc/channel.h> | ||||||
| 
 | 
 | ||||||
| #include "internal.h" | #include "internal.h" | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <dc/event.h> | #include <dc/event.h> | ||||||
| #include "internal.h" | #include "internal.h" | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <dc/gateway.h> | #include <dc/gateway.h> | ||||||
| #include "internal.h" | #include "internal.h" | ||||||
| #include <jansson.h> | #include <jansson.h> | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <dc/guild.h> | #include <dc/guild.h> | ||||||
| #include <dc/refable.h> | #include <dc/refable.h> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <dc/loop.h> | #include <dc/loop.h> | ||||||
| #include <dc/refable.h> | #include <dc/refable.h> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <dc/message.h> | #include <dc/message.h> | ||||||
| #include "internal.h" | #include "internal.h" | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <dc/refable.h> | #include <dc/refable.h> | ||||||
| 
 | 
 | ||||||
| #include "internal.h" | #include "internal.h" | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <dc/session.h> | #include <dc/session.h> | ||||||
| #include "internal.h" | #include "internal.h" | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <dc/util.h> | #include <dc/util.h> | ||||||
| 
 | 
 | ||||||
| #include "internal.h" | #include "internal.h" | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <dc/gateway.h> | #include <dc/gateway.h> | ||||||
| #include "internal.h" | #include "internal.h" | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <ncdc/cmds.h> | #include <ncdc/cmds.h> | ||||||
| #include <ncdc/ncdc.h> | #include <ncdc/ncdc.h> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <ncdc/cmds.h> | #include <ncdc/cmds.h> | ||||||
| #include <ncdc/ncdc.h> | #include <ncdc/ncdc.h> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <ncdc/cmds.h> | #include <ncdc/cmds.h> | ||||||
| 
 | 
 | ||||||
| ncdc_commands_t cmds[] = { | ncdc_commands_t cmds[] = { | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <ncdc/config.h> | #include <ncdc/config.h> | ||||||
| #include <confuse.h> | #include <confuse.h> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <ncdc/cmds.h> | #include <ncdc/cmds.h> | ||||||
| #include <ncdc/ncdc.h> | #include <ncdc/ncdc.h> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <ncdc/input.h> | #include <ncdc/input.h> | ||||||
| #include <ncdc/ncdc.h> | #include <ncdc/ncdc.h> | ||||||
| #include <ncdc/keycodes.h> | #include <ncdc/keycodes.h> | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <ncdc/cmds.h> | #include <ncdc/cmds.h> | ||||||
| #include <ncdc/ncdc.h> | #include <ncdc/ncdc.h> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <ncdc/keycodes.h> | #include <ncdc/keycodes.h> | ||||||
| 
 | 
 | ||||||
| #include <ncdc/mainwindow.h> | #include <ncdc/mainwindow.h> | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <ncdc/cmds.h> | #include <ncdc/cmds.h> | ||||||
| #include <ncdc/ncdc.h> | #include <ncdc/ncdc.h> | ||||||
| #include <ncdc/config.h> | #include <ncdc/config.h> | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <ncdc/cmds.h> | #include <ncdc/cmds.h> | ||||||
| #include <ncdc/ncdc.h> | #include <ncdc/ncdc.h> | ||||||
| #include <ncdc/config.h> | #include <ncdc/config.h> | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <ncdc/mainwindow.h> | #include <ncdc/mainwindow.h> | ||||||
| #include <ncdc/input.h> | #include <ncdc/input.h> | ||||||
| #include <ncdc/textview.h> | #include <ncdc/textview.h> | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <ncdc/cmds.h> | #include <ncdc/cmds.h> | ||||||
| #include <ncdc/ncdc.h> | #include <ncdc/ncdc.h> | ||||||
| #include <ncdc/textview.h> | #include <ncdc/textview.h> | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <ncdc/ncdc.h> | #include <ncdc/ncdc.h> | ||||||
| #include <ncdc/mainwindow.h> | #include <ncdc/mainwindow.h> | ||||||
| #include <ncdc/config.h> | #include <ncdc/config.h> | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <ncdc/cmds.h> | #include <ncdc/cmds.h> | ||||||
| #include <ncdc/ncdc.h> | #include <ncdc/ncdc.h> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <ncdc/textview.h> | #include <ncdc/textview.h> | ||||||
| #include <ncdc/ncdc.h> | #include <ncdc/ncdc.h> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <ncdc/treeview.h> | #include <ncdc/treeview.h> | ||||||
| #include <ncdc/ncdc.h> | #include <ncdc/ncdc.h> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,3 +1,21 @@ | |||||||
|  | /*
 | ||||||
|  |  * Part of ncdc - a discord client for the console | ||||||
|  |  * Copyright (C) 2019 Florian Stinglmayr <fstinglmayr@gmail.com> | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * 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. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License | ||||||
|  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
| #include <ncdc/ncdc.h> | #include <ncdc/ncdc.h> | ||||||
| 
 | 
 | ||||||
| bool is_logged_in(void) | bool is_logged_in(void) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user