Commit bf0e6b11e0244ef5fe6ea3850f0bc869c8f6fc46

Thomas de Grivel 2022-11-02T17:36:53

licence

diff --git a/c_src/git_nif.c b/c_src/git_nif.c
index 4833f21..ea04ccc 100644
--- a/c_src/git_nif.c
+++ b/c_src/git_nif.c
@@ -1,17 +1,15 @@
-/*
- * Copyright 2022 Thomas de Grivel <thoxdg@gmail.com>
+/* kmxgit
+ * Copyright 2022 kmx.io <contact@kmx.io>
  *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
+ * Permission is hereby granted to use this software granted
+ * the above copyright notice and this permission paragraph
+ * are included in all copies and substantial portions of this
+ * software.
  *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ * THIS SOFTWARE IS PROVIDED "AS-IS" WITHOUT ANY GUARANTEE OF
+ * PURPOSE AND PERFORMANCE. IN NO EVENT WHATSOEVER SHALL THE
+ * AUTHOR BE CONSIDERED LIABLE FOR THE USE AND PERFORMANCE OF
+ * THIS SOFTWARE.
  */
 #include <stdlib.h>
 #include <string.h>
diff --git a/configure b/configure
index 7c5b9b9..2309085 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,16 @@
 #!/bin/sh
+## kmxgit
+## Copyright 2022 kmx.io <contact@kmx.io>
+##
+## Permission is hereby granted to use this software granted
+## the above copyright notice and this permission paragraph
+## are included in all copies and substantial portions of this
+## software.
+##
+## THIS SOFTWARE IS PROVIDED "AS-IS" WITHOUT ANY GUARANTEE OF
+## PURPOSE AND PERFORMANCE. IN NO EVENT WHATSOEVER SHALL THE
+## AUTHOR BE CONSIDERED LIABLE FOR THE USE AND PERFORMANCE OF
+## THIS SOFTWARE.
 
 LIBBSD_CFLAGS="$(pkg-config libbsd-overlay --cflags)"
 LIBBSD_LIBS="$(pkg-config libbsd-overlay --libs)"
diff --git a/lib/kmxgit.ex b/lib/kmxgit.ex
index 2a4f2fa..2d8ccc0 100644
--- a/lib/kmxgit.ex
+++ b/lib/kmxgit.ex
@@ -1,3 +1,16 @@
+## kmxgit
+## Copyright 2022 kmx.io <contact@kmx.io>
+##
+## Permission is hereby granted to use this software granted
+## the above copyright notice and this permission paragraph
+## are included in all copies and substantial portions of this
+## software.
+##
+## THIS SOFTWARE IS PROVIDED "AS-IS" WITHOUT ANY GUARANTEE OF
+## PURPOSE AND PERFORMANCE. IN NO EVENT WHATSOEVER SHALL THE
+## AUTHOR BE CONSIDERED LIABLE FOR THE USE AND PERFORMANCE OF
+## THIS SOFTWARE.
+
 defmodule Kmxgit do
   @moduledoc """
   Kmxgit keeps the contexts that define your domain