From 74d0c61a292161a3d280eafb2d2894460335f4bd Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 19 Mar 2013 20:45:35 +0100 Subject: Update copyright comments --- src/mainwindow.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mainwindow.c') diff --git a/src/mainwindow.c b/src/mainwindow.c index 562a95b..86109cd 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -1,11 +1,11 @@ /* * mainwindow.c * - * Colloquium - A tiny presentation program + * Copyright © 2013 Thomas White * - * Copyright (c) 2012 Thomas White + * This file is part of Colloquium. * - * This program is free software: you can redistribute it and/or modify + * Colloquium 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. @@ -411,11 +411,11 @@ static gint about_sig(GtkWidget *widget, struct presentation *p) gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(window), PACKAGE_VERSION); gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(window), - "(c) 2012 Thomas White "); + "© 2013 Thomas White "); gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(window), "A tiny presentation program"); gtk_about_dialog_set_license(GTK_ABOUT_DIALOG(window), - "(c) 2012 Thomas White \n"); + "© 2013 Thomas White \n"); gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(window), "http://www.bitwiz.org.uk/"); gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(window), authors); -- cgit v1.2.3