summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/db.erl2
-rw-r--r--src/frontend.erl2
-rw-r--r--src/hex.erl2
-rw-r--r--src/ht.erl2
-rw-r--r--src/http_auth.erl2
-rw-r--r--src/index.erl2
-rw-r--r--src/perm.erl2
-rw-r--r--src/plop.erl2
-rw-r--r--src/plop_app.erl2
-rw-r--r--src/plop_httputil.erl2
-rw-r--r--src/plop_sup.erl2
-rw-r--r--src/sign.erl2
-rw-r--r--src/signing.erl2
-rw-r--r--src/storage.erl2
-rw-r--r--src/storagedb.erl2
15 files changed, 15 insertions, 15 deletions
diff --git a/src/db.erl b/src/db.erl
index f910079..19f73a6 100644
--- a/src/db.erl
+++ b/src/db.erl
@@ -1,4 +1,4 @@
-%%% Copyright (c) 2014, NORDUnet A/S.
+%%% Copyright (c) 2014-2015, NORDUnet A/S.
%%% See LICENSE for licensing information.
-module(db).
diff --git a/src/frontend.erl b/src/frontend.erl
index 3977d0e..208b4c7 100644
--- a/src/frontend.erl
+++ b/src/frontend.erl
@@ -1,4 +1,4 @@
-%%% Copyright (c) 2014, NORDUnet A/S.
+%%% Copyright (c) 2014-2015, NORDUnet A/S.
%%% See LICENSE for licensing information.
%%% @doc Frontend node API
diff --git a/src/hex.erl b/src/hex.erl
index 8e70826..a7b07fa 100644
--- a/src/hex.erl
+++ b/src/hex.erl
@@ -1,4 +1,4 @@
-%%% Copyright (c) 2014, NORDUnet A/S.
+%%% Copyright (c) 2014-2015, NORDUnet A/S.
%%% See LICENSE for licensing information.
-module(hex).
diff --git a/src/ht.erl b/src/ht.erl
index 45646ce..0e00440 100644
--- a/src/ht.erl
+++ b/src/ht.erl
@@ -1,4 +1,4 @@
-%%% Copyright (c) 2014, NORDUnet A/S.
+%%% Copyright (c) 2014-2015, NORDUnet A/S.
%%% See LICENSE for licensing information.
%%%
%%% Implementation of a history tree as described in Efficient Data
diff --git a/src/http_auth.erl b/src/http_auth.erl
index 5ff716c..a187e05 100644
--- a/src/http_auth.erl
+++ b/src/http_auth.erl
@@ -1,4 +1,4 @@
-%%% Copyright (c) 2014, NORDUnet A/S.
+%%% Copyright (c) 2014-2015, NORDUnet A/S.
%%% See LICENSE for licensing information.
-module(http_auth).
diff --git a/src/index.erl b/src/index.erl
index a6849d6..e4979b3 100644
--- a/src/index.erl
+++ b/src/index.erl
@@ -1,4 +1,4 @@
-%%% Copyright (c) 2014, NORDUnet A/S.
+%%% Copyright (c) 2014-2015, NORDUnet A/S.
%%% See LICENSE for licensing information.
%% Implements an interface to a file pair (basename and
diff --git a/src/perm.erl b/src/perm.erl
index 725cfb7..5de8231 100644
--- a/src/perm.erl
+++ b/src/perm.erl
@@ -1,4 +1,4 @@
-%%% Copyright (c) 2014, NORDUnet A/S.
+%%% Copyright (c) 2014-2015, NORDUnet A/S.
%%% See LICENSE for licensing information.
-module(perm).
diff --git a/src/plop.erl b/src/plop.erl
index 21a7bae..42f068e 100644
--- a/src/plop.erl
+++ b/src/plop.erl
@@ -1,4 +1,4 @@
-%%% Copyright (c) 2014, NORDUnet A/S.
+%%% Copyright (c) 2014-2015, NORDUnet A/S.
%%% See LICENSE for licensing information.
%%%
%%% @doc Server holding log entries in a database and hashes in a
diff --git a/src/plop_app.erl b/src/plop_app.erl
index 04f1c1e..f8cb03f 100644
--- a/src/plop_app.erl
+++ b/src/plop_app.erl
@@ -1,4 +1,4 @@
-%%% Copyright (c) 2014, NORDUnet A/S.
+%%% Copyright (c) 2014-2015, NORDUnet A/S.
%%% See LICENSE for licensing information.
-module(plop_app).
diff --git a/src/plop_httputil.erl b/src/plop_httputil.erl
index 10a887b..37e25c1 100644
--- a/src/plop_httputil.erl
+++ b/src/plop_httputil.erl
@@ -1,4 +1,4 @@
-%%% Copyright (c) 2014, NORDUnet A/S.
+%%% Copyright (c) 2014-2015, NORDUnet A/S.
%%% See LICENSE for licensing information.
%%%
diff --git a/src/plop_sup.erl b/src/plop_sup.erl
index c125cc0..87316f4 100644
--- a/src/plop_sup.erl
+++ b/src/plop_sup.erl
@@ -1,4 +1,4 @@
-%%% Copyright (c) 2014, NORDUnet A/S.
+%%% Copyright (c) 2014-2015, NORDUnet A/S.
%%% See LICENSE for licensing information.
-module(plop_sup).
diff --git a/src/sign.erl b/src/sign.erl
index f252001..250c601 100644
--- a/src/sign.erl
+++ b/src/sign.erl
@@ -1,4 +1,4 @@
-%%% Copyright (c) 2014, NORDUnet A/S.
+%%% Copyright (c) 2014-2015, NORDUnet A/S.
%%% See LICENSE for licensing information.
%%%
%%% @doc Signing service
diff --git a/src/signing.erl b/src/signing.erl
index 707b18e..eb63b8d 100644
--- a/src/signing.erl
+++ b/src/signing.erl
@@ -1,4 +1,4 @@
-%%% Copyright (c) 2014, NORDUnet A/S.
+%%% Copyright (c) 2014-2015, NORDUnet A/S.
%%% See LICENSE for licensing information.
%%% @doc Signing node API
diff --git a/src/storage.erl b/src/storage.erl
index 64f4ded..9f4bb5a 100644
--- a/src/storage.erl
+++ b/src/storage.erl
@@ -1,4 +1,4 @@
-%%% Copyright (c) 2014, NORDUnet A/S.
+%%% Copyright (c) 2014-2015, NORDUnet A/S.
%%% See LICENSE for licensing information.
%%% @doc Storage node API
diff --git a/src/storagedb.erl b/src/storagedb.erl
index 9cdf4c1..c94a13e 100644
--- a/src/storagedb.erl
+++ b/src/storagedb.erl
@@ -1,4 +1,4 @@
-%%% Copyright (c) 2014, NORDUnet A/S.
+%%% Copyright (c) 2014-2015, NORDUnet A/S.
%%% See LICENSE for licensing information.
%%% @doc Storage DB