diff --git a/src/clojure/monger/cache.clj b/src/clojure/monger/cache.clj index 4156b38..b4f4b72 100644 --- a/src/clojure/monger/cache.clj +++ b/src/clojure/monger/cache.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; All rights reserved. ;; ;; This program and the accompanying materials are made available under the terms of diff --git a/src/clojure/monger/collection.clj b/src/clojure/monger/collection.clj index 0a50e97..df7a6c1 100644 --- a/src/clojure/monger/collection.clj +++ b/src/clojure/monger/collection.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; Copyright (c) 2012 Toby Hede ;; Copyright (c) 2012 Baishampayan Ghose ;; @@ -24,7 +24,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; Copyright (c) 2012 Toby Hede ;; Copyright (c) 2012 Baishampayan Ghose ;; diff --git a/src/clojure/monger/command.clj b/src/clojure/monger/command.clj index 6f823a9..c349e75 100644 --- a/src/clojure/monger/command.clj +++ b/src/clojure/monger/command.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; Copyright (c) 2012 Toby Hede ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); @@ -23,7 +23,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; Copyright (c) 2012 Toby Hede ;; All rights reserved. ;; diff --git a/src/clojure/monger/constraints.clj b/src/clojure/monger/constraints.clj index 3eb39c2..41e66f0 100644 --- a/src/clojure/monger/constraints.clj +++ b/src/clojure/monger/constraints.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; All rights reserved. ;; ;; This program and the accompanying materials are made available under the terms of diff --git a/src/clojure/monger/conversion.clj b/src/clojure/monger/conversion.clj index 02e97a5..729b09f 100644 --- a/src/clojure/monger/conversion.clj +++ b/src/clojure/monger/conversion.clj @@ -5,7 +5,7 @@ ;; ;; ---------------------------------------------------------------------------------- ;; Portions of the code are Copyright (c) 2009 Andrew Boekhoff -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ ;; ;; ---------------------------------------------------------------------------------- ;; Portions of the code are Copyright (c) 2009 Andrew Boekhoff -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; All rights reserved. ;; ;; This program and the accompanying materials are made available under the terms of diff --git a/src/clojure/monger/core.clj b/src/clojure/monger/core.clj index d7589ef..880a259 100644 --- a/src/clojure/monger/core.clj +++ b/src/clojure/monger/core.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; All rights reserved. ;; ;; This program and the accompanying materials are made available under the terms of diff --git a/src/clojure/monger/credentials.clj b/src/clojure/monger/credentials.clj index 856dc67..009145f 100644 --- a/src/clojure/monger/credentials.clj +++ b/src/clojure/monger/credentials.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; All rights reserved. ;; ;; This program and the accompanying materials are made available under the terms of diff --git a/src/clojure/monger/cursor.clj b/src/clojure/monger/cursor.clj index 39acb43..dc102c7 100644 --- a/src/clojure/monger/cursor.clj +++ b/src/clojure/monger/cursor.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; All rights reserved. ;; ;; This program and the accompanying materials are made available under the terms of diff --git a/src/clojure/monger/db.clj b/src/clojure/monger/db.clj index cdaca66..19d6305 100644 --- a/src/clojure/monger/db.clj +++ b/src/clojure/monger/db.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; Copyright (c) 2012 Toby Hede ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); @@ -23,7 +23,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; Copyright (c) 2012 Toby Hede ;; All rights reserved. ;; diff --git a/src/clojure/monger/gridfs.clj b/src/clojure/monger/gridfs.clj index a3f60f9..e42c168 100644 --- a/src/clojure/monger/gridfs.clj +++ b/src/clojure/monger/gridfs.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; All rights reserved. ;; ;; This program and the accompanying materials are made available under the terms of diff --git a/src/clojure/monger/internal/pagination.clj b/src/clojure/monger/internal/pagination.clj index b5b3259..dab3032 100644 --- a/src/clojure/monger/internal/pagination.clj +++ b/src/clojure/monger/internal/pagination.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; All rights reserved. ;; ;; This program and the accompanying materials are made available under the terms of diff --git a/src/clojure/monger/joda_time.clj b/src/clojure/monger/joda_time.clj index 940ca3e..dd563a2 100644 --- a/src/clojure/monger/joda_time.clj +++ b/src/clojure/monger/joda_time.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; All rights reserved. ;; ;; This program and the accompanying materials are made available under the terms of diff --git a/src/clojure/monger/js.clj b/src/clojure/monger/js.clj index 51f8da7..32ab680 100644 --- a/src/clojure/monger/js.clj +++ b/src/clojure/monger/js.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; All rights reserved. ;; ;; This program and the accompanying materials are made available under the terms of diff --git a/src/clojure/monger/json.clj b/src/clojure/monger/json.clj index 4fb14d8..ceaba68 100644 --- a/src/clojure/monger/json.clj +++ b/src/clojure/monger/json.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; All rights reserved. ;; ;; This program and the accompanying materials are made available under the terms of diff --git a/src/clojure/monger/operators.clj b/src/clojure/monger/operators.clj index 0b4a6a8..27c3016 100644 --- a/src/clojure/monger/operators.clj +++ b/src/clojure/monger/operators.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; All rights reserved. ;; ;; This program and the accompanying materials are made available under the terms of diff --git a/src/clojure/monger/query.clj b/src/clojure/monger/query.clj index e8caa65..9484d99 100644 --- a/src/clojure/monger/query.clj +++ b/src/clojure/monger/query.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; All rights reserved. ;; ;; This program and the accompanying materials are made available under the terms of diff --git a/src/clojure/monger/result.clj b/src/clojure/monger/result.clj index 1663e18..1a4c9f9 100644 --- a/src/clojure/monger/result.clj +++ b/src/clojure/monger/result.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; All rights reserved. ;; ;; This program and the accompanying materials are made available under the terms of diff --git a/src/clojure/monger/ring/session_store.clj b/src/clojure/monger/ring/session_store.clj index 76ff459..0b316ae 100644 --- a/src/clojure/monger/ring/session_store.clj +++ b/src/clojure/monger/ring/session_store.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; All rights reserved. ;; ;; This program and the accompanying materials are made available under the terms of diff --git a/src/clojure/monger/util.clj b/src/clojure/monger/util.clj index 70aeb4f..40ffe7b 100644 --- a/src/clojure/monger/util.clj +++ b/src/clojure/monger/util.clj @@ -4,7 +4,7 @@ ;; The APL v2.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ ;; The EPL v1.0: ;; ;; ---------------------------------------------------------------------------------- -;; Copyright (c) 2011-2015 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. +;; Copyright (c) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz Team. ;; All rights reserved. ;; ;; This program and the accompanying materials are made available under the terms of