From 9ae75e8d9c56710d2f2cb3d2f2ea33496d8f9c08 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Wed, 5 Mar 2014 12:44:38 +0100 Subject: shell: add missing copyright headers to files --- LICENSE | 62 +++++++++++++++++++++++++++++++++----------------- shell/app-icon.c | 15 ++++++++++++ shell/app-icon.h | 15 ++++++++++++ shell/clock.c | 15 ++++++++++++ shell/clock.h | 15 ++++++++++++ shell/favorites.c | 15 ++++++++++++ shell/favorites.h | 15 ++++++++++++ shell/gtk-shell.c | 1 + shell/launcher.c | 20 ++++++++++++++-- shell/launcher.h | 20 ++++++++++++++-- shell/panel.c | 15 ++++++++++++ shell/panel.h | 15 ++++++++++++ shell/shell-helper.c | 21 +++++++++++++++++ shell/sound-applet.c | 15 ++++++++++++ shell/sound-applet.h | 15 ++++++++++++ shell/vertical-clock.c | 15 ++++++++++++ shell/vertical-clock.h | 15 ++++++++++++ 17 files changed, 279 insertions(+), 25 deletions(-) diff --git a/LICENSE b/LICENSE index 8a080ce..9fb8cb1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,41 @@ -The MIT License (MIT) - -Copyright (c) 2013 Tiago Vignatti - -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 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. +shell/gtk-shell.c is licensed under the MIT License: + + 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: + + 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. + +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 */ 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 */ 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 */ 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 */ 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 */ 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 */ 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 + * 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 + * Jonny Lamb */ #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 + * 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 + * Jonny Lamb */ #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 */ 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 */ 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 + */ + #include #include 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 */ 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 */ 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 */ 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 */ -- cgit v1.3.1