diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-03-06 14:03:45 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-03-06 14:03:45 +0000 |
commit | 022b6a3c695ecccc54e20432caff3668bd28d4c5 (patch) | |
tree | 467e3388927863a52fb03b24b57e5154d2088bcb /common/glib-helper.h | |
parent | 6f3ffb5dc897f4d63be2fc6a176ed6b391c0ebba (diff) |
Add skeleton for GLib helpers
Diffstat (limited to 'common/glib-helper.h')
-rw-r--r-- | common/glib-helper.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/common/glib-helper.h b/common/glib-helper.h new file mode 100644 index 00000000..71377516 --- /dev/null +++ b/common/glib-helper.h @@ -0,0 +1,22 @@ +/* + * + * BlueZ - Bluetooth protocol stack for Linux + * + * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org> + * + * + * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + */ |