[beast/devel: 19/27] LAUNCHERS: use one liner license
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast/devel: 19/27] LAUNCHERS: use one liner license
- Date: Sun, 23 Dec 2012 17:34:48 +0000 (UTC)
commit 33bddc072e713a6f69b1511e290260c7d6c4cbbd
Author: Tim Janik <timj gnu org>
Date: Sun Dec 23 18:08:52 2012 +0100
LAUNCHERS: use one liner license
launchers/Makefile.am | 5 +----
launchers/beaststart.c | 18 +-----------------
launchers/bseshstart.c | 18 +-----------------
launchers/suidmain.c | 18 +-----------------
launchers/suidmain.h | 18 +-----------------
5 files changed, 5 insertions(+), 72 deletions(-)
---
diff --git a/launchers/Makefile.am b/launchers/Makefile.am
index 0a03d84..367aa6d 100644
--- a/launchers/Makefile.am
+++ b/launchers/Makefile.am
@@ -1,7 +1,4 @@
-# launchers - program starters
-# Copyright (C) 2004 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
+# launchers - Beast program starters
include $(top_srcdir)/Makefile.decl
INCLUDES += -I$(top_srcdir) -I$(top_builddir) -I. $(LAUNCHER_CFLAGS) -DG_DISABLE_CONST_RETURNS
diff --git a/launchers/beaststart.c b/launchers/beaststart.c
index 13b7d2c..b99cf65 100644
--- a/launchers/beaststart.c
+++ b/launchers/beaststart.c
@@ -1,20 +1,4 @@
-/* beaststart - start a beast executable
- *
- * This software is provided "as is"; redistribution and modification
- * is permitted, provided that the following disclaimer is retained.
- *
- * This software 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.
- * In no event shall the authors or contributors be liable for any
- * direct, indirect, incidental, special, exemplary, or consequential
- * damages (including, but not limited to, procurement of substitute
- * goods or services; loss of use, data, or profits; or business
- * interruption) however caused and on any theory of liability, whether
- * in contract, strict liability, or tort (including negligence or
- * otherwise) arising in any way out of the use of this software, even
- * if advised of the possibility of such damage.
- */
+// CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
#include "topconfig.h" /* holds HAVE_SETEUID etc... */
#include "suidmain.h"
#include <string.h>
diff --git a/launchers/bseshstart.c b/launchers/bseshstart.c
index 91e7103..8232586 100644
--- a/launchers/bseshstart.c
+++ b/launchers/bseshstart.c
@@ -1,20 +1,4 @@
-/* bseshstart - start a bsescm executable
- *
- * This software is provided "as is"; redistribution and modification
- * is permitted, provided that the following disclaimer is retained.
- *
- * This software 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.
- * In no event shall the authors or contributors be liable for any
- * direct, indirect, incidental, special, exemplary, or consequential
- * damages (including, but not limited to, procurement of substitute
- * goods or services; loss of use, data, or profits; or business
- * interruption) however caused and on any theory of liability, whether
- * in contract, strict liability, or tort (including negligence or
- * otherwise) arising in any way out of the use of this software, even
- * if advised of the possibility of such damage.
- */
+// CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
#include "topconfig.h" /* holds HAVE_SETEUID etc... */
#include "suidmain.h"
#include <string.h>
diff --git a/launchers/suidmain.c b/launchers/suidmain.c
index 192f50a..6ca6881 100644
--- a/launchers/suidmain.c
+++ b/launchers/suidmain.c
@@ -1,20 +1,4 @@
-/* suidmain - suid wrapper to acquire capabilities and drop root suid
- *
- * This software is provided "as is"; redistribution and modification
- * is permitted, provided that the following disclaimer is retained.
- *
- * This software 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.
- * In no event shall the authors or contributors be liable for any
- * direct, indirect, incidental, special, exemplary, or consequential
- * damages (including, but not limited to, procurement of substitute
- * goods or services; loss of use, data, or profits; or business
- * interruption) however caused and on any theory of liability, whether
- * in contract, strict liability, or tort (including negligence or
- * otherwise) arising in any way out of the use of this software, even
- * if advised of the possibility of such damage.
- */
+// CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
#include "topconfig.h" /* holds HAVE_SETEUID etc... */
#include "suidmain.h"
#include <sys/time.h>
diff --git a/launchers/suidmain.h b/launchers/suidmain.h
index 097ef5d..9ff53b1 100644
--- a/launchers/suidmain.h
+++ b/launchers/suidmain.h
@@ -1,20 +1,4 @@
-/* suidmain - suid wrapper to acquire capabilities and drop root suid
- *
- * This software is provided "as is"; redistribution and modification
- * is permitted, provided that the following disclaimer is retained.
- *
- * This software 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.
- * In no event shall the authors or contributors be liable for any
- * direct, indirect, incidental, special, exemplary, or consequential
- * damages (including, but not limited to, procurement of substitute
- * goods or services; loss of use, data, or profits; or business
- * interruption) however caused and on any theory of liability, whether
- * in contract, strict liability, or tort (including negligence or
- * otherwise) arising in any way out of the use of this software, even
- * if advised of the possibility of such damage.
- */
+// CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
#ifndef __SUIDMAIN_H__
#define __SUIDMAIN_H__
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]