summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-25 10:38:06 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-25 10:38:06 +0100
commitd7459e6d6cae229237d692d12fe2de7fe8d6fa47 (patch)
tree268db76bf6add815785f66f83ba342c92461c86d
parent4499d399d33e9f03024d234a4cf430d84a6afad0 (diff)
downloadgraynard-d7459e6d6cae229237d692d12fe2de7fe8d6fa47.tar.gz
graynard-d7459e6d6cae229237d692d12fe2de7fe8d6fa47.zip
shell: rename gtk-shell.c to maynard.c
-rw-r--r--LICENSE2
-rw-r--r--shell/Makefile.am2
-rw-r--r--shell/maynard.c (renamed from shell/gtk-shell.c)0
3 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 9fb8cb1..6b2fea4 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-shell/gtk-shell.c is licensed under the MIT License:
+shell/maynard.c is licensed under the MIT License:
Copyright (c) 2013 Tiago Vignatti
Copyright (c) 2013-2014 Collabora Ltd.
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 905ae23..f66716a 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -4,7 +4,7 @@ AM_CFLAGS = $(GCC_CFLAGS)
AM_CPPFLAGS = $(CLIENT_CFLAGS) $(GTK_CFLAGS)
maynard_SOURCES = \
- gtk-shell.c \
+ maynard.c \
app-icon.c \
app-icon.h \
clock.c \
diff --git a/shell/gtk-shell.c b/shell/maynard.c
index 133f3ba..133f3ba 100644
--- a/shell/gtk-shell.c
+++ b/shell/maynard.c