From bffb24bf7156e591b578efa6aefc149e23dd9928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Petit?= Date: Thu, 11 Apr 2019 12:11:08 +0100 Subject: [PATCH] Rename license file and add code of conduct (#153) ...to reduce the diff between the cl21_trunk and cl22_trunk branches. Signed-off-by: Kevin Petit --- CODE_OF_CONDUCT.md | 1 + license.txt => LICENSE.txt | 0 2 files changed, 1 insertion(+) create mode 100644 CODE_OF_CONDUCT.md rename license.txt => LICENSE.txt (100%) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..a11610bd --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1 @@ +A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow the Khronos Code of Conduct (https://www.khronos.org/developers/code-of-conduct), which prohibits aggressive or derogatory language. Please keep the discussion friendly and civil. diff --git a/license.txt b/LICENSE.txt similarity index 100% rename from license.txt rename to LICENSE.txt