diff --git a/src/console/mod.rs b/src/console/mod.rs index f8efc01..05b73eb 100644 --- a/src/console/mod.rs +++ b/src/console/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/src/format.rs b/src/format.rs index 49c12ba..ba73f77 100644 --- a/src/format.rs +++ b/src/format.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/src/gl/mod.rs b/src/gl/mod.rs index 2220d0d..a3bfa78 100644 --- a/src/gl/mod.rs +++ b/src/gl/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/src/item.rs b/src/item.rs index a26e57d..eeeeee3 100644 --- a/src/item.rs +++ b/src/item.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/src/main.rs b/src/main.rs index 9b6389d..3c741f4 100644 --- a/src/main.rs +++ b/src/main.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/src/nbt/mod.rs b/src/nbt/mod.rs index 32d4a64..45be019 100644 --- a/src/nbt/mod.rs +++ b/src/nbt/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/src/protocol/mod.rs b/src/protocol/mod.rs index a8b8e2a..1ccd09d 100644 --- a/src/protocol/mod.rs +++ b/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/src/protocol/mojang.rs b/src/protocol/mojang.rs index 71a21a6..e8b7efe 100644 --- a/src/protocol/mojang.rs +++ b/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/src/protocol/packet.rs b/src/protocol/packet.rs index 3de1a3f..0a935ee 100644 --- a/src/protocol/packet.rs +++ b/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. diff --git a/src/render/atlas.rs b/src/render/atlas.rs index 43622b8..236ef3e 100644 --- a/src/render/atlas.rs +++ b/src/render/atlas.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/src/render/glsl.rs b/src/render/glsl.rs index 6a64424..1cafbbd 100644 --- a/src/render/glsl.rs +++ b/src/render/glsl.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/src/render/mod.rs b/src/render/mod.rs index 537c9ee..4711429 100644 --- a/src/render/mod.rs +++ b/src/render/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/src/render/shaders.rs b/src/render/shaders.rs index ee89c31..3056570 100644 --- a/src/render/shaders.rs +++ b/src/render/shaders.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/src/render/ui.rs b/src/render/ui.rs index e4fb135..6f206af 100644 --- a/src/render/ui.rs +++ b/src/render/ui.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/src/resources.rs b/src/resources.rs index 12f9d99..a2bf867 100644 --- a/src/resources.rs +++ b/src/resources.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/src/screen/login.rs b/src/screen/login.rs index 1cf2677..1db9ea4 100644 --- a/src/screen/login.rs +++ b/src/screen/login.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/src/screen/mod.rs b/src/screen/mod.rs index acd7d59..9e7ec23 100644 --- a/src/screen/mod.rs +++ b/src/screen/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/src/screen/server_list.rs b/src/screen/server_list.rs index 382f5f6..eb0828d 100644 --- a/src/screen/server_list.rs +++ b/src/screen/server_list.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/src/types/bit/map.rs b/src/types/bit/map.rs index 4814f2a..15136a9 100644 --- a/src/types/bit/map.rs +++ b/src/types/bit/map.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/src/types/bit/mod.rs b/src/types/bit/mod.rs index bc345c6..6754eab 100644 --- a/src/types/bit/mod.rs +++ b/src/types/bit/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/src/types/bit/set.rs b/src/types/bit/set.rs index 123b0f9..a650570 100644 --- a/src/types/bit/set.rs +++ b/src/types/bit/set.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/src/types/blockpos.rs b/src/types/blockpos.rs index 8455811..9b56b72 100644 --- a/src/types/blockpos.rs +++ b/src/types/blockpos.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/src/types/metadata.rs b/src/types/metadata.rs index 1fbd49f..78bb7eb 100644 --- a/src/types/metadata.rs +++ b/src/types/metadata.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/src/types/mod.rs b/src/types/mod.rs index ca88128..11e4d7c 100644 --- a/src/types/mod.rs +++ b/src/types/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/src/ui/batch.rs b/src/ui/batch.rs index 535ee8a..af85113 100644 --- a/src/ui/batch.rs +++ b/src/ui/batch.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/src/ui/formatted.rs b/src/ui/formatted.rs index 9d23604..b2ee1ea 100644 --- a/src/ui/formatted.rs +++ b/src/ui/formatted.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/src/ui/image.rs b/src/ui/image.rs index de7b79e..b368951 100644 --- a/src/ui/image.rs +++ b/src/ui/image.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/src/ui/mod.rs b/src/ui/mod.rs index b44fb82..aa58ea3 100644 --- a/src/ui/mod.rs +++ b/src/ui/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/src/ui/text.rs b/src/ui/text.rs index 6f9e6d6..b88515f 100644 --- a/src/ui/text.rs +++ b/src/ui/text.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.