mirror of https://github.com/fafhrd91/actix-web
update readme & licenses
This commit is contained in:
parent
e4cc4bc437
commit
1fd90567ce
|
@ -186,7 +186,7 @@
|
||||||
same "printed page" as the copyright notice for easier
|
same "printed page" as the copyright notice for easier
|
||||||
identification within third-party archives.
|
identification within third-party archives.
|
||||||
|
|
||||||
Copyright 2017-NOW Nikolay Kim
|
Copyright 2017-NOW Actix Team
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2017 Nikolay Kim
|
Copyright (c) 2017 Actix Team
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any
|
Permission is hereby granted, free of charge, to any
|
||||||
person obtaining a copy of this software and associated
|
person obtaining a copy of this software and associated
|
||||||
|
|
|
@ -43,11 +43,6 @@
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
<h2>
|
|
||||||
WARNING: This example is for the master branch which is currently in beta stages for v3. For
|
|
||||||
Actix web v2 see the <a href="https://actix.rs/docs/getting-started/">getting started guide</a>.
|
|
||||||
</h2>
|
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
## Unreleased - 2020-xx-xx
|
## Unreleased - 2020-xx-xx
|
||||||
|
|
||||||
|
|
||||||
## 0.3.0-beta.1 - 2020-09-11
|
## 0.3.0 - 2020-09-11
|
||||||
* No significant changes from `0.3.0-beta.1`.
|
* No significant changes from `0.3.0-beta.1`.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue