chore: Add copyright header to C files who had none
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* stub_accounts.c
|
||||
*
|
||||
* Copyright (C) 2015 - 2016 James Booth <boothj5@gmail.com>
|
||||
* Copyright (C) 2020 - 2026 Michael Vetter <jubalh@iodoru.org>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later WITH OpenSSL-exception
|
||||
*/
|
||||
#include "prof_cmocka.h"
|
||||
|
||||
#include "common.h"
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* helpers.c
|
||||
*
|
||||
* Copyright (C) 2015 - 2016 James Booth <boothj5@gmail.com>
|
||||
* Copyright (C) 2015 - 2026 Michael Vetter <jubalh@iodoru.org>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
#include "prof_cmocka.h"
|
||||
#include <glib.h>
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* helpers.h
|
||||
*
|
||||
* Copyright (C) 2015 James Booth <boothj5@gmail.com>
|
||||
* Copyright (C) 2020 - 2026 Michael Vetter <jubalh@iodoru.org>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
#include "glib.h"
|
||||
|
||||
int load_preferences(void** state);
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* stub_otr.c
|
||||
*
|
||||
* Copyright (C) 2015 - 2016 James Booth <boothj5@gmail.com>
|
||||
* Copyright (C) 2020 - 2026 Michael Vetter <jubalh@iodoru.org>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
#include <libotr/proto.h>
|
||||
#include <libotr/message.h>
|
||||
#include <glib.h>
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* stub_gpg.c
|
||||
*
|
||||
* Copyright (C) 2015 - 2017 James Booth <boothj5@gmail.com>
|
||||
* Copyright (C) 2020 - 2026 Michael Vetter <jubalh@iodoru.org>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
#include <glib.h>
|
||||
|
||||
#include "pgp/gpg.h"
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* test_common.c
|
||||
*
|
||||
* Copyright (C) 2015 - 2017 James Booth <boothj5@gmail.com>
|
||||
* Copyright (C) 2015 - 2026 Michael Vetter <jubalh@iodoru.org>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
#include "xmpp/resource.h"
|
||||
#include "common.h"
|
||||
#include "prof_cmocka.h"
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* test_common.h
|
||||
*
|
||||
* Copyright (C) 2015 - 2016 James Booth <boothj5@gmail.com>
|
||||
* Copyright (C) 2018 - 2026 Michael Vetter <jubalh@iodoru.org>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
#ifndef TESTS_TEST_COMMON_H
|
||||
#define TESTS_TEST_COMMON_H
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* stub_http_upload.c
|
||||
*
|
||||
* Copyright (C) 2017 James Booth <boothj5@gmail.com>
|
||||
* Copyright (C) 2020 - 2026 Michael Vetter <jubalh@iodoru.org>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
#ifndef TOOLS_HTTP_UPLOAD_H
|
||||
#define TOOLS_HTTP_UPLOAD_H
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* stub_ui.c
|
||||
*
|
||||
* Copyright (C) 2015 - 2018 James Booth <boothj5@gmail.com>
|
||||
* Copyright (C) 2019 - 2026 Michael Vetter <jubalh@iodoru.org>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* stub_ui.h
|
||||
*
|
||||
* Copyright (C) 2015 - 2016 James Booth <boothj5@gmail.com>
|
||||
* Copyright (C) 2015 - 2026 Michael Vetter <jubalh@iodoru.org>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
void expect_cons_show(char* expected);
|
||||
void expect_any_cons_show(void);
|
||||
void expect_cons_show_error(char* expected);
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* unittests.c
|
||||
*
|
||||
* Copyright (C) 2015 - 2018 James Booth <boothj5@gmail.com>
|
||||
* Copyright (C) 2018 - 2026 Michael Vetter <jubalh@iodoru.org>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* stub_xmpp.c
|
||||
*
|
||||
* Copyright (C) 2015 - 2018 James Booth <boothj5@gmail.com>
|
||||
* Copyright (C) 2019 - 2026 Michael Vetter <jubalh@iodoru.org>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
#include "prof_cmocka.h"
|
||||
|
||||
#include "xmpp/xmpp.h"
|
||||
|
||||
Reference in New Issue
Block a user