diff options
| author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-03-05 12:44:38 +0100 |
|---|---|---|
| committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-03-07 12:08:23 +0100 |
| commit | 9ae75e8d9c56710d2f2cb3d2f2ea33496d8f9c08 (patch) | |
| tree | 581250dfb2b187df717caac459626c271e99216e /shell/panel.c | |
| parent | b69ce8ee0b19629dc5ba79c9805b8ce60ad3de37 (diff) | |
| download | graynard-9ae75e8d9c56710d2f2cb3d2f2ea33496d8f9c08.tar.gz graynard-9ae75e8d9c56710d2f2cb3d2f2ea33496d8f9c08.zip | |
shell: add missing copyright headers to files
Diffstat (limited to 'shell/panel.c')
| -rw-r--r-- | shell/panel.c | 15 |
1 files changed, 15 insertions, 0 deletions
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> */ |
