Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2013-09-16 03:34:39 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2013-09-16 03:34:39 +0400
commit10ff782d5b7724435c2e3e1ff377d1d5d692c8fd (patch)
treedbe28c96c8ef3a8a81bccdab99d34a4278da6796 /core/src/main/java/org/bouncycastle/LICENSE.java
parent0c7f8e76d9d6f8f9db8d30fc2bd9ad311cfd2479 (diff)
updated year
Diffstat (limited to 'core/src/main/java/org/bouncycastle/LICENSE.java')
-rw-r--r--core/src/main/java/org/bouncycastle/LICENSE.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/java/org/bouncycastle/LICENSE.java b/core/src/main/java/org/bouncycastle/LICENSE.java
index b97d88be..51af02bc 100644
--- a/core/src/main/java/org/bouncycastle/LICENSE.java
+++ b/core/src/main/java/org/bouncycastle/LICENSE.java
@@ -3,7 +3,7 @@ package org.bouncycastle;
/**
* The Bouncy Castle License
*
- * Copyright (c) 2000-2012 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)
+ * Copyright (c) 2000-2013 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)
* <p>
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software
* and associated documentation files (the "Software"), to deal in the Software without restriction,
@@ -24,7 +24,7 @@ package org.bouncycastle;
public class LICENSE
{
public static String licenseText =
- "Copyright (c) 2000-2012 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) "
+ "Copyright (c) 2000-2013 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) "
+ System.getProperty("line.separator")
+ System.getProperty("line.separator")
+ "Permission is hereby granted, free of charge, to any person obtaining a copy of this software "