mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Make sure all C files have copyright/license notices
This commit is contained in:
parent
f5e9e2748f
commit
fa78546dbc
@ -1,3 +1,6 @@
|
||||
/* Copyright (c) 2014-2017, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
#ifndef CRYPTO_PWBOX_H_INCLUDED_
|
||||
#define CRYPTO_PWBOX_H_INCLUDED_
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
/* Copyright (c) 2015-2017, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
#include "orconfig.h"
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
@ -1,3 +1,6 @@
|
||||
/* Copyright (c) 2014-2017, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
#include "or.h"
|
||||
#include "test.h"
|
||||
#define HIBERNATE_PRIVATE
|
||||
|
@ -1,3 +1,6 @@
|
||||
/* Copyright (c) 2016-2017, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
#define TOR_CHANNEL_INTERNAL_
|
||||
#define MAIN_PRIVATE
|
||||
#define NETWORKSTATUS_PRIVATE
|
||||
|
@ -1,3 +1,6 @@
|
||||
/* Copyright (c) 2015-2017, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
#include "or.h"
|
||||
#include "test.h"
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
/* Copyright (c) 2014-2017, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
#define ROUTERSET_PRIVATE
|
||||
|
||||
#include "or.h"
|
||||
|
@ -1,3 +1,6 @@
|
||||
/* Copyright (c) 2016-2017, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
#define SHARED_RANDOM_PRIVATE
|
||||
#define SHARED_RANDOM_STATE_PRIVATE
|
||||
#define CONFIG_PRIVATE
|
||||
|
@ -1,3 +1,6 @@
|
||||
/* Copyright (c) 2014-2017, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
#define STATUS_PRIVATE
|
||||
#define HIBERNATE_PRIVATE
|
||||
#define LOG_PRIVATE
|
||||
|
Loading…
Reference in New Issue
Block a user