X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FMicroTime.test.cc;h=fe9e1834a1159913b4f0b3bda386397e197663d0;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=cd3bc33fadbac27cff7e7dece92878f37a29f88c;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Utils/MicroTime.test.cc b/Utils/MicroTime.test.cc index cd3bc33..fe9e183 100644 --- a/Utils/MicroTime.test.cc +++ b/Utils/MicroTime.test.cc @@ -1,6 +1,21 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 Stefan Bund +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the +// Free Software Foundation, Inc., +// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // Unit tests @@ -27,4 +42,10 @@ BOOST_AUTO_UNIT_TEST(microTime) // Local Variables: // mode: c++ +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: