X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fauto_unit_test.hh;h=81a514f36542e4eb48a924d791d2cbda799730c9;hb=62da0fc2f859a98e105b45859c346750a1435ebb;hp=f93ae3c77ec2711d80566e4dd37cae2eef055b64;hpb=f00a102138bcbabdaab1caab1db6a8876463dedc;p=senf.git diff --git a/Utils/auto_unit_test.hh b/Utils/auto_unit_test.hh index f93ae3c..81a514f 100644 --- a/Utils/auto_unit_test.hh +++ b/Utils/auto_unit_test.hh @@ -1,8 +1,8 @@ // $Id$ // // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer NETwork research (NET) +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -27,8 +27,8 @@ unit tests. If the available Boost version is 1.34, this file will automatically take care of any necessary workarounds. - So, instead of #include , you should always write - #include "../Utils/auto_unit_test.hh" (with possibliy adjusted path). + So, instead of \#include , you should always write + \#include "../Utils/auto_unit_test.hh" (with possibliy adjusted path). */ #ifndef HH_auto_unit_test_