diff options
author | Stuart Stock <stuart@int08h.com> | 2019-01-19 15:45:08 -0600 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2019-01-19 15:45:08 -0600 |
commit | 31dfc4f3cb27165576a7bad26ac26d8fd227da81 (patch) | |
tree | d0db8a859c53fd8515bee35318f9e753b8bfa3b0 /src | |
parent | dda66ba5b6ab2fbdee3b9fcd92741b1127f9c597 (diff) | |
download | roughenough-31dfc4f3cb27165576a7bad26ac26d8fd227da81.zip |
Update copyright for 2019
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/roughenough-client.rs | 2 | ||||
-rw-r--r-- | src/bin/roughenough-kms.rs | 2 | ||||
-rw-r--r-- | src/bin/roughenough-server.rs | 2 | ||||
-rw-r--r-- | src/config/environment.rs | 2 | ||||
-rw-r--r-- | src/config/file.rs | 2 | ||||
-rw-r--r-- | src/config/memory.rs | 2 | ||||
-rw-r--r-- | src/config/mod.rs | 2 | ||||
-rw-r--r-- | src/error.rs | 2 | ||||
-rw-r--r-- | src/key/longterm.rs | 2 | ||||
-rw-r--r-- | src/key/mod.rs | 2 | ||||
-rw-r--r-- | src/key/online.rs | 2 | ||||
-rw-r--r-- | src/kms/awskms.rs | 2 | ||||
-rw-r--r-- | src/kms/envelope.rs | 2 | ||||
-rw-r--r-- | src/kms/gcpkms.rs | 2 | ||||
-rw-r--r-- | src/kms/mod.rs | 2 | ||||
-rw-r--r-- | src/lib.rs | 2 | ||||
-rw-r--r-- | src/merkle.rs | 2 | ||||
-rw-r--r-- | src/message.rs | 2 | ||||
-rw-r--r-- | src/server.rs | 2 | ||||
-rw-r--r-- | src/sign.rs | 2 | ||||
-rw-r--r-- | src/tag.rs | 2 |
21 files changed, 22 insertions, 20 deletions
diff --git a/src/bin/roughenough-client.rs b/src/bin/roughenough-client.rs index cea1412..a8cc28f 100644 --- a/src/bin/roughenough-client.rs +++ b/src/bin/roughenough-client.rs @@ -1,3 +1,5 @@ +// Copyright 2017-2019 int08h LLC + // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/src/bin/roughenough-kms.rs b/src/bin/roughenough-kms.rs index a42ac50..a5eaac1 100644 --- a/src/bin/roughenough-kms.rs +++ b/src/bin/roughenough-kms.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // 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/bin/roughenough-server.rs b/src/bin/roughenough-server.rs index 1021e7f..ed5edc9 100644 --- a/src/bin/roughenough-server.rs +++ b/src/bin/roughenough-server.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // 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/config/environment.rs b/src/config/environment.rs index 91813ba..d75eee9 100644 --- a/src/config/environment.rs +++ b/src/config/environment.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // 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/config/file.rs b/src/config/file.rs index d6853d2..34b7682 100644 --- a/src/config/file.rs +++ b/src/config/file.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // 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/config/memory.rs b/src/config/memory.rs index 75f5180..bb25171 100644 --- a/src/config/memory.rs +++ b/src/config/memory.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // 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/config/mod.rs b/src/config/mod.rs index 1a3cd15..65204e6 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // 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/error.rs b/src/error.rs index 3e08cc8..a4660c1 100644 --- a/src/error.rs +++ b/src/error.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // 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/key/longterm.rs b/src/key/longterm.rs index 24337f6..6a3ebd5 100644 --- a/src/key/longterm.rs +++ b/src/key/longterm.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // 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/key/mod.rs b/src/key/mod.rs index f9c77ad..0e7e4ff 100644 --- a/src/key/mod.rs +++ b/src/key/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // 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/key/online.rs b/src/key/online.rs index c22db74..0c0c80f 100644 --- a/src/key/online.rs +++ b/src/key/online.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // 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/kms/awskms.rs b/src/kms/awskms.rs index e51b8e4..39986bc 100644 --- a/src/kms/awskms.rs +++ b/src/kms/awskms.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // 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/kms/envelope.rs b/src/kms/envelope.rs index 00a33bb..b82e61d 100644 --- a/src/kms/envelope.rs +++ b/src/kms/envelope.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // 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/kms/gcpkms.rs b/src/kms/gcpkms.rs index f7d70a3..d3b7340 100644 --- a/src/kms/gcpkms.rs +++ b/src/kms/gcpkms.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // 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/kms/mod.rs b/src/kms/mod.rs index 50cf4c3..6e8040b 100644 --- a/src/kms/mod.rs +++ b/src/kms/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // 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/merkle.rs b/src/merkle.rs index 7bb2db4..7284839 100644 --- a/src/merkle.rs +++ b/src/merkle.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // 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/message.rs b/src/message.rs index 09ceeae..d598dee 100644 --- a/src/message.rs +++ b/src/message.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // 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/server.rs b/src/server.rs index 3daa571..01bbef6 100644 --- a/src/server.rs +++ b/src/server.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // 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/sign.rs b/src/sign.rs index 2aa0e8a..11c02c0 100644 --- a/src/sign.rs +++ b/src/sign.rs @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -1,4 +1,4 @@ -// Copyright 2017-2018 int08h LLC +// Copyright 2017-2019 int08h LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. |