Skip to content

Commit cf40ee2

Browse files
committed
Update licences and bump version to 0.2.0
1 parent 08069a4 commit cf40ee2

File tree

4 files changed

+3
-24
lines changed

4 files changed

+3
-24
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bytebuffer"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Terah <[email protected]>", "Shiroy <[email protected]>"]
55
description = "A byte buffer for networking and binary protocols"
66
homepage = "https://github.com/Terah-/rust-bytebuffer"

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

LICENSE-APACHE.txt renamed to LICENSE-APACHE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2016 The rust-bytebuffer Developers
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

LICENSE-MIT.txt renamed to LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016 The Rust Project Developers
1+
Copyright (c) 2016 The rust-bytebuffer Developers
22

33
Permission is hereby granted, free of charge, to any
44
person obtaining a copy of this software and associated

0 commit comments

Comments
 (0)