summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/app-icon.c15
-rw-r--r--shell/app-icon.h15
-rw-r--r--shell/clock.c15
-rw-r--r--shell/clock.h15
-rw-r--r--shell/favorites.c15
-rw-r--r--shell/favorites.h15
-rw-r--r--shell/gtk-shell.c1
-rw-r--r--shell/launcher.c20
-rw-r--r--shell/launcher.h20
-rw-r--r--shell/panel.c15
-rw-r--r--shell/panel.h15
-rw-r--r--shell/shell-helper.c21
-rw-r--r--shell/sound-applet.c15
-rw-r--r--shell/sound-applet.h15
-rw-r--r--shell/vertical-clock.c15
-rw-r--r--shell/vertical-clock.h15
16 files changed, 238 insertions, 4 deletions
diff --git a/shell/app-icon.c b/shell/app-icon.c
index 1608650..af23fd8 100644
--- a/shell/app-icon.c
+++ b/shell/app-icon.c
@@ -1,6 +1,21 @@
/*
* Copyright (C) 2014 Collabora Ltd.
*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
* Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
*/
diff --git a/shell/app-icon.h b/shell/app-icon.h
index 2209352..17e77ab 100644
--- a/shell/app-icon.h
+++ b/shell/app-icon.h
@@ -1,6 +1,21 @@
/*
* Copyright (C) 2014 Collabora Ltd.
*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
* Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
*/
diff --git a/shell/clock.c b/shell/clock.c
index b854be0..4026e13 100644
--- a/shell/clock.c
+++ b/shell/clock.c
@@ -1,6 +1,21 @@
/*
* Copyright (C) 2014 Collabora Ltd.
*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
* Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
*/
diff --git a/shell/clock.h b/shell/clock.h
index 218c2a8..f21ff17 100644
--- a/shell/clock.h
+++ b/shell/clock.h
@@ -1,6 +1,21 @@
/*
* Copyright (C) 2014 Collabora Ltd.
*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
* Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
*/
diff --git a/shell/favorites.c b/shell/favorites.c
index 63eeeb2..45e4359 100644
--- a/shell/favorites.c
+++ b/shell/favorites.c
@@ -1,6 +1,21 @@
/*
* Copyright (C) 2013 Collabora Ltd.
*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
* Author: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
*/
diff --git a/shell/favorites.h b/shell/favorites.h
index bf462b2..067ea03 100644
--- a/shell/favorites.h
+++ b/shell/favorites.h
@@ -1,6 +1,21 @@
/*
* Copyright (C) 2013 Collabora Ltd.
*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
* Author: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
*/
diff --git a/shell/gtk-shell.c b/shell/gtk-shell.c
index c302a9a..5332734 100644
--- a/shell/gtk-shell.c
+++ b/shell/gtk-shell.c
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2013 Tiago Vignatti
+ * Copyright (c) 2013-2014 Collabora Ltd.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/shell/launcher.c b/shell/launcher.c
index e2a45a2..ef23bde 100644
--- a/shell/launcher.c
+++ b/shell/launcher.c
@@ -1,7 +1,23 @@
/*
- * Copyright (C) 2014 Collabora Ltd.
+ * Copyright (C) 2013-2014 Collabora Ltd.
*
- * Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
+ * Authors: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
+ * Jonny Lamb <jonny.lamb@collabora.co.uk>
*/
#include "config.h"
diff --git a/shell/launcher.h b/shell/launcher.h
index 37b5229..225c6cb 100644
--- a/shell/launcher.h
+++ b/shell/launcher.h
@@ -1,7 +1,23 @@
/*
- * Copyright (C) 2014 Collabora Ltd.
+ * Copyright (C) 2013-2014 Collabora Ltd.
*
- * Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
+ * Authors: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
+ * Jonny Lamb <jonny.lamb@collabora.co.uk>
*/
#ifndef __MAYNARD_LAUNCHER_H__
diff --git a/shell/panel.c b/shell/panel.c
index 5a4ab7c..605ef1e 100644
--- a/shell/panel.c
+++ b/shell/panel.c
@@ -1,6 +1,21 @@
/*
* Copyright (C) 2014 Collabora Ltd.
*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
* Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
*/
diff --git a/shell/panel.h b/shell/panel.h
index fb2cfa6..861f509 100644
--- a/shell/panel.h
+++ b/shell/panel.h
@@ -1,6 +1,21 @@
/*
* Copyright (C) 2014 Collabora Ltd.
*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
* Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
*/
diff --git a/shell/shell-helper.c b/shell/shell-helper.c
index 71e9b6f..e0c7e28 100644
--- a/shell/shell-helper.c
+++ b/shell/shell-helper.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2014 Collabora Ltd.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
+ * Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
+ */
+
#include <stdio.h>
#include <assert.h>
diff --git a/shell/sound-applet.c b/shell/sound-applet.c
index 4c942eb..a6c58eb 100644
--- a/shell/sound-applet.c
+++ b/shell/sound-applet.c
@@ -1,6 +1,21 @@
/*
* Copyright (C) 2013 Collabora Ltd.
*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
* Author: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
*/
diff --git a/shell/sound-applet.h b/shell/sound-applet.h
index 12fe2d9..d0b9b8e 100644
--- a/shell/sound-applet.h
+++ b/shell/sound-applet.h
@@ -1,6 +1,21 @@
/*
* Copyright (C) 2013 Collabora Ltd.
*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
* Author: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
*/
diff --git a/shell/vertical-clock.c b/shell/vertical-clock.c
index b09e61f..ef3efcc 100644
--- a/shell/vertical-clock.c
+++ b/shell/vertical-clock.c
@@ -1,6 +1,21 @@
/*
* Copyright (C) 2014 Collabora Ltd.
*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
* Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
*/
diff --git a/shell/vertical-clock.h b/shell/vertical-clock.h
index 6ad6221..ca4d7e3 100644
--- a/shell/vertical-clock.h
+++ b/shell/vertical-clock.h
@@ -1,6 +1,21 @@
/*
* Copyright (C) 2014 Collabora Ltd.
*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
* Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
*/