summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2022-05-30 21:15:10 +0200
committerpgen <p.gen.progs@gmail.com>2022-06-02 20:58:52 +0200
commit21484e888c9ad6da1d2354dcbadd2106a9d549c4 (patch)
tree78d155251219adb8badc66151e15ca4a61936402 /smenu.h
parent3bbd4a893001f840f127d7ee06a7e0cce1ee1315 (diff)
Switch to Mozilla Public License 2.0
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/smenu.h b/smenu.h
index 4f62124..4a73ba2 100644
--- a/smenu.h
+++ b/smenu.h
@@ -1,7 +1,10 @@
-/* ########################################################### */
-/* This Software is licensed under the GPL licensed Version 2, */
-/* please read http://www.gnu.org/copyleft/gpl.html. */
-/* ########################################################### */
+/* ################################################################### */
+/* Copyright 2015, Pierre Gentile (p.gen.progs@gmail.com) */
+/* */
+/* This Source Code Form is subject to the terms of the Mozilla Public */
+/* License, v. 2.0. If a copy of the MPL was not distributed with this */
+/* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
+/* ################################################################### */
#ifndef SMENU_H
#define SMENU_H
@@ -430,7 +433,7 @@ int
tag_comp(void * a, void * b);
void
-tag_swap(void * *a, void ** b);
+tag_swap(void ** a, void ** b);
int
isempty(const char * s);