Browse Source

Add missing copyright sections to files that may need them

Luke Dashjr 12 years ago
parent
commit
f98c8f476e
16 changed files with 145 additions and 1 deletions
  1. 9 0
      Makefile.am
  2. 3 0
      autogen.sh
  3. 9 0
      compat.h
  4. 12 0
      configure.ac
  5. 12 0
      driver-cpu.h
  6. 10 0
      dynclock.h
  7. 11 0
      icarus-common.h
  8. 9 0
      jtag.h
  9. 1 1
      libblkmaker
  10. 9 0
      logging.h
  11. 7 0
      make-release
  12. 13 0
      miner.h
  13. 7 0
      openwrt/multibuild.sh
  14. 11 0
      sha256_cryptopp.c
  15. 10 0
      sha256_via.c
  16. 12 0
      util.h

+ 9 - 0
Makefile.am

@@ -1,3 +1,12 @@
+# Copyright 2012-2013 Luke Dashjr
+# Copyright 2012 zefir
+# Copyright 2011-2013 Con Kolivas
+# Copyright 2013 James Z.M. Gao
+#
+# 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
+# Software Foundation; either version 3 of the License, or (at your option)
+# any later version.  See COPYING for more details.
 
 ACLOCAL_AMFLAGS = -I m4
 

+ 3 - 0
autogen.sh

@@ -1,4 +1,7 @@
 #!/bin/sh -e
+# Written by Luke Dashjr in 2012
+# This program is released under the terms of the Creative Commons "CC0 1.0 Universal" license and/or copyright waiver.
+
 bs_dir="$(dirname "$0")"
 
 if test -z "$NOSUBMODULES" ; then

+ 9 - 0
compat.h

@@ -1,3 +1,12 @@
+/*
+ * Copyright 2012-2013 Luke Dashjr
+ *
+ * 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
+ * Software Foundation; either version 3 of the License, or (at your option)
+ * any later version.  See COPYING for more details.
+ */
+
 #ifndef __COMPAT_H__
 #define __COMPAT_H__
 

+ 12 - 0
configure.ac

@@ -1,3 +1,15 @@
+dnl * Copyright 2012-2013 Luke Dashjr
+dnl * Copyright 2011-2013 Con Kolivas
+dnl * Copyright 2010-2011 Jeff Garzik
+dnl * Copyright 2012 Xiangfu
+dnl * Copyright 2011 Rusty Russell
+dnl * Copyright 2011 Mark Crichton
+dnl *
+dnl * This program is free software; you can redistribute it and/or modify it
+dnl * under the terms of the GNU General Public License as published by the Free
+dnl * Software Foundation; either version 3 of the License, or (at your option)
+dnl * any later version.  See COPYING for more details.
+
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [2])

+ 12 - 0
driver-cpu.h

@@ -1,3 +1,15 @@
+/*
+ * Copyright 2011-2013 Luke Dashjr
+ * Copyright 2011-2012 Con Kolivas
+ * Copyright 2011 Mark Crichton
+ * Copyright 2010 Jeff Garzik
+ *
+ * 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
+ * Software Foundation; either version 3 of the License, or (at your option)
+ * any later version.  See COPYING for more details.
+ */
+
 #ifndef __DEVICE_CPU_H__
 #define __DEVICE_CPU_H__
 

+ 10 - 0
dynclock.h

@@ -1,3 +1,13 @@
+/*
+ * Copyright 2012-2013 Luke Dashjr
+ * Copyright 2012 nelisky
+ *
+ * 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
+ * Software Foundation; either version 3 of the License, or (at your option)
+ * any later version.  See COPYING for more details.
+ */
+
 #ifndef DYNCLOCK_H
 #define DYNCLOCK_H
 

+ 11 - 0
icarus-common.h

@@ -1,3 +1,14 @@
+/*
+ * Copyright 2012-2013 Luke Dashjr
+ * Copyright 2012 Xiangfu
+ * Copyright 2012 Andrew Smith
+ *
+ * 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
+ * Software Foundation; either version 3 of the License, or (at your option)
+ * any later version.  See COPYING for more details.
+ */
+
 #ifndef ICARUS_COMMON_H
 #define ICARUS_COMMON_H
 

+ 9 - 0
jtag.h

@@ -1,3 +1,12 @@
+/*
+ * Copyright 2012 Luke Dashjr
+ *
+ * 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
+ * Software Foundation; either version 3 of the License, or (at your option)
+ * any later version.  See COPYING for more details.
+ */
+
 #ifndef BFGMINER_JTAG_H
 #define BFGMINER_JTAG_H
 

+ 1 - 1
libblkmaker

@@ -1 +1 @@
-Subproject commit 482b48bbd5a6dd5a1049801e0e9e5e2512b0aa96
+Subproject commit 8f4bb3ee9f43405203fef6f64ca938dc7933a060

+ 9 - 0
logging.h

@@ -1,3 +1,12 @@
+/*
+ * Copyright 2012 zefir
+ *
+ * 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
+ * Software Foundation; either version 3 of the License, or (at your option)
+ * any later version.  See COPYING for more details.
+ */
+
 #ifndef __LOGGING_H__
 #define __LOGGING_H__
 

+ 7 - 0
make-release

@@ -1,4 +1,11 @@
 #!/bin/bash
+# Copyright 2012-2013 Luke Dashjr
+#
+# 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
+# Software Foundation; either version 3 of the License, or (at your option)
+# any later version.  See COPYING for more details.
+
 set -e
 set -x
 tag="$1"; shift

+ 13 - 0
miner.h

@@ -1,3 +1,16 @@
+/*
+ * Copyright 2012-2013 Luke Dashjr
+ * Copyright 2011-2013 Con Kolivas
+ * Copyright 2012-2013 Andrew Smith
+ * Copyright 2011 Glenn Francis Murray
+ * Copyright 2010-2011 Jeff Garzik
+ *
+ * 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
+ * Software Foundation; either version 3 of the License, or (at your option)
+ * any later version.  See COPYING for more details.
+ */
+
 #ifndef __MINER_H__
 #define __MINER_H__
 

+ 7 - 0
openwrt/multibuild.sh

@@ -1,4 +1,11 @@
 #!/bin/sh
+# Copyright 2013 Luke Dashjr
+#
+# 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
+# Software Foundation; either version 3 of the License, or (at your option)
+# any later version.  See COPYING for more details.
+
 set -e
 set -x
 reporoot="$1"  # .../files/bfgminer/BFGMINER_VERSION/openwrt/OPENWRT_VERSION

+ 11 - 0
sha256_cryptopp.c

@@ -1,3 +1,14 @@
+/*
+ * Copyright 2010-2011 Jeff Garzik
+ * Copyright 2002-2010 Wei Dai (released as public domain)
+ * Copyright 2012-2013 Luke Dashjr
+ * Copyright 2011 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
+ * Software Foundation; either version 3 of the License, or (at your option)
+ * any later version.  See COPYING for more details.
+ */
 
 #include "config.h"
 

+ 10 - 0
sha256_via.c

@@ -1,3 +1,13 @@
+/*
+ * Copyright 2010-2011 Jeff Garzik
+ * Copyright 2012-2013 Luke Dashjr
+ * Copyright 2011 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
+ * Software Foundation; either version 3 of the License, or (at your option)
+ * any later version.  See COPYING for more details.
+ */
 
 #include "driver-cpu.h"
 

+ 12 - 0
util.h

@@ -1,3 +1,15 @@
+/*
+ * Copyright 2013 Luke Dashjr
+ * Copyright 2012-2013 Con Kolivas
+ * Copyright 2011 Andrew Smith
+ * Copyright 2011 Jeff Garzik
+ *
+ * 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
+ * Software Foundation; either version 3 of the License, or (at your option)
+ * any later version.  See COPYING for more details.
+ */
+
 #ifndef __UTIL_H__
 #define __UTIL_H__