summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-05 12:44:38 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-07 12:08:23 +0100
commit9ae75e8d9c56710d2f2cb3d2f2ea33496d8f9c08 (patch)
tree581250dfb2b187df717caac459626c271e99216e
parentb69ce8ee0b19629dc5ba79c9805b8ce60ad3de37 (diff)
downloadgraynard-9ae75e8d9c56710d2f2cb3d2f2ea33496d8f9c08.tar.gz
graynard-9ae75e8d9c56710d2f2cb3d2f2ea33496d8f9c08.zip
shell: add missing copyright headers to files
-rw-r--r--LICENSE54
-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
17 files changed, 275 insertions, 21 deletions
diff --git a/LICENSE b/LICENSE
index 8a080ce..9fb8cb1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,21 +1,41 @@
-The MIT License (MIT)
+shell/gtk-shell.c is licensed under the MIT License:
-Copyright (c) 2013 Tiago Vignatti
+ 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 deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+
+All other files are licensed under the GPL 2+ license:
+
+ Copyright (c) 2013-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
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>
*/