From 7631cc023144c3d9a704da76ba59d90f542fab09 Mon Sep 17 00:00:00 2001 From: Fabio Tiriticco Date: Mon, 15 Aug 2016 10:10:23 +0200 Subject: [PATCH] updated date in Readme & license --- README.md | 4 ++-- src/main/scala/io/ticofab/AwsSigner.scala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f45f7b1..24cbeda 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You first need to instantiate the signer, for example: val awsCredentialProvider = new StaticCredentialsProvider(new BasicAWSCredentials("YOUR-ID", "YOUR-SECRET")) val service = "es" val region = "eu-central-1" -def clock(): DateTime = DateTime.now +def clock(): LocalDateTime = LocalDateTime.now val signer = AwsSigner(awsCredentialProvider, region, service, clock) ``` @@ -55,7 +55,7 @@ Dependencies License -------- - Copyright 2015 Fabio Tiriticco - Fabway + Copyright 2016 Fabio Tiriticco - Fabway 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/scala/io/ticofab/AwsSigner.scala b/src/main/scala/io/ticofab/AwsSigner.scala index 4877e8f..f56d123 100644 --- a/src/main/scala/io/ticofab/AwsSigner.scala +++ b/src/main/scala/io/ticofab/AwsSigner.scala @@ -1,7 +1,7 @@ package io.ticofab /** - * Copyright 2015 Fabio Tiriticco, Fabway + * Copyright 2016 Fabio Tiriticco, Fabway * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.