Skip to content

Commit e427eec

Browse files
committed
correct copyright statements to reflect joint copyright for Cognitect and Rich Hickey
1 parent d56ef2b commit e427eec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ It is also possible to create custom tags and handlers. For more information see
5858

5959
# Copyright and License
6060

61-
Copyright (c) Cognitect, Inc. All rights reserved. The use and
61+
Copyright (c) Rich Hickey, Cognitect, Inc. All rights reserved. The use and
6262
distribution terms for this software are covered by the Eclipse Public
6363
License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can
6464
be found in the file epl-v10.html at the root of this distribution.

src/main/clojure/clojure/data/fressian.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; Copyright (c) Cognitect, Inc. All rights reserved. The use
1+
;; Copyright (c) Rich Hickey, Cognitect, Inc. All rights reserved. The use
22
;; and distribution terms for this software are covered by the Eclipse
33
;; Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
44
;; which can be found in the file epl-v10.html at the root of this

src/test/clojure/clojure/data/fressian_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; Copyright (c) Cognitect, Inc. All rights reserved. The use
1+
;; Copyright (c) Rich Hickey, Cognitect, Inc. All rights reserved. The use
22
;; and distribution terms for this software are covered by the Eclipse
33
;; Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
44
;; which can be found in the file epl-v10.html at the root of this

0 commit comments

Comments
 (0)