sxhkd-rc

[fork] simple X hotkey daemon (but for the rc shell)
Log | Files | Refs | README | LICENSE

commit 65c3352029d3bc2a42a8f3b5bd0096f4bc4b7cc4
parent d1f8d07dc3dc23f205d19db3adaf7b82e4812884
Author: Bastien Dejean <nihilhill@gmail.com>
Date:   Wed, 22 Oct 2014 11:57:07 +0200

Use generic BSD 2-clause license

Diffstat:
MLICENSE | 6+-----
Mgrab.c | 6+-----
Mgrab.h | 6+-----
Mhelpers.c | 6+-----
Mhelpers.h | 6+-----
Mlocales.h | 6+-----
Mparse.c | 6+-----
Mparse.h | 6+-----
Msxhkd.c | 6+-----
Msxhkd.h | 6+-----
Mtypes.c | 6+-----
Mtypes.h | 6+-----
12 files changed, 12 insertions(+), 60 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013-2014, Bastien Dejean +Copyright (c) 2013, Bastien Dejean All rights reserved. Redistribution and use in source and binary forms, with or without @@ -20,7 +20,3 @@ 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. - -The views and conclusions contained in the software and documentation are those -of the authors and should not be interpreted as representing official policies, -either expressed or implied, of the FreeBSD Project. diff --git a/grab.c b/grab.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2014, Bastien Dejean +/* Copyright (c) 2013, Bastien Dejean * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -20,10 +20,6 @@ * 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. - * - * The views and conclusions contained in the software and documentation are those - * of the authors and should not be interpreted as representing official policies, - * either expressed or implied, of the FreeBSD Project. */ #include <stdlib.h> diff --git a/grab.h b/grab.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2014, Bastien Dejean +/* Copyright (c) 2013, Bastien Dejean * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -20,10 +20,6 @@ * 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. - * - * The views and conclusions contained in the software and documentation are those - * of the authors and should not be interpreted as representing official policies, - * either expressed or implied, of the FreeBSD Project. */ #ifndef SXHKD_GRAB_H diff --git a/helpers.c b/helpers.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2014, Bastien Dejean +/* Copyright (c) 2013, Bastien Dejean * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -20,10 +20,6 @@ * 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. - * - * The views and conclusions contained in the software and documentation are those - * of the authors and should not be interpreted as representing official policies, - * either expressed or implied, of the FreeBSD Project. */ #include <stdio.h> diff --git a/helpers.h b/helpers.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2014, Bastien Dejean +/* Copyright (c) 2013, Bastien Dejean * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -20,10 +20,6 @@ * 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. - * - * The views and conclusions contained in the software and documentation are those - * of the authors and should not be interpreted as representing official policies, - * either expressed or implied, of the FreeBSD Project. */ #ifndef SXHKD_HELPERS_H diff --git a/locales.h b/locales.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2014, Bastien Dejean +/* Copyright (c) 2013, Bastien Dejean * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -20,10 +20,6 @@ * 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. - * - * The views and conclusions contained in the software and documentation are those - * of the authors and should not be interpreted as representing official policies, - * either expressed or implied, of the FreeBSD Project. */ #ifndef SXHKD_LOCALES_H diff --git a/parse.c b/parse.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2014, Bastien Dejean +/* Copyright (c) 2013, Bastien Dejean * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -20,10 +20,6 @@ * 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. - * - * The views and conclusions contained in the software and documentation are those - * of the authors and should not be interpreted as representing official policies, - * either expressed or implied, of the FreeBSD Project. */ #include <stdlib.h> diff --git a/parse.h b/parse.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2014, Bastien Dejean +/* Copyright (c) 2013, Bastien Dejean * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -20,10 +20,6 @@ * 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. - * - * The views and conclusions contained in the software and documentation are those - * of the authors and should not be interpreted as representing official policies, - * either expressed or implied, of the FreeBSD Project. */ #ifndef SXHKD_PARSE_H diff --git a/sxhkd.c b/sxhkd.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2014, Bastien Dejean +/* Copyright (c) 2013, Bastien Dejean * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -20,10 +20,6 @@ * 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. - * - * The views and conclusions contained in the software and documentation are those - * of the authors and should not be interpreted as representing official policies, - * either expressed or implied, of the FreeBSD Project. */ #include <xcb/xcb_event.h> diff --git a/sxhkd.h b/sxhkd.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2014, Bastien Dejean +/* Copyright (c) 2013, Bastien Dejean * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -20,10 +20,6 @@ * 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. - * - * The views and conclusions contained in the software and documentation are those - * of the authors and should not be interpreted as representing official policies, - * either expressed or implied, of the FreeBSD Project. */ #ifndef SXHKD_SXHKD_H diff --git a/types.c b/types.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2014, Bastien Dejean +/* Copyright (c) 2013, Bastien Dejean * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -20,10 +20,6 @@ * 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. - * - * The views and conclusions contained in the software and documentation are those - * of the authors and should not be interpreted as representing official policies, - * either expressed or implied, of the FreeBSD Project. */ #include <stdlib.h> diff --git a/types.h b/types.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2014, Bastien Dejean +/* Copyright (c) 2013, Bastien Dejean * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -20,10 +20,6 @@ * 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. - * - * The views and conclusions contained in the software and documentation are those - * of the authors and should not be interpreted as representing official policies, - * either expressed or implied, of the FreeBSD Project. */ #ifndef SXHKD_TYPES_H