diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-26 10:52:20 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-26 10:52:20 +0100 |
commit | 0f2dfd5817375c333dcb3348ff53b9cdc0a474e1 (patch) | |
tree | de48dd104c1ffb802081a1ecf5d291855b24eae1 /test/test.cc | |
parent | 257c0d9b563f91d6613a8dd8c6bb4be0a1366036 (diff) |
Add boiler plates and gitignore file.
Diffstat (limited to 'test/test.cc')
-rw-r--r-- | test/test.cc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc index 4a6e3ee..24063be 100644 --- a/test/test.cc +++ b/test/test.cc @@ -1,3 +1,29 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +/*************************************************************************** + * test.cc + * + * Thu Mar 16 10:48:40 CEST 2013 + * Copyright 2013 Bent Bisballe Nyeng + * deva@aasimon.org + ****************************************************************************/ + +/* + * This file is part of the Usb Hotplug Library (libusbhp) + * + * Libusbhp 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. + * + * Libusbhp 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 libusbhp; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + */ #include <stdio.h> #include <time.h> |