Browse Source

Cosmetic changes

master
Con Kolivas 11 years ago
parent
commit
7d932a7661
  1. 2
      src/bitcoin.c
  2. 2
      src/bitcoin.h
  3. 2
      src/libckpool.h
  4. 2
      src/sha2.c
  5. 2
      src/sha2.h

2
src/bitcoin.c

@ -1,5 +1,5 @@
/*
* Copyright 2011-2014 Con Kolivas
* Copyright 2014 Con Kolivas
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free

2
src/bitcoin.h

@ -1,5 +1,5 @@
/*
* Copyright 2011-2014 Con Kolivas
* Copyright 2014 Con Kolivas
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free

2
src/libckpool.h

@ -85,7 +85,7 @@
#define PAGESIZE (4096)
/* cgminer locks, a write biased variant of rwlocks */
/* ck locks, a write biased variant of rwlocks */
struct cklock {
pthread_mutex_t mutex;
pthread_rwlock_t rwlock;

2
src/sha2.c

@ -3,7 +3,7 @@
* Last update: 02/02/2007
* Issue date: 04/30/2005
*
* Copyright (C) 2013, Con Kolivas <kernel@kolivas.org>
* Copyright (C) 2013-2014, Con Kolivas <kernel@kolivas.org>
* Copyright (C) 2005, 2007 Olivier Gay <olivier.gay@a3.epfl.ch>
* All rights reserved.
*

2
src/sha2.h

@ -3,7 +3,7 @@
* Last update: 02/02/2007
* Issue date: 04/30/2005
*
* Copyright (C) 2013, Con Kolivas <kernel@kolivas.org>
* Copyright (C) 2013-2014, Con Kolivas <kernel@kolivas.org>
* Copyright (C) 2005, 2007 Olivier Gay <olivier.gay@a3.epfl.ch>
* All rights reserved.
*

Loading…
Cancel
Save