From 2f6ab98ee18528acc543f27cb03db2607cb0b0c1 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Tue, 30 Dec 2014 15:46:02 +0300 Subject: [PATCH] [FIX] dastout license Change-Id: I188d0aea319a0cc7a9ff22625a03568ea69a8760 Signed-off-by: Alexander Aksenov --- helper/dastdout.c | 23 +++++++++++++---------- helper/dastdout.h | 22 ++++++++++++---------- 2 files changed, 25 insertions(+), 20 deletions(-) diff --git a/helper/dastdout.c b/helper/dastdout.c index b9208e3..7b2568e 100644 --- a/helper/dastdout.c +++ b/helper/dastdout.c @@ -1,5 +1,5 @@ /* - * DA manager + * DA probe * * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd. All rights reserved. * @@ -7,23 +7,26 @@ * * Cherepanov Vitaliy * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * 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 * * Contributors: * - S-Core Co., Ltd * - Samsung RnD Institute Russia * */ + #include #include #include diff --git a/helper/dastdout.h b/helper/dastdout.h index 491744c..fd743e0 100644 --- a/helper/dastdout.h +++ b/helper/dastdout.h @@ -1,5 +1,5 @@ /* - * DA manager + * DA probe * * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd. All rights reserved. * @@ -7,17 +7,19 @@ * * Cherepanov Vitaliy * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * 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 * * Contributors: * - S-Core Co., Ltd -- 2.7.4