Skip to content

Commit

Permalink
updated date in Readme & license
Browse files Browse the repository at this point in the history
  • Loading branch information
ticofab committed Aug 15, 2016
1 parent f92cd5c commit 7631cc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/io/ticofab/AwsSigner.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7631cc0

Please sign in to comment.