Skip to content

Commit fbcfbc6

Browse files
author
peter scholz
authored
Merge pull request #244 from LeFnord/master
updates dates and copyright owners
2 parents 5d75f20 + 9afc2b3 commit fbcfbc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010 Michael Bleigh and Intridea, Inc.
1+
Copyright (c) 2010-2016 Michael Bleigh, Intridea, Inc., ruby-grape and Contributors.
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Apply a formatter before exposing a value.
313313
```ruby
314314
module Entities
315315
class MyModel < Grape::Entity
316-
format_with(:iso_timestamp) do |date|
316+
format_with(:iso_timestamp) do |date|
317317
date.iso8601
318318
end
319319

@@ -547,4 +547,4 @@ MIT License. See [LICENSE](LICENSE) for details.
547547

548548
## Copyright
549549

550-
Copyright (c) 2010-2014 Michael Bleigh, Intridea, Inc., and contributors.
550+
Copyright (c) 2010-2016 Michael Bleigh, Intridea, Inc., ruby-grape and Contributors.

0 commit comments

Comments
 (0)