diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-02 05:51:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-02 05:51:10 +0800 |
commit | 791c982c456fca453978358d2e919082419b7808 (patch) | |
tree | 62090a45d73ad353eca171946934437da32733d2 /shell/e-shell-window-actions.h | |
parent | b2cda1d0c6d44f53f71bad9e256f41188677dfba (diff) | |
download | gsoc2013-evolution-791c982c456fca453978358d2e919082419b7808.tar gsoc2013-evolution-791c982c456fca453978358d2e919082419b7808.tar.gz gsoc2013-evolution-791c982c456fca453978358d2e919082419b7808.tar.bz2 gsoc2013-evolution-791c982c456fca453978358d2e919082419b7808.tar.lz gsoc2013-evolution-791c982c456fca453978358d2e919082419b7808.tar.xz gsoc2013-evolution-791c982c456fca453978358d2e919082419b7808.tar.zst gsoc2013-evolution-791c982c456fca453978358d2e919082419b7808.zip |
Update the headers on files I've created or completely rewritten to match
Sankar's LGPLv3 template.
svn path=/branches/kill-bonobo/; revision=36535
Diffstat (limited to 'shell/e-shell-window-actions.h')
-rw-r--r-- | shell/e-shell-window-actions.h | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/shell/e-shell-window-actions.h b/shell/e-shell-window-actions.h index b3858ad55c..2dae2f73cc 100644 --- a/shell/e-shell-window-actions.h +++ b/shell/e-shell-window-actions.h @@ -1,21 +1,22 @@ -/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- +/* * e-shell-window-actions.h * - * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) - * * This program is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU General Public - * License as published by the Free Software Foundation. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) version 3. * * 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. + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with the program; if not, see <http://www.gnu.org/licenses/> + * + * + * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * - * 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 Street, Fifth Floor, - * Boston, MA 02110-1301, USA. */ #ifndef E_SHELL_WINDOW_ACTIONS_H |