Skip to content

Commit

Permalink
Updated README and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
xenocrat committed Jan 1, 2021
1 parent 4ad83d6 commit 7139c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## BSD 3-Clause License

Copyright 2020 Daniel Pimley.
Copyright 2020-2021 Daniel Pimley.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var2zip is a PHP class for creating simple Zip archives in RAM.

Create a new instance:

$var2zip = new var2zip();
$var2zip = new \xenocrat\var2zip();

Add an entry read from disk:

Expand Down

0 comments on commit 7139c43

Please sign in to comment.