summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-10-13 09:40:28 +0200
committerLinus Nordberg <linus@nordberg.se>2014-10-13 09:40:28 +0200
commitfd1e88bfcfabfb666d8aedf3fe384009920016cc (patch)
tree9434d729b51d3ef324d0711e92fbb21d0b7fe76e
parente2f2cf4e11d13602c787ccc7b90f5824ce87dab3 (diff)
Add licensing information.
-rw-r--r--c_src/erlport.c1
-rw-r--r--c_src/erlport.h1
-rw-r--r--c_src/fsynchelper.c1
-rw-r--r--src/atomic.erl1
-rw-r--r--src/fsyncport.erl1
-rw-r--r--src/index.erl1
-rw-r--r--src/perm.erl1
-rw-r--r--src/util.erl1
8 files changed, 8 insertions, 0 deletions
diff --git a/c_src/erlport.c b/c_src/erlport.c
index 5e5c17c..753fa2d 100644
--- a/c_src/erlport.c
+++ b/c_src/erlport.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2014 Kungliga Tekniska Högskolan
* (KTH Royal Institute of Technology, Stockholm, Sweden).
+ * See LICENSE for licensing information.
*/
#include <sys/types.h>
diff --git a/c_src/erlport.h b/c_src/erlport.h
index 49e1b7c..0134904 100644
--- a/c_src/erlport.h
+++ b/c_src/erlport.h
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2014 Kungliga Tekniska Högskolan
* (KTH Royal Institute of Technology, Stockholm, Sweden).
+ * See LICENSE for licensing information.
*/
#ifndef ERLPORT_H
diff --git a/c_src/fsynchelper.c b/c_src/fsynchelper.c
index e6a04be..f79bff1 100644
--- a/c_src/fsynchelper.c
+++ b/c_src/fsynchelper.c
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2014 Kungliga Tekniska Högskolan
* (KTH Royal Institute of Technology, Stockholm, Sweden).
+ * See LICENSE for licensing information.
*/
#include <stdio.h>
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).