aboutsummaryrefslogtreecommitdiff
path: root/include/dc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dc.h')
-rw-r--r--include/dc.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/dc.h b/include/dc.h
index 1155307d5c43..07af135bc38f 100644
--- a/include/dc.h
+++ b/include/dc.h
@@ -1,9 +1,9 @@
/*
* *****************************************************************************
*
- * Copyright (c) 2018-2020 Gavin D. Howard and contributors.
+ * SPDX-License-Identifier: BSD-2-Clause
*
- * All rights reserved.
+ * Copyright (c) 2018-2020 Gavin D. Howard and contributors.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -36,10 +36,6 @@
#ifndef BC_DC_H
#define BC_DC_H
-#ifndef DC_ENABLE_RAND
-#define DC_ENABLE_RAND (1)
-#endif // DC_ENABLE_RAND
-
#if DC_ENABLED
#include <status.h>