Skip to content

Commit

Permalink
Added copyright notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
muhuk committed Oct 31, 2015
1 parent 9dc4ee2 commit 092ec3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ring/middleware/transit.clj
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
;; Copyright © 2015 Atamert Ölçgen
;;
;; Distributed under the The MIT License
;; http://opensource.org/licenses/MIT

(ns ring.middleware.transit
"Ring middleware for Transit requests & responses.
Expand Down
5 changes: 5 additions & 0 deletions test/ring/middleware/test_transit.clj
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
;; Copyright © 2015 Atamert Ölçgen
;;
;; Distributed under the The MIT License
;; http://opensource.org/licenses/MIT

(ns ring.middleware.test-transit
(:require [clojure.test :refer :all]
[cognitect.transit :as t]
Expand Down

0 comments on commit 092ec3a

Please sign in to comment.