Skip to content

Commit

Permalink
Merge pull request #4780
Browse files Browse the repository at this point in the history
4d04492 add missing copyright headers (Philip Kaufmann)
  • Loading branch information
laanwj committed Sep 1, 2014
2 parents 2c995de + 4d04492 commit 01113f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/clientversion.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2009-2014 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#ifndef CLIENTVERSION_H
#define CLIENTVERSION_H

Expand Down
5 changes: 5 additions & 0 deletions src/utilmoneystr.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#include "utilmoneystr.h"

#include "core.h"
Expand Down

0 comments on commit 01113f7

Please sign in to comment.