diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-09-24 06:13:15 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-09-24 06:13:15 +0800 |
commit | 93435055701bffb38039ea16069a796aca256246 (patch) | |
tree | 264c8f634ad3c5b44d83eb61d8810521a2053e7e /embed/mozilla/GtkNSSKeyPairDialogs.h | |
parent | 1d1891832db019411cc039eccb18733a14b2d526 (diff) | |
download | gsoc2013-epiphany-93435055701bffb38039ea16069a796aca256246.tar gsoc2013-epiphany-93435055701bffb38039ea16069a796aca256246.tar.gz gsoc2013-epiphany-93435055701bffb38039ea16069a796aca256246.tar.bz2 gsoc2013-epiphany-93435055701bffb38039ea16069a796aca256246.tar.lz gsoc2013-epiphany-93435055701bffb38039ea16069a796aca256246.tar.xz gsoc2013-epiphany-93435055701bffb38039ea16069a796aca256246.tar.zst gsoc2013-epiphany-93435055701bffb38039ea16069a796aca256246.zip |
These header files were GPL v2-only while the implementation .cpp files
2006-09-23 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSClientAuthDialogs.h:
* embed/mozilla/GtkNSSKeyPairDialogs.h:
These header files were GPL v2-only while the implementation .cpp
files already were v2+. Thanks to crispin for agreeing to licence the
.h under v2+ too.
Diffstat (limited to 'embed/mozilla/GtkNSSKeyPairDialogs.h')
-rw-r--r-- | embed/mozilla/GtkNSSKeyPairDialogs.h | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/embed/mozilla/GtkNSSKeyPairDialogs.h b/embed/mozilla/GtkNSSKeyPairDialogs.h index b3f10f957..9f8f28d50 100644 --- a/embed/mozilla/GtkNSSKeyPairDialogs.h +++ b/embed/mozilla/GtkNSSKeyPairDialogs.h @@ -1,10 +1,22 @@ /* - * GtkNSSKeyPairDialogs.h + * Copyright © 2003 Crispin Flowerday <gnome@flowerday.cx> * - * Copyright © 2003 Crispin Flowerday <gnome@flowerday.cx> - * Available under the terms of the GNU General Public License version 2. + * 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, or (at your option) + * any later version. * - * $Id$ + * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * + * $Id$ */ #ifndef GTKNSSKEYPAIRDIALOGS_H |