From 0fe8ed2735d67b1b4ac4dd05fe130798d98d1516 Mon Sep 17 00:00:00 2001 From: simon04 Date: Fri, 3 Jun 2011 22:03:51 +0200 Subject: [PATCH] Source code formatting (comment). --- src/extension.js | 55 ++++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/src/extension.js b/src/extension.js index c069047..2211481 100644 --- a/src/extension.js +++ b/src/extension.js @@ -1,31 +1,32 @@ /* - - * Weather extension for Gnome shell - * - Displays a small weather information on the top panel - * - On click, gives a popup with details about the weather - - Copyright (C) 2011 - ecyrbe , - Timur Kristof , - Elad Alfassa , - Simon Legner - - This file is part of gnome-shell-extension-weather. - - gnome-shell-extension-weather 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 3 of the License, or - (at your option) any later version. - - gnome-shell-extension-weather 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 gnome-shell-extension-weather. If not, see . - -*/ + * + * Weather extension for GNOME Shell + * - Displays a small weather information on the top panel. + * - On click, gives a popup with details about the weather. + * + * Copyright (C) 2011 + * ecyrbe , + * Timur Kristof , + * Elad Alfassa , + * Simon Legner + * + * + * This file is part of gnome-shell-extension-weather. + * + * gnome-shell-extension-weather 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 3 of the License, or + * (at your option) any later version. + * + * gnome-shell-extension-weather 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 gnome-shell-extension-weather. If not, see . + * + */ const GLib = imports.gi.GLib; const Gio = imports.gi.Gio;