[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2696: Add the usual copyright and doxygen blocks and set a couple (in vidalia: . trunk/src/torcontrol)
Author: edmanm
Date: 2008-06-12 02:50:07 -0400 (Thu, 12 Jun 2008)
New Revision: 2696
Modified:
vidalia/
vidalia/trunk/src/torcontrol/tcglobal.cpp
vidalia/trunk/src/torcontrol/tcglobal.h
Log:
r509@thebe: edmanm | 2008-06-12 02:14:11 -0400
Add the usual copyright and doxygen blocks and set a couple svn:keywords and
svn:eol-style properties.
Property changes on: vidalia
___________________________________________________________________
svk:merge ticket from /local/vidalia [r509] on 45a62a8a-8088-484c-baad-c7b3e776dd32
Modified: vidalia/trunk/src/torcontrol/tcglobal.cpp
===================================================================
--- vidalia/trunk/src/torcontrol/tcglobal.cpp 2008-06-12 06:50:05 UTC (rev 2695)
+++ vidalia/trunk/src/torcontrol/tcglobal.cpp 2008-06-12 06:50:07 UTC (rev 2696)
@@ -1,4 +1,19 @@
+/*
+** This file is part of Vidalia, and is subject to the license terms in the
+** LICENSE file, found in the top level directory of this distribution. If you
+** did not receive the LICENSE file with this file, you may obtain it from the
+** Vidalia source package distributed by the Vidalia Project at
+** http://www.vidalia-project.net/. No part of Vidalia, including this file,
+** may be copied, modified, propagated, or distributed except according to the
+** terms described in the LICENSE file.
+*/
+/*
+** \file tcglobal.cpp
+** \version $Id$
+** \brief Provides common methods and constants used by the torcontrol library
+*/
+
#include "tcglobal.h"
Property changes on: vidalia/trunk/src/torcontrol/tcglobal.cpp
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: vidalia/trunk/src/torcontrol/tcglobal.h
===================================================================
--- vidalia/trunk/src/torcontrol/tcglobal.h 2008-06-12 06:50:05 UTC (rev 2695)
+++ vidalia/trunk/src/torcontrol/tcglobal.h 2008-06-12 06:50:07 UTC (rev 2696)
@@ -1,9 +1,25 @@
+/*
+** This file is part of Vidalia, and is subject to the license terms in the
+** LICENSE file, found in the top level directory of this distribution. If you
+** did not receive the LICENSE file with this file, you may obtain it from the
+** Vidalia source package distributed by the Vidalia Project at
+** http://www.vidalia-project.net/. No part of Vidalia, including this file,
+** may be copied, modified, propagated, or distributed except according to the
+** terms described in the LICENSE file.
+*/
+/*
+** \file tcglobal.h
+** \version $Id$
+** \brief Provides common methods and constants used by the torcontrol library
+*/
+
#ifndef _TCGLOBAL_H
#define _TCGLOBAL_H
#include <QString>
+
namespace tc {
/** Helper class to handle formatting log messages with arguments. */
class DebugMessage {
Property changes on: vidalia/trunk/src/torcontrol/tcglobal.h
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native