[Pkg-bitcoin-commits] [libunivalue] 15/76: Add copyright headers

Jonas Smedegaard dr at jones.dk
Mon Apr 4 09:18:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libunivalue.

commit 7f52cc1eb22084aa52bea03e3ca6c2797ef64f9f
Author: Jeff Garzik <jgarzik at bitpay.com>
Date:   Thu Jun 12 22:04:54 2014 -0400

    Add copyright headers
---
 unitester.cpp      | 4 ++++
 univalue.cpp       | 3 +++
 univalue.h         | 4 ++++
 univalue_read.cpp  | 3 +++
 univalue_write.cpp | 3 +++
 5 files changed, 17 insertions(+)

diff --git a/unitester.cpp b/unitester.cpp
index 926fd73..ce40e3c 100644
--- a/unitester.cpp
+++ b/unitester.cpp
@@ -1,3 +1,7 @@
+// Copyright 2014 BitPay Inc.
+// Distributed under the MIT/X11 software license, see the accompanying
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/univalue.cpp b/univalue.cpp
index 45b21e9..996aa2a 100644
--- a/univalue.cpp
+++ b/univalue.cpp
@@ -1,3 +1,6 @@
+// Copyright 2014 BitPay Inc.
+// Distributed under the MIT/X11 software license, see the accompanying
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
 #include <stdint.h>
 #include <ctype.h>
diff --git a/univalue.h b/univalue.h
index 0cbe24b..73eb361 100644
--- a/univalue.h
+++ b/univalue.h
@@ -1,3 +1,7 @@
+// Copyright 2014 BitPay Inc.
+// Distributed under the MIT/X11 software license, see the accompanying
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+
 #ifndef __UNIVALUE_H__
 #define __UNIVALUE_H__
 
diff --git a/univalue_read.cpp b/univalue_read.cpp
index 428df71..a72d0ea 100644
--- a/univalue_read.cpp
+++ b/univalue_read.cpp
@@ -1,3 +1,6 @@
+// Copyright 2014 BitPay Inc.
+// Distributed under the MIT/X11 software license, see the accompanying
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
 #include <string.h>
 #include <vector>
diff --git a/univalue_write.cpp b/univalue_write.cpp
index 7641784..2b70f70 100644
--- a/univalue_write.cpp
+++ b/univalue_write.cpp
@@ -1,3 +1,6 @@
+// Copyright 2014 BitPay Inc.
+// Distributed under the MIT/X11 software license, see the accompanying
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
 #include <ctype.h>
 #include <stdio.h>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libunivalue.git



More information about the Pkg-bitcoin-commits mailing list