Skip to content

Commit

Permalink
RELEASE 1.3.3.
Browse files Browse the repository at this point in the history
Signed-off-by:Ivan Tcholakov <ivantcholakov@gmail.com>
  • Loading branch information
ivantcholakov committed Feb 26, 2021
1 parent 6af220d commit ce68115
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions GibberishAES.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
* GibberishAES::size($old_key_size);
* echo $decrypted_string;
*
* @author Ivan Tcholakov <ivantcholakov@gmail.com>, 2012-2020.
* @author Ivan Tcholakov <ivantcholakov@gmail.com>, 2012-2021.
* Code repository: @link https://github.com/ivantcholakov/gibberish-aes-php
*
* @version 1.3.2
* @version 1.3.3
*
* @license The MIT License (MIT)
* @link http://opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2012-2020 Ivan Tcholakov <ivantcholakov@gmail.com>
Copyright (c) 2012-2021 Ivan Tcholakov <ivantcholakov@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ echo '<br />';
GibberishAES::size($old_key_size);
```

Author: Ivan Tcholakov, 2012-2020.
Author: Ivan Tcholakov, 2012-2021.
License: The MIT License (MIT), [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)

A fragment of code is under the New BSD License, George Argyros, 2012.

0 comments on commit ce68115

Please sign in to comment.