Skip to content

Commit e5eec7d

Browse files
committed
Fix attribution of date.rs
In commit f727041, we copied our date implementation from the `httpdate` project [1] (#6, #19). However, this was done without proper attribution and preservation of copyright notices. Let's fix this. [1] https://github.com/pyfisch/httpdate
1 parent 5b9e6ca commit e5eec7d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

LICENSE-APACHE

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176
END OF TERMS AND CONDITIONS
177177

178178
Copyright 2019 Yoshua Wuyts
179+
Copyright 2016-2018 Michael Tilli (Pyfisch) & `httpdate` contributors
179180

180181
Licensed under the Apache License, Version 2.0 (the "License");
181182
you may not use this file except in compliance with the License.

LICENSE-MIT

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2019 Yoshua Wuyts
4+
Copyright (c) 2016-2018 Michael Tilli (Pyfisch) & `httpdate` contributors
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)