From 7b755a3cf01131b138282de71e5b569257565142 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Wed, 3 Oct 2018 22:24:12 +0100 Subject: [PATCH] Fix typo in CONTRIBUTORS, move licenses around Having a LICENSE file makes github happy --- CONTRIBUTORS | 2 +- LICENSES/MPL-2.0 => LICENSE | 0 LICENSES/MIT => LICENSE-mit | 0 src/c2.c | 2 +- src/c2.h | 2 +- src/common.h | 2 +- src/compton.c | 2 +- src/dbus.c | 2 +- src/dbus.h | 2 +- src/opengl.c | 2 +- src/opengl.h | 2 +- 11 files changed, 9 insertions(+), 9 deletions(-) rename LICENSES/MPL-2.0 => LICENSE (100%) rename LICENSES/MIT => LICENSE-mit (100%) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3a9fb414..cfbef193 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ -Sorted in alphabeticall order +Sorted in alphabetical order Adam Jackson Brottweiler diff --git a/LICENSES/MPL-2.0 b/LICENSE similarity index 100% rename from LICENSES/MPL-2.0 rename to LICENSE diff --git a/LICENSES/MIT b/LICENSE-mit similarity index 100% rename from LICENSES/MIT rename to LICENSE-mit diff --git a/src/c2.c b/src/c2.c index 8b7b5282..8e2fcc60 100644 --- a/src/c2.c +++ b/src/c2.c @@ -6,7 +6,7 @@ * Based on `xcompmgr` - Copyright (c) 2003, Keith Packard * * Copyright (c) 2011-2013, Christopher Jeffrey - * See LICENSE for more information. + * See LICENSE-mit for more information. * */ diff --git a/src/c2.h b/src/c2.h index f7ca161e..510de411 100644 --- a/src/c2.h +++ b/src/c2.h @@ -5,7 +5,7 @@ * Based on `xcompmgr` - Copyright (c) 2003, Keith Packard * * Copyright (c) 2011-2013, Christopher Jeffrey - * See LICENSE for more information. + * See LICENSE-mit for more information. * */ diff --git a/src/common.h b/src/common.h index 73c00b43..5afa605b 100644 --- a/src/common.h +++ b/src/common.h @@ -7,7 +7,7 @@ * Copyright (c) 2011-2013, Christopher Jeffrey * Copyright (c) 2018, Yuxuan Shui * - * See LICENSE for more information. + * See LICENSE-mit for more information. * */ diff --git a/src/compton.c b/src/compton.c index 82159c7f..3b2df8ee 100644 --- a/src/compton.c +++ b/src/compton.c @@ -5,7 +5,7 @@ * Based on `xcompmgr` - Copyright (c) 2003, Keith Packard * * Copyright (c) 2011-2013, Christopher Jeffrey - * See LICENSE for more information. + * See LICENSE-mit for more information. * */ diff --git a/src/dbus.c b/src/dbus.c index ae101e92..0d84b199 100644 --- a/src/dbus.c +++ b/src/dbus.c @@ -5,7 +5,7 @@ * Based on `xcompmgr` - Copyright (c) 2003, Keith Packard * * Copyright (c) 2011-2013, Christopher Jeffrey - * See LICENSE for more information. + * See LICENSE-mit for more information. * */ diff --git a/src/dbus.h b/src/dbus.h index 8d0ae45c..8d4a9828 100644 --- a/src/dbus.h +++ b/src/dbus.h @@ -5,7 +5,7 @@ * Based on `xcompmgr` - Copyright (c) 2003, Keith Packard * * Copyright (c) 2011-2013, Christopher Jeffrey - * See LICENSE for more information. + * See LICENSE-mit for more information. * */ diff --git a/src/opengl.c b/src/opengl.c index e11969e7..64abe5e7 100644 --- a/src/opengl.c +++ b/src/opengl.c @@ -5,7 +5,7 @@ * Based on `xcompmgr` - Copyright (c) 2003, Keith Packard * * Copyright (c) 2011-2013, Christopher Jeffrey - * See LICENSE for more information. + * See LICENSE-mit for more information. * */ diff --git a/src/opengl.h b/src/opengl.h index ef5edfcd..69b88164 100644 --- a/src/opengl.h +++ b/src/opengl.h @@ -5,7 +5,7 @@ * Based on `xcompmgr` - Copyright (c) 2003, Keith Packard * * Copyright (c) 2011-2013, Christopher Jeffrey - * See LICENSE for more information. + * See LICENSE-mit for more information. * */