Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Commit

Permalink
Changed company name references
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrankruijter committed Mar 5, 2020
1 parent 5f0e346 commit ad1965c
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 24 deletions.
22 changes: 6 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.1 - 2020-03-05
### Changed
- Changed company name references.

## 1.0.0 - 2019-07-17
### Added
- `Ulrack\Storage\Common\StorageInterface`
Expand All @@ -12,19 +16,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Ulrack\Storage\Exception\DataNotFoundException`
- Unit test.

### Changed
- Nothing

### Deprecated
- Nothing

### Removed
- Nothing

### Fixed
- Nothing

### Security
- Nothing

[Unreleased]: https://github.com/ulrack/storage/compare/1.0.0...HEAD
[Unreleased]: https://github.com/ulrack/storage/compare/1.0.1...HEAD
[1.0.1]: https://github.com/ulrack/storage/compare/1.0.0...1.0.1
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at info@jyxon.com. All
reported by contacting the project team at info@grizzit.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Jyxon
Copyright (c) 2019 GrizzIT

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.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT

## MIT License

Copyright (c) 2019 Jyxon
Copyright (c) 2019 GrizzIT

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 src/Common/StorageInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (C) Jyxon, Inc. All rights reserved.
* Copyright (C) GrizzIT, Inc. All rights reserved.
* See LICENSE for license details.
*/
namespace Ulrack\Storage\Common;
Expand Down
2 changes: 1 addition & 1 deletion src/Component/ObjectStorage.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (C) Jyxon, Inc. All rights reserved.
* Copyright (C) GrizzIT, Inc. All rights reserved.
* See LICENSE for license details.
*/
namespace Ulrack\Storage\Component;
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/DataNotFoundException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (C) Jyxon, Inc. All rights reserved.
* Copyright (C) GrizzIT, Inc. All rights reserved.
* See LICENSE for license details.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/StorageException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (C) Jyxon, Inc. All rights reserved.
* Copyright (C) GrizzIT, Inc. All rights reserved.
* See LICENSE for license details.
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/Component/ObjectStorageTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (C) Jyxon, Inc. All rights reserved.
* Copyright (C) GrizzIT, Inc. All rights reserved.
* See LICENSE for license details.
*/

Expand Down

0 comments on commit ad1965c

Please sign in to comment.