From 1905de6d834a139073b29b4c2f49b7801df68b60 Mon Sep 17 00:00:00 2001 From: Dmitry Kovalenko Date: Fri, 15 Apr 2016 08:24:32 +0300 Subject: [PATCH] [LICENSE] Fix wrong license headers (gpl->lgpl) Change-Id: I643b8b3bca9057dd640394c3f89ac259ebd6d1da Signed-off-by: Dmitry Kovalenko --- include/btsym.h | 30 +++++++++++++++++------------- include/dacapture.h | 30 +++++++++++++++++------------- include/orientation.h | 30 +++++++++++++++++------------- 3 files changed, 51 insertions(+), 39 deletions(-) diff --git a/include/btsym.h b/include/btsym.h index 840081a..b8d7db5 100644 --- a/include/btsym.h +++ b/include/btsym.h @@ -1,22 +1,26 @@ /* - * 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. + * SWAP probe * - * 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) Samsung Electronics, 2016 * - * 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. + * Contact: * - * Copyright (C) Samsung Electronics, 2016 + * Vyacheslav Cherkashin * - * 2016 Vyacheslav Cherkashin + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA */ #ifndef _BTSYM_H_ diff --git a/include/dacapture.h b/include/dacapture.h index 8d7b7a8..ef9634c 100644 --- a/include/dacapture.h +++ b/include/dacapture.h @@ -1,22 +1,26 @@ /* - * 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. + * SWAP probe * - * 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) Samsung Electronics, 2016 * - * 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. + * Contact: * - * Copyright (C) Samsung Electronics, 2016 + * Vyacheslav Cherkashin * - * 2016 Vyacheslav Cherkashin + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA */ #ifndef _DACAPTURE_H_ diff --git a/include/orientation.h b/include/orientation.h index 1a22993..68d6ccd 100644 --- a/include/orientation.h +++ b/include/orientation.h @@ -1,22 +1,26 @@ /* - * 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. + * SWAP probe * - * 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) Samsung Electronics, 2016 * - * 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. + * Contact: * - * Copyright (C) Samsung Electronics, 2016 + * Vyacheslav Cherkashin * - * 2016 Vyacheslav Cherkashin + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA */ #ifndef _ORIENTATION_H_ -- 2.7.4