mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Make sure all C files have copyright/license notices
This commit is contained in:
parent
f5e9e2748f
commit
fa78546dbc
8 changed files with 24 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
/* Copyright (c) 2014-2017, The Tor Project, Inc. */
|
||||||
|
/* See LICENSE for licensing information */
|
||||||
|
|
||||||
#ifndef CRYPTO_PWBOX_H_INCLUDED_
|
#ifndef CRYPTO_PWBOX_H_INCLUDED_
|
||||||
#define 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 "orconfig.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.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 "or.h"
|
||||||
#include "test.h"
|
#include "test.h"
|
||||||
#define HIBERNATE_PRIVATE
|
#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 TOR_CHANNEL_INTERNAL_
|
||||||
#define MAIN_PRIVATE
|
#define MAIN_PRIVATE
|
||||||
#define NETWORKSTATUS_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 "or.h"
|
||||||
#include "test.h"
|
#include "test.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
/* Copyright (c) 2014-2017, The Tor Project, Inc. */
|
||||||
|
/* See LICENSE for licensing information */
|
||||||
|
|
||||||
#define ROUTERSET_PRIVATE
|
#define ROUTERSET_PRIVATE
|
||||||
|
|
||||||
#include "or.h"
|
#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_PRIVATE
|
||||||
#define SHARED_RANDOM_STATE_PRIVATE
|
#define SHARED_RANDOM_STATE_PRIVATE
|
||||||
#define CONFIG_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 STATUS_PRIVATE
|
||||||
#define HIBERNATE_PRIVATE
|
#define HIBERNATE_PRIVATE
|
||||||
#define LOG_PRIVATE
|
#define LOG_PRIVATE
|
||||||
|
|
Loading…
Add table
Reference in a new issue