From 2c37c541c7eaa3d445b095208d4bc40f0c404292 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Sat, 23 Nov 2024 06:33:51 +0200 Subject: [PATCH] Restore copyrights and push raises. --- beacon_chain/sync/sync_queue.nim | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/beacon_chain/sync/sync_queue.nim b/beacon_chain/sync/sync_queue.nim index 82337f2ab..c5f377efe 100644 --- a/beacon_chain/sync/sync_queue.nim +++ b/beacon_chain/sync/sync_queue.nim @@ -1,3 +1,12 @@ +# beacon_chain +# Copyright (c) 2018-2024 Status Research & Development GmbH +# Licensed and distributed under either of +# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT). +# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0). +# at your option. This file may not be copied, modified, or distributed except according to those terms. + +{.push raises: [].} + import std/[deques, heapqueue, tables, strutils, sequtils, math] import stew/base10, chronos, chronicles, results import