From 62ff55aa61bce2e0a0107b21392c217d8cd56a3c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 10 May 2014 18:53:49 -0700 Subject: [PATCH] tools: Use standard license header for hex2hcd source code --- tools/hex2hcd.c | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/tools/hex2hcd.c b/tools/hex2hcd.c index 0f93937b2..07cb89ef5 100644 --- a/tools/hex2hcd.c +++ b/tools/hex2hcd.c @@ -1,19 +1,23 @@ /* - * Copyright (C) 2012 Canonical * - * 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. + * BlueZ - Bluetooth protocol stack for Linux * - * 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. + * Copyright (C) 2012 Canonical * - * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * 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 * */ -- 2.47.3