
5 Jun
2012
5 Jun
'12
1:06 a.m.
commit 064e7c19c66a6e8a65e13508c57f3d7c89060112 Author: Nick Mathewson <nickm@torproject.org> Date: Mon Jun 4 21:02:13 2012 -0400 Missing copyright/license statement for procmon.c --- src/common/procmon.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/common/procmon.c b/src/common/procmon.c index 4375b60..36b1a48 100644 --- a/src/common/procmon.c +++ b/src/common/procmon.c @@ -1,3 +1,5 @@ +/* Copyright (c) 2011-2012, The Tor Project, Inc. */ +/* See LICENSE for licensing information */ /** * \file procmon.c