X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Ficonloader.h;h=0efed6afb5d321701700e6d512512d12d78162b4;hp=6ff0a633beae7fa83b3aae50434ad17155220b95;hb=5b686746c880e5cda6d5de3e08180ea4332ff222;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce diff --git a/src/uisupport/iconloader.h b/src/uisupport/iconloader.h index 6ff0a633..0efed6af 100644 --- a/src/uisupport/iconloader.h +++ b/src/uisupport/iconloader.h @@ -1,7 +1,10 @@ /*************************************************************************** - * Copyright (C) 2005-09 by the Quassel Project * + * Copyright (C) 2005-2012 by the Quassel Project * * devel@quassel-irc.org * * * + * Based in part on KDE's kiconloader.h * + * This declares a subset of that API. * + * * * 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 * @@ -15,10 +18,7 @@ * 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., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - *************************************************************************** - * Based in part on KDE's kiconloader.h * - * This declares a subset of that API. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef ICONLOADER_H_