aboutsummaryrefslogtreecommitdiffstats
path: root/smime
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2008-06-21 06:26:57 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2008-06-21 06:26:57 +0800
commitabda2bda855a6ac4413994bd141e18f9fd00b295 (patch)
treec574e95cc5e6bb65d108ed8e0452730f12f37767 /smime
parent16a3b9e9468445a6917fd3dea9c81e710efa2ac0 (diff)
downloadgsoc2013-evolution-abda2bda855a6ac4413994bd141e18f9fd00b295.tar
gsoc2013-evolution-abda2bda855a6ac4413994bd141e18f9fd00b295.tar.gz
gsoc2013-evolution-abda2bda855a6ac4413994bd141e18f9fd00b295.tar.bz2
gsoc2013-evolution-abda2bda855a6ac4413994bd141e18f9fd00b295.tar.lz
gsoc2013-evolution-abda2bda855a6ac4413994bd141e18f9fd00b295.tar.xz
gsoc2013-evolution-abda2bda855a6ac4413994bd141e18f9fd00b295.tar.zst
gsoc2013-evolution-abda2bda855a6ac4413994bd141e18f9fd00b295.zip
updated novell copyright notices (left others alone)
svn path=/trunk/; revision=35665
Diffstat (limited to 'smime')
-rw-r--r--smime/gui/ca-trust-dialog.c2
-rw-r--r--smime/gui/ca-trust-dialog.h2
-rw-r--r--smime/gui/cert-trust-dialog.c2
-rw-r--r--smime/gui/cert-trust-dialog.h2
-rw-r--r--smime/gui/certificate-manager.c2
-rw-r--r--smime/gui/certificate-manager.h2
-rw-r--r--smime/gui/certificate-viewer.c2
-rw-r--r--smime/gui/certificate-viewer.h2
-rw-r--r--smime/gui/component.c2
-rw-r--r--smime/gui/component.h2
-rw-r--r--smime/gui/e-cert-selector.h2
-rw-r--r--smime/lib/e-asn1-object.c2
-rw-r--r--smime/lib/e-asn1-object.h2
-rw-r--r--smime/lib/e-cert-db.c2
-rw-r--r--smime/lib/e-cert-db.h2
-rw-r--r--smime/lib/e-cert-trust.c2
-rw-r--r--smime/lib/e-cert-trust.h2
-rw-r--r--smime/lib/e-cert.c2
-rw-r--r--smime/lib/e-cert.h2
-rw-r--r--smime/lib/e-pkcs12.c2
-rw-r--r--smime/lib/e-pkcs12.h2
21 files changed, 21 insertions, 21 deletions
diff --git a/smime/gui/ca-trust-dialog.c b/smime/gui/ca-trust-dialog.c
index e2545e6aef..a82f72199f 100644
--- a/smime/gui/ca-trust-dialog.c
+++ b/smime/gui/ca-trust-dialog.c
@@ -2,7 +2,7 @@
/*
* Authors: Chris Toshok <toshok@ximian.com>
*
- * Copyright (C) 2004 Novell, Inc. (www.novell.com)
+ * 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 the GNU General Public License as published by
diff --git a/smime/gui/ca-trust-dialog.h b/smime/gui/ca-trust-dialog.h
index 5c29cb5616..31bf6704d4 100644
--- a/smime/gui/ca-trust-dialog.h
+++ b/smime/gui/ca-trust-dialog.h
@@ -2,7 +2,7 @@
/*
* Authors: Chris Toshok <toshok@ximian.com>
*
- * Copyright (C) 2004 Novell, Inc. (www.novell.com)
+ * 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 the GNU General Public License as published by
diff --git a/smime/gui/cert-trust-dialog.c b/smime/gui/cert-trust-dialog.c
index fa14fe5ba7..5e155def67 100644
--- a/smime/gui/cert-trust-dialog.c
+++ b/smime/gui/cert-trust-dialog.c
@@ -3,7 +3,7 @@
* Authors: Chris Toshok <toshok@ximian.com>
* Michael Zucchi <notzed@ximian.com>
*
- * Copyright (C) 2004 Novell, Inc. (www.novell.com)
+ * 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 the GNU General Public License as published by
diff --git a/smime/gui/cert-trust-dialog.h b/smime/gui/cert-trust-dialog.h
index ba4d4c3d0c..acc69089e1 100644
--- a/smime/gui/cert-trust-dialog.h
+++ b/smime/gui/cert-trust-dialog.h
@@ -3,7 +3,7 @@
* Authors: Chris Toshok <toshok@ximian.com>
* Michael Zucchi <notzed@ximian.com>
*
- * Copyright (C) 2004 Novell, Inc. (www.novell.com)
+ * 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 the GNU General Public License as published by
diff --git a/smime/gui/certificate-manager.c b/smime/gui/certificate-manager.c
index 8a3c64321c..dfd2bf48e9 100644
--- a/smime/gui/certificate-manager.c
+++ b/smime/gui/certificate-manager.c
@@ -2,7 +2,7 @@
/*
* Authors: Chris Toshok <toshok@ximian.com>
*
- * Copyright (C) 2003 Ximian, Inc. (www.ximian.com)
+ * 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 the GNU General Public License as published by
diff --git a/smime/gui/certificate-manager.h b/smime/gui/certificate-manager.h
index a7fead19d2..888f92a752 100644
--- a/smime/gui/certificate-manager.h
+++ b/smime/gui/certificate-manager.h
@@ -2,7 +2,7 @@
/*
* Authors: Chris Toshok <toshok@ximian.com>
*
- * Copyright (C) 2003 Ximian, Inc. (www.ximian.com)
+ * 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 the GNU General Public License as published by
diff --git a/smime/gui/certificate-viewer.c b/smime/gui/certificate-viewer.c
index d014978e3e..8595e5cc19 100644
--- a/smime/gui/certificate-viewer.c
+++ b/smime/gui/certificate-viewer.c
@@ -2,7 +2,7 @@
/*
* Authors: Chris Toshok <toshok@ximian.com>
*
- * Copyright (C) 2003 Ximian, Inc. (www.ximian.com)
+ * 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 the GNU General Public License as published by
diff --git a/smime/gui/certificate-viewer.h b/smime/gui/certificate-viewer.h
index ea1033a1a8..902a61c2b0 100644
--- a/smime/gui/certificate-viewer.h
+++ b/smime/gui/certificate-viewer.h
@@ -2,7 +2,7 @@
/*
* Authors: Chris Toshok <toshok@ximian.com>
*
- * Copyright (C) 2003 Ximian, Inc. (www.ximian.com)
+ * 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 the GNU General Public License as published by
diff --git a/smime/gui/component.c b/smime/gui/component.c
index 25bf4472d7..22a65a5ea8 100644
--- a/smime/gui/component.c
+++ b/smime/gui/component.c
@@ -2,7 +2,7 @@
/*
* Authors: Chris Toshok <toshok@ximian.com>
*
- * Copyright (C) 2004 Novell, Inc. (www.novell.com)
+ * 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 the GNU General Public License as published by
diff --git a/smime/gui/component.h b/smime/gui/component.h
index b0fdee9bcd..a7215e3208 100644
--- a/smime/gui/component.h
+++ b/smime/gui/component.h
@@ -2,7 +2,7 @@
/*
* Authors: Chris Toshok <toshok@ximian.com>
*
- * Copyright (C) 2004 Novell, Inc. (www.novell.com)
+ * 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 the GNU General Public License as published by
diff --git a/smime/gui/e-cert-selector.h b/smime/gui/e-cert-selector.h
index 05d74b2236..47f865b616 100644
--- a/smime/gui/e-cert-selector.h
+++ b/smime/gui/e-cert-selector.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/* e-cert-selector.h
*
- * Copyright (C) 2003 Novell Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*
* Authors: Michael Zucchi
*
diff --git a/smime/lib/e-asn1-object.c b/smime/lib/e-asn1-object.c
index 6a30c223c9..f8465e2212 100644
--- a/smime/lib/e-asn1-object.c
+++ b/smime/lib/e-asn1-object.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* e-cert.c
*
- * Copyright (C) 2003 Ximian, Inc.
+ * 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
diff --git a/smime/lib/e-asn1-object.h b/smime/lib/e-asn1-object.h
index 251e4e80c9..0c99ffea18 100644
--- a/smime/lib/e-asn1-object.h
+++ b/smime/lib/e-asn1-object.h
@@ -2,7 +2,7 @@
/*
* Authors: Chris Toshok <toshok@ximian.com>
*
- * Copyright (C) 2003 Ximian, Inc. (www.ximian.com)
+ * 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 the GNU General Public License as published by
diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c
index c8040ce15d..1c879177f1 100644
--- a/smime/lib/e-cert-db.c
+++ b/smime/lib/e-cert-db.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* e-cert-db.c
*
- * Copyright (C) 2003 Ximian, Inc.
+ * 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
diff --git a/smime/lib/e-cert-db.h b/smime/lib/e-cert-db.h
index 44ce14040f..ecef5022de 100644
--- a/smime/lib/e-cert-db.h
+++ b/smime/lib/e-cert-db.h
@@ -2,7 +2,7 @@
/*
* Authors: Chris Toshok <toshok@ximian.com>
*
- * Copyright (C) 2003 Ximian, Inc. (www.ximian.com)
+ * 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 the GNU General Public License as published by
diff --git a/smime/lib/e-cert-trust.c b/smime/lib/e-cert-trust.c
index b51f24f316..6432c14435 100644
--- a/smime/lib/e-cert-trust.c
+++ b/smime/lib/e-cert-trust.c
@@ -2,7 +2,7 @@
/*
* Authors: Chris Toshok <toshok@ximian.com>
*
- * Copyright (C) 2003 Novell, Inc. (www.novell.com)
+ * 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 the GNU General Public License as published by
diff --git a/smime/lib/e-cert-trust.h b/smime/lib/e-cert-trust.h
index 72fd5a9987..19f830c6db 100644
--- a/smime/lib/e-cert-trust.h
+++ b/smime/lib/e-cert-trust.h
@@ -2,7 +2,7 @@
/*
* Authors: Chris Toshok <toshok@ximian.com>
*
- * Copyright (C) 2003 Novell, Inc. (www.novell.com)
+ * 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 the GNU General Public License as published by
diff --git a/smime/lib/e-cert.c b/smime/lib/e-cert.c
index eb7b05374f..34a2b09bd2 100644
--- a/smime/lib/e-cert.c
+++ b/smime/lib/e-cert.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* e-cert.c
*
- * Copyright (C) 2003 Ximian, Inc.
+ * 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
diff --git a/smime/lib/e-cert.h b/smime/lib/e-cert.h
index 4966e0bc20..20eb1b2ccf 100644
--- a/smime/lib/e-cert.h
+++ b/smime/lib/e-cert.h
@@ -2,7 +2,7 @@
/*
* Authors: Chris Toshok <toshok@ximian.com>
*
- * Copyright (C) 2003 Ximian, Inc. (www.ximian.com)
+ * 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 the GNU General Public License as published by
diff --git a/smime/lib/e-pkcs12.c b/smime/lib/e-pkcs12.c
index 99b1d46753..5c0bf3fcd7 100644
--- a/smime/lib/e-pkcs12.c
+++ b/smime/lib/e-pkcs12.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* e-pkcs12.c
*
- * Copyright (C) 2003 Ximian, Inc.
+ * 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
diff --git a/smime/lib/e-pkcs12.h b/smime/lib/e-pkcs12.h
index 01a8a82cf5..d2d6ab01a3 100644
--- a/smime/lib/e-pkcs12.h
+++ b/smime/lib/e-pkcs12.h
@@ -2,7 +2,7 @@
/*
* Authors: Chris Toshok <toshok@ximian.com>
*
- * Copyright (C) 2003 Ximian, Inc. (www.ximian.com)
+ * 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 the GNU General Public License as published by