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-10-28 05:28:56 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2013-10-28 05:28:56 +0400
commite5c70aa3584c3667f3b63185b7f659c9167399a3 (patch)
tree285e69042b8f068c6f762dc1a693bf3a72a9301e /core/src/main/java/org/bouncycastle/LICENSE.java
parent4772590bd7bd130128774994c341e985adf1652e (diff)
added the obligatory Inc.
Diffstat (limited to 'core/src/main/java/org/bouncycastle/LICENSE.java')
-rw-r--r--core/src/main/java/org/bouncycastle/LICENSE.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/java/org/bouncycastle/LICENSE.java b/core/src/main/java/org/bouncycastle/LICENSE.java
index 51af02bc..b02dfbca 100644
--- a/core/src/main/java/org/bouncycastle/LICENSE.java
+++ b/core/src/main/java/org/bouncycastle/LICENSE.java
@@ -24,7 +24,7 @@ package org.bouncycastle;
public class LICENSE
{
public static String licenseText =
- "Copyright (c) 2000-2013 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) "
+ "Copyright (c) 2000-2013 The Legion of the Bouncy Castle Inc. (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 "