summaryrefslogtreecommitdiff
path: root/pkcs11/gnome2-store
diff options
context:
space:
mode:
Diffstat (limited to 'pkcs11/gnome2-store')
-rw-r--r--pkcs11/gnome2-store/gkm-gnome2-file.c5
-rw-r--r--pkcs11/gnome2-store/gkm-gnome2-file.h5
-rw-r--r--pkcs11/gnome2-store/gkm-gnome2-module.c5
-rw-r--r--pkcs11/gnome2-store/gkm-gnome2-module.h5
-rw-r--r--pkcs11/gnome2-store/gkm-gnome2-private-key.c5
-rw-r--r--pkcs11/gnome2-store/gkm-gnome2-private-key.h5
-rw-r--r--pkcs11/gnome2-store/gkm-gnome2-public-key.c5
-rw-r--r--pkcs11/gnome2-store/gkm-gnome2-public-key.h5
-rw-r--r--pkcs11/gnome2-store/gkm-gnome2-standalone.c3
-rw-r--r--pkcs11/gnome2-store/gkm-gnome2-storage.c5
-rw-r--r--pkcs11/gnome2-store/gkm-gnome2-storage.h5
-rw-r--r--pkcs11/gnome2-store/gkm-gnome2-store.h5
-rw-r--r--pkcs11/gnome2-store/tests/check-gnome2-module.c3
-rw-r--r--pkcs11/gnome2-store/tests/frob-gnome2-file.c3
-rw-r--r--pkcs11/gnome2-store/tests/mock-gnome2-module.c3
-rw-r--r--pkcs11/gnome2-store/tests/mock-gnome2-module.h3
-rw-r--r--pkcs11/gnome2-store/tests/test-gnome2-file.c3
-rw-r--r--pkcs11/gnome2-store/tests/test-gnome2-private-key.c3
-rw-r--r--pkcs11/gnome2-store/tests/test-gnome2-storage.c3
-rw-r--r--pkcs11/gnome2-store/tests/test-import.c3
20 files changed, 31 insertions, 51 deletions
diff --git a/pkcs11/gnome2-store/gkm-gnome2-file.c b/pkcs11/gnome2-store/gkm-gnome2-file.c
index 582366f2..ba0d5c6e 100644
--- a/pkcs11/gnome2-store/gkm-gnome2-file.c
+++ b/pkcs11/gnome2-store/gkm-gnome2-file.c
@@ -14,9 +14,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see
+ * <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/pkcs11/gnome2-store/gkm-gnome2-file.h b/pkcs11/gnome2-store/gkm-gnome2-file.h
index caa4973a..0e704613 100644
--- a/pkcs11/gnome2-store/gkm-gnome2-file.h
+++ b/pkcs11/gnome2-store/gkm-gnome2-file.h
@@ -14,9 +14,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see
+ * <http://www.gnu.org/licenses/>.
*/
#ifndef __GKM_GNOME2_FILE_H__
diff --git a/pkcs11/gnome2-store/gkm-gnome2-module.c b/pkcs11/gnome2-store/gkm-gnome2-module.c
index 4c517963..56a30875 100644
--- a/pkcs11/gnome2-store/gkm-gnome2-module.c
+++ b/pkcs11/gnome2-store/gkm-gnome2-module.c
@@ -14,9 +14,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see
+ * <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/pkcs11/gnome2-store/gkm-gnome2-module.h b/pkcs11/gnome2-store/gkm-gnome2-module.h
index c952c578..417e49c6 100644
--- a/pkcs11/gnome2-store/gkm-gnome2-module.h
+++ b/pkcs11/gnome2-store/gkm-gnome2-module.h
@@ -14,9 +14,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see
+ * <http://www.gnu.org/licenses/>.
*/
#ifndef __GKM_GNOME2_MODULE_H__
diff --git a/pkcs11/gnome2-store/gkm-gnome2-private-key.c b/pkcs11/gnome2-store/gkm-gnome2-private-key.c
index b49cc6d3..13aaa7b4 100644
--- a/pkcs11/gnome2-store/gkm-gnome2-private-key.c
+++ b/pkcs11/gnome2-store/gkm-gnome2-private-key.c
@@ -14,9 +14,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see
+ * <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/pkcs11/gnome2-store/gkm-gnome2-private-key.h b/pkcs11/gnome2-store/gkm-gnome2-private-key.h
index dc9f59ce..aff7b247 100644
--- a/pkcs11/gnome2-store/gkm-gnome2-private-key.h
+++ b/pkcs11/gnome2-store/gkm-gnome2-private-key.h
@@ -14,9 +14,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see
+ * <http://www.gnu.org/licenses/>.
*/
#ifndef __GKM_GNOME2_PRIVATE_KEY_H__
diff --git a/pkcs11/gnome2-store/gkm-gnome2-public-key.c b/pkcs11/gnome2-store/gkm-gnome2-public-key.c
index 1b12e664..a7ace8f8 100644
--- a/pkcs11/gnome2-store/gkm-gnome2-public-key.c
+++ b/pkcs11/gnome2-store/gkm-gnome2-public-key.c
@@ -14,9 +14,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see
+ * <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/pkcs11/gnome2-store/gkm-gnome2-public-key.h b/pkcs11/gnome2-store/gkm-gnome2-public-key.h
index 86e16dee..5495627a 100644
--- a/pkcs11/gnome2-store/gkm-gnome2-public-key.h
+++ b/pkcs11/gnome2-store/gkm-gnome2-public-key.h
@@ -14,9 +14,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see
+ * <http://www.gnu.org/licenses/>.
*/
#ifndef __GKM_GNOME2_PUBLIC_KEY_H__
diff --git a/pkcs11/gnome2-store/gkm-gnome2-standalone.c b/pkcs11/gnome2-store/gkm-gnome2-standalone.c
index 5d5b9adc..da77b789 100644
--- a/pkcs11/gnome2-store/gkm-gnome2-standalone.c
+++ b/pkcs11/gnome2-store/gkm-gnome2-standalone.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gnome2-store/gkm-gnome2-storage.c b/pkcs11/gnome2-store/gkm-gnome2-storage.c
index acfe590c..2841b067 100644
--- a/pkcs11/gnome2-store/gkm-gnome2-storage.c
+++ b/pkcs11/gnome2-store/gkm-gnome2-storage.c
@@ -14,9 +14,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see
+ * <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/pkcs11/gnome2-store/gkm-gnome2-storage.h b/pkcs11/gnome2-store/gkm-gnome2-storage.h
index 01b7719b..47786706 100644
--- a/pkcs11/gnome2-store/gkm-gnome2-storage.h
+++ b/pkcs11/gnome2-store/gkm-gnome2-storage.h
@@ -14,9 +14,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see
+ * <http://www.gnu.org/licenses/>.
*/
#ifndef __GKM_GNOME2_STORAGE_H__
diff --git a/pkcs11/gnome2-store/gkm-gnome2-store.h b/pkcs11/gnome2-store/gkm-gnome2-store.h
index 85d22924..6bf25382 100644
--- a/pkcs11/gnome2-store/gkm-gnome2-store.h
+++ b/pkcs11/gnome2-store/gkm-gnome2-store.h
@@ -14,9 +14,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see
+ * <http://www.gnu.org/licenses/>.
*/
#ifndef __GKM_GNOME2_STORE_H__
diff --git a/pkcs11/gnome2-store/tests/check-gnome2-module.c b/pkcs11/gnome2-store/tests/check-gnome2-module.c
index e70000e7..97e86d3f 100644
--- a/pkcs11/gnome2-store/tests/check-gnome2-module.c
+++ b/pkcs11/gnome2-store/tests/check-gnome2-module.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gnome2-store/tests/frob-gnome2-file.c b/pkcs11/gnome2-store/tests/frob-gnome2-file.c
index 3ace35bd..b76e208e 100644
--- a/pkcs11/gnome2-store/tests/frob-gnome2-file.c
+++ b/pkcs11/gnome2-store/tests/frob-gnome2-file.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gnome2-store/tests/mock-gnome2-module.c b/pkcs11/gnome2-store/tests/mock-gnome2-module.c
index 2441af22..09547b05 100644
--- a/pkcs11/gnome2-store/tests/mock-gnome2-module.c
+++ b/pkcs11/gnome2-store/tests/mock-gnome2-module.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@thewalter.net>
*/
diff --git a/pkcs11/gnome2-store/tests/mock-gnome2-module.h b/pkcs11/gnome2-store/tests/mock-gnome2-module.h
index cbd1e869..5b380ae5 100644
--- a/pkcs11/gnome2-store/tests/mock-gnome2-module.h
+++ b/pkcs11/gnome2-store/tests/mock-gnome2-module.h
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@thewalter.net>
*/
diff --git a/pkcs11/gnome2-store/tests/test-gnome2-file.c b/pkcs11/gnome2-store/tests/test-gnome2-file.c
index 34fd8072..614a083f 100644
--- a/pkcs11/gnome2-store/tests/test-gnome2-file.c
+++ b/pkcs11/gnome2-store/tests/test-gnome2-file.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gnome2-store/tests/test-gnome2-private-key.c b/pkcs11/gnome2-store/tests/test-gnome2-private-key.c
index 8efd66f7..7e43ac63 100644
--- a/pkcs11/gnome2-store/tests/test-gnome2-private-key.c
+++ b/pkcs11/gnome2-store/tests/test-gnome2-private-key.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stefw@gnome.org>
*/
diff --git a/pkcs11/gnome2-store/tests/test-gnome2-storage.c b/pkcs11/gnome2-store/tests/test-gnome2-storage.c
index e9041c4b..a89376a4 100644
--- a/pkcs11/gnome2-store/tests/test-gnome2-storage.c
+++ b/pkcs11/gnome2-store/tests/test-gnome2-storage.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gnome2-store/tests/test-import.c b/pkcs11/gnome2-store/tests/test-import.c
index 15158e5c..d1c30a44 100644
--- a/pkcs11/gnome2-store/tests/test-import.c
+++ b/pkcs11/gnome2-store/tests/test-import.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/