Skip to content

Commit

Permalink
Update LICENSE for 2015
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdettman committed Feb 8, 2015
1 parent d72ef54 commit 289c70a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<body bgcolor=#ffffff>

Copyright (c) 2000-2014 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
Copyright (c) 2000-2015 The Legion of the Bouncy Castle Inc. (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,
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/org/bouncycastle/LICENSE.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* The Bouncy Castle License
*
* Copyright (c) 2000-2014 The Legion Of The Bouncy Castle Inc. (http://www.bouncycastle.org)
* Copyright (c) 2000-2015 The Legion Of The Bouncy Castle Inc. (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,
Expand All @@ -24,7 +24,7 @@
public class LICENSE
{
public static String licenseText =
"Copyright (c) 2000-2014 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org) "
"Copyright (c) 2000-2015 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 "
Expand Down

0 comments on commit 289c70a

Please sign in to comment.