summaryrefslogtreecommitdiff
path: root/src/perm.erl
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-10-15 16:19:19 +0200
committerLinus Nordberg <linus@nordberg.se>2014-10-15 16:19:19 +0200
commit77e68d48e60599da5db3e310f98c7fbc41d63b88 (patch)
tree4af85f1a94fbc22ad6b6f776fd8e0d31b0da5edb /src/perm.erl
parente2f2cf4e11d13602c787ccc7b90f5824ce87dab3 (diff)
Add copyright and licensing information.copyright
After offline discussions with Magnus Ahltorp.
Diffstat (limited to 'src/perm.erl')
-rw-r--r--src/perm.erl6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/perm.erl b/src/perm.erl
index ccb23bc..466cc4f 100644
--- a/src/perm.erl
+++ b/src/perm.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(perm).
-export([ensurefile/3, readfile/2]).