Skip to content

Commit c96bbe7

Browse files
committed
Copyrights
1 parent d1546ad commit c96bbe7

File tree

296 files changed

+299
-309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

296 files changed

+299
-309
lines changed

3rdparty/libbitcoin/examples/atomic_swap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The Grimm Team
1+
// Copyright 2018 The Beam Team / Copyright 2019 The Grimm Team
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

3rdparty/libbitcoin/examples/get_info.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The Grimm Team
1+
// Copyright 2018 The Beam Team / Copyright 2019 The Grimm Team
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

3rdparty/libbitcoin/examples/sign_tx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The Grimm Team
1+
// Copyright 2018 The Beam Team / Copyright 2019 The Grimm Team
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

3rdparty/opencl-miner/clHost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// GRIMM OpenCL Miner
22
// OpenCL Host Interface
3-
// Copyright 2018 The Grimm Team
3+
// Copyright 2018 The Beam Team / Copyright 2019 The Grimm Team
44
// Copyright 2018 Wilke Trei
55

66
#include "clHost.h"

3rdparty/opencl-miner/clHost.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// GRIMM OpenCL Miner
22
// OpenCL Host Interface
3-
// Copyright 2018 The Grimm Team
3+
// Copyright 2018 The Beam Team / Copyright 2019 The Grimm Team
44
// Copyright 2018 Wilke Trei
55

66
#pragma once

3rdparty/opencl-miner/clMinerLib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// GRIMM OpenCL Miner
22
// Miner library interface
3-
// Copyright 2018 The Grimm Team
3+
// Copyright 2018 The Beam Team / Copyright 2019 The Grimm Team
44
// Copyright 2018 Wilke Trei
55
#pragma once
66
#include <vector>

3rdparty/opencl-miner/equihash_150_5.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// GRIMM OpenCL Miner
22
// OpenCL Mining Sources for Equihash 150/5
3-
// Copyright 2018 The Grimm Team
3+
// Copyright 2018 The Beam Team / Copyright 2019 The Grimm Team
44
// Copyright 2018 Wilke Trei
55

66
__kernel void clearCounter (

3rdparty/opencl-miner/grimmStratum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// GRIMM OpenCL Miner
22
// Stratum interface class
3-
// Copyright 2018 The Grimm Team
3+
// Copyright 2018 The Beam Team / Copyright 2019 The Grimm Team
44
// Copyright 2018 Wilke Trei
55

66

3rdparty/opencl-miner/grimmStratum.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// GRIMM OpenCL Miner
22
// Stratum interface class
3-
// Copyright 2018 The Grimm Team
3+
// Copyright 2018 The Beam Team / Copyright 2019 The Grimm Team
44
// Copyright 2018 Wilke Trei
55
#pragma once
66
#include "minerBridge.h"

3rdparty/opencl-miner/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// GRIMM OpenCL Miner
22
// Main Function
3-
// Copyright 2018 The Grimm Team
3+
// Copyright 2018 The Beam Team / Copyright 2019 The Grimm Team
44
// Copyright 2018 Wilke Trei
55

66
#include "grimmStratum.h"

0 commit comments

Comments
 (0)