~drbob/+junk/diary-main

« back to all changes in this revision

Viewing changes to src/interface.c

  • Committer: Philip Withnall
  • Date: 2008-04-03 16:20:52 UTC
  • Revision ID: philip@tecnocode.co.uk-20080403162052-p9kbn8kwr9ys43lg
2008-04-03  Philip Withnall  <philip@tecnocode.co.uk>

        * COPYING:
        * src/add-link-dialog.c:
        * src/add-link-dialog.h:
        * src/interface.c:
        * src/interface.h:
        * src/link.c:
        * src/link.h:
        * src/main-window.c:
        * src/main-window.h:
        * src/main.c:
        * src/main.h:
        * src/storage-manager.c:
        * src/storage-manager.h: Relicensed from GPLv2+ to GPLv3+.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 * Diary
4
4
 * Copyright (C) Philip Withnall 2008 <philip@tecnocode.co.uk>
5
5
 * 
6
 
 * Diary is free software.
7
 
 * 
8
 
 * You may redistribute it and/or modify it under the terms of the
9
 
 * GNU General Public License, as published by the Free Software
10
 
 * Foundation; either version 2 of the License, or (at your option)
11
 
 * any later version.
12
 
 * 
 
6
 * Diary is free software: you can redistribute it and/or modify
 
7
 * it under the terms of the GNU General Public License as published by
 
8
 * the Free Software Foundation, either version 3 of the License, or
 
9
 * (at your option) any later version.
 
10
 *
13
11
 * Diary is distributed in the hope that it will be useful,
14
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16
 
 * See the GNU General Public License for more details.
17
 
 * 
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 * GNU General Public License for more details.
 
15
 *
18
16
 * You should have received a copy of the GNU General Public License
19
 
 * along with Diary.  If not, write to:
20
 
 *      The Free Software Foundation, Inc.,
21
 
 *      51 Franklin Street, Fifth Floor
22
 
 *      Boston, MA  02110-1301, USA.
 
17
 * along with Diary.  If not, see <http://www.gnu.org/licenses/>.
23
18
 */
24
19
 
25
20
#include <gtk/gtk.h>