diff --git a/libdc/src/account.c b/libdc/src/account.c index b4cbbb5..7f594d7 100644 --- a/libdc/src/account.c +++ b/libdc/src/account.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include diff --git a/libdc/src/api-auth.c b/libdc/src/api-auth.c index 9fa6834..d1cb7ec 100644 --- a/libdc/src/api-auth.c +++ b/libdc/src/api-auth.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include "internal.h" diff --git a/libdc/src/api-channel.c b/libdc/src/api-channel.c index 6075429..f60f882 100644 --- a/libdc/src/api-channel.c +++ b/libdc/src/api-channel.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include "internal.h" diff --git a/libdc/src/api-friends.c b/libdc/src/api-friends.c index f529d1c..b424083 100644 --- a/libdc/src/api-friends.c +++ b/libdc/src/api-friends.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include "internal.h" diff --git a/libdc/src/api-user.c b/libdc/src/api-user.c index 4c6fa76..78e3bbd 100644 --- a/libdc/src/api-user.c +++ b/libdc/src/api-user.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include "internal.h" diff --git a/libdc/src/api.c b/libdc/src/api.c index 937f11c..dfce721 100644 --- a/libdc/src/api.c +++ b/libdc/src/api.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include #include "internal.h" diff --git a/libdc/src/apisync.c b/libdc/src/apisync.c index 7eb7302..a469c36 100644 --- a/libdc/src/apisync.c +++ b/libdc/src/apisync.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include diff --git a/libdc/src/channel.c b/libdc/src/channel.c index bbd8af2..992c6d9 100644 --- a/libdc/src/channel.c +++ b/libdc/src/channel.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include "internal.h" diff --git a/libdc/src/event.c b/libdc/src/event.c index 6dac19f..87e1a2c 100644 --- a/libdc/src/event.c +++ b/libdc/src/event.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include "internal.h" diff --git a/libdc/src/gateway.c b/libdc/src/gateway.c index ec2b6cf..5005063 100644 --- a/libdc/src/gateway.c +++ b/libdc/src/gateway.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include "internal.h" #include diff --git a/libdc/src/guild.c b/libdc/src/guild.c index 1eb58de..a5806fa 100644 --- a/libdc/src/guild.c +++ b/libdc/src/guild.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include diff --git a/libdc/src/loop.c b/libdc/src/loop.c index 33cd8d7..b37859c 100644 --- a/libdc/src/loop.c +++ b/libdc/src/loop.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include diff --git a/libdc/src/message.c b/libdc/src/message.c index b9dd577..6203884 100644 --- a/libdc/src/message.c +++ b/libdc/src/message.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include "internal.h" diff --git a/libdc/src/refable.c b/libdc/src/refable.c index aacde10..4b553f8 100644 --- a/libdc/src/refable.c +++ b/libdc/src/refable.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include "internal.h" diff --git a/libdc/src/session.c b/libdc/src/session.c index f602099..aee8b8c 100644 --- a/libdc/src/session.c +++ b/libdc/src/session.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include "internal.h" diff --git a/libdc/src/util.c b/libdc/src/util.c index d56b3ae..c53835d 100644 --- a/libdc/src/util.c +++ b/libdc/src/util.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include "internal.h" diff --git a/libdc/src/ws-frames.c b/libdc/src/ws-frames.c index 2e36902..03bfb3f 100644 --- a/libdc/src/ws-frames.c +++ b/libdc/src/ws-frames.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include "internal.h" diff --git a/ncdc/src/ack.c b/ncdc/src/ack.c index 4ccc7c0..a4c2612 100644 --- a/ncdc/src/ack.c +++ b/ncdc/src/ack.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include diff --git a/ncdc/src/close.c b/ncdc/src/close.c index 8330131..d115270 100644 --- a/ncdc/src/close.c +++ b/ncdc/src/close.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include diff --git a/ncdc/src/cmds.c b/ncdc/src/cmds.c index 8439b6b..4e310a5 100644 --- a/ncdc/src/cmds.c +++ b/ncdc/src/cmds.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include ncdc_commands_t cmds[] = { diff --git a/ncdc/src/config.c b/ncdc/src/config.c index 6373a29..8a92828 100644 --- a/ncdc/src/config.c +++ b/ncdc/src/config.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include diff --git a/ncdc/src/friends.c b/ncdc/src/friends.c index b1a2e24..da4e5b4 100644 --- a/ncdc/src/friends.c +++ b/ncdc/src/friends.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include diff --git a/ncdc/src/input.c b/ncdc/src/input.c index 0102ed2..3542d86 100644 --- a/ncdc/src/input.c +++ b/ncdc/src/input.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include #include diff --git a/ncdc/src/join.c b/ncdc/src/join.c index 4a43102..fa65acf 100644 --- a/ncdc/src/join.c +++ b/ncdc/src/join.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include diff --git a/ncdc/src/keycodes.c b/ncdc/src/keycodes.c index 68a8f8b..3f4adfc 100644 --- a/ncdc/src/keycodes.c +++ b/ncdc/src/keycodes.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include diff --git a/ncdc/src/login.c b/ncdc/src/login.c index 07a7ade..4c105e3 100644 --- a/ncdc/src/login.c +++ b/ncdc/src/login.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include #include diff --git a/ncdc/src/logout.c b/ncdc/src/logout.c index c1afc60..b97678f 100644 --- a/ncdc/src/logout.c +++ b/ncdc/src/logout.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include #include diff --git a/ncdc/src/mainwindow.c b/ncdc/src/mainwindow.c index e6260d3..0418faa 100644 --- a/ncdc/src/mainwindow.c +++ b/ncdc/src/mainwindow.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include #include diff --git a/ncdc/src/msg.c b/ncdc/src/msg.c index 1a8aeb9..e67206b 100644 --- a/ncdc/src/msg.c +++ b/ncdc/src/msg.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include #include diff --git a/ncdc/src/ncdc.c b/ncdc/src/ncdc.c index d33bfe0..a0b1599 100644 --- a/ncdc/src/ncdc.c +++ b/ncdc/src/ncdc.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include #include diff --git a/ncdc/src/post.c b/ncdc/src/post.c index 9498979..df5218a 100644 --- a/ncdc/src/post.c +++ b/ncdc/src/post.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include diff --git a/ncdc/src/textview.c b/ncdc/src/textview.c index 9bea80d..0d96d31 100644 --- a/ncdc/src/textview.c +++ b/ncdc/src/textview.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include diff --git a/ncdc/src/treeview.c b/ncdc/src/treeview.c index 2180dea..6067570 100644 --- a/ncdc/src/treeview.c +++ b/ncdc/src/treeview.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include #include diff --git a/ncdc/src/util.c b/ncdc/src/util.c index 2f7e09d..5aabdc8 100644 --- a/ncdc/src/util.c +++ b/ncdc/src/util.c @@ -1,3 +1,21 @@ +/* + * Part of ncdc - a discord client for the console + * Copyright (C) 2019 Florian Stinglmayr + * + * 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 . + */ + #include bool is_logged_in(void)