aboutsummaryrefslogtreecommitdiff
path: root/examples/sg_sat_chk_power.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sg_sat_chk_power.c')
-rw-r--r--examples/sg_sat_chk_power.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/sg_sat_chk_power.c b/examples/sg_sat_chk_power.c
index b5ea18ae..ca24f665 100644
--- a/examples/sg_sat_chk_power.c
+++ b/examples/sg_sat_chk_power.c
@@ -10,8 +10,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -25,6 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * SPDX-License-Identifier: BSD-2-Clause
*/
#include <unistd.h>
@@ -59,7 +58,7 @@
#define EBUFF_SZ 256
-static const char * version_str = "1.07 20180706";
+static const char * version_str = "1.08 20181207";
#if 0