summaryrefslogtreecommitdiff
path: root/src/atomic.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/atomic.erl')
-rw-r--r--src/atomic.erl6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/atomic.erl b/src/atomic.erl
index 5bf5670..5ad48ba 100644
--- a/src/atomic.erl
+++ b/src/atomic.erl
@@ -1,7 +1,5 @@
-%%
-%% Copyright (c) 2014 Kungliga Tekniska Högskolan
-%% (KTH Royal Institute of Technology, Stockholm, Sweden).
-%%
+%%% Copyright (c) 2014, NORDUnet A/S.
+%%% See LICENSE for licensing information.
-module(atomic).
-export([replacefile/2, readfile/1]).