diff --git a/protocol/src/protocol/mod.rs b/protocol/src/protocol/mod.rs index a8b8e2a..1ccd09d 100644 --- a/protocol/src/protocol/mod.rs +++ b/protocol/src/protocol/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2015 Matthew Collins +// Copyright 2016 Matthew Collins // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protocol/src/protocol/mojang.rs b/protocol/src/protocol/mojang.rs index 71a21a6..e8b7efe 100644 --- a/protocol/src/protocol/mojang.rs +++ b/protocol/src/protocol/mojang.rs @@ -1,4 +1,4 @@ -// Copyright 2015 Matthew Collins +// Copyright 2016 Matthew Collins // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protocol/src/protocol/packet.rs b/protocol/src/protocol/packet.rs index 3de1a3f..0a935ee 100644 --- a/protocol/src/protocol/packet.rs +++ b/protocol/src/protocol/packet.rs @@ -1,4 +1,4 @@ -// Copyright 2015 Matthew Collins +// Copyright 2016 Matthew Collins // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.