[FIX] dastout license 44/32944/2 master
authorAlexander Aksenov <a.aksenov@samsung.com>
Tue, 30 Dec 2014 12:46:02 +0000 (15:46 +0300)
committerAlexander Aksenov <a.aksenov@samsung.com>
Tue, 30 Dec 2014 13:05:46 +0000 (05:05 -0800)
Change-Id: I188d0aea319a0cc7a9ff22625a03568ea69a8760
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
helper/dastdout.c
helper/dastdout.h

index b9208e3..7b2568e 100644 (file)
@@ -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 <v.cherepanov@samsung.com>
  *
- * 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 <stdio.h>
 #include <sys/types.h>
 #include <sys/stat.h>
index 491744c..fd743e0 100644 (file)
@@ -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 <v.cherepanov@samsung.com>
  *
- * 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