From fd1e88bfcfabfb666d8aedf3fe384009920016cc Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 13 Oct 2014 09:40:28 +0200 Subject: Add licensing information. --- src/atomic.erl | 1 + src/fsyncport.erl | 1 + src/index.erl | 1 + src/perm.erl | 1 + src/util.erl | 1 + 5 files changed, 5 insertions(+) (limited to 'src') diff --git a/src/atomic.erl b/src/atomic.erl index 5bf5670..87e363b 100644 --- a/src/atomic.erl +++ b/src/atomic.erl @@ -1,6 +1,7 @@ %% %% Copyright (c) 2014 Kungliga Tekniska Högskolan %% (KTH Royal Institute of Technology, Stockholm, Sweden). +%% See LICENSE for licensing information. %% -module(atomic). diff --git a/src/fsyncport.erl b/src/fsyncport.erl index 8bc8c60..03fff4e 100644 --- a/src/fsyncport.erl +++ b/src/fsyncport.erl @@ -1,6 +1,7 @@ %% %% Copyright (c) 2014 Kungliga Tekniska Högskolan %% (KTH Royal Institute of Technology, Stockholm, Sweden). +%% See LICENSE for licensing information. %% -module(fsyncport). diff --git a/src/index.erl b/src/index.erl index 9b0be81..89db147 100644 --- a/src/index.erl +++ b/src/index.erl @@ -1,6 +1,7 @@ %% %% Copyright (c) 2014 Kungliga Tekniska Högskolan %% (KTH Royal Institute of Technology, Stockholm, Sweden). +%% See LICENSE for licensing information. %% %% Implements an interface to a file pair (basename and basename.chksum) diff --git a/src/perm.erl b/src/perm.erl index ccb23bc..653c005 100644 --- a/src/perm.erl +++ b/src/perm.erl @@ -1,6 +1,7 @@ %% %% Copyright (c) 2014 Kungliga Tekniska Högskolan %% (KTH Royal Institute of Technology, Stockholm, Sweden). +%% See LICENSE for licensing information. %% -module(perm). diff --git a/src/util.erl b/src/util.erl index 48ebbb0..8235c4e 100644 --- a/src/util.erl +++ b/src/util.erl @@ -1,6 +1,7 @@ %% %% Copyright (c) 2014 Kungliga Tekniska Högskolan %% (KTH Royal Institute of Technology, Stockholm, Sweden). +%% See LICENSE for licensing information. %% -module(util). -- cgit v1.1