summaryrefslogtreecommitdiff
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
parente2f2cf4e11d13602c787ccc7b90f5824ce87dab3 (diff)
Add copyright and licensing information.
After offline discussions with Magnus Ahltorp.
-rw-r--r--AUTHORS4
-rw-r--r--c_src/erlport.c4
-rw-r--r--c_src/erlport.h4
-rw-r--r--c_src/fsynchelper.c4
-rw-r--r--src/atomic.erl6
-rw-r--r--src/fsyncport.erl6
-rw-r--r--src/index.erl6
-rw-r--r--src/perm.erl6
-rw-r--r--src/util.erl6
9 files changed, 20 insertions, 26 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..e1c530d
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,4 @@
+Plop was written by, in alphabetic order:
+
+Linus Nordberg, NORDUnet
+Magnus Ahltorp, KTH Royal Institute of Technology
diff --git a/c_src/erlport.c b/c_src/erlport.c
index 5e5c17c..e1a363a 100644
--- a/c_src/erlport.c
+++ b/c_src/erlport.c
@@ -1,6 +1,6 @@
/*
- * 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.
*/
#include <sys/types.h>
diff --git a/c_src/erlport.h b/c_src/erlport.h
index 49e1b7c..6226d1f 100644
--- a/c_src/erlport.h
+++ b/c_src/erlport.h
@@ -1,6 +1,6 @@
/*
- * 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.
*/
#ifndef ERLPORT_H
diff --git a/c_src/fsynchelper.c b/c_src/fsynchelper.c
index e6a04be..117f5e9 100644
--- a/c_src/fsynchelper.c
+++ b/c_src/fsynchelper.c
@@ -1,6 +1,6 @@
/*
- * 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.
*/
#include <stdio.h>
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]).
diff --git a/src/fsyncport.erl b/src/fsyncport.erl
index 8bc8c60..7e2bf11 100644
--- a/src/fsyncport.erl
+++ b/src/fsyncport.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(fsyncport).
-export([start_link/0, stop/0, init/1]).
diff --git a/src/index.erl b/src/index.erl
index 9b0be81..7871215 100644
--- a/src/index.erl
+++ b/src/index.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.
%% Implements an interface to a file pair (basename and basename.chksum)
%% that stores an ordered list of fixed-size entries. Entries can be
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]).
diff --git a/src/util.erl b/src/util.erl
index 48ebbb0..dd42752 100644
--- a/src/util.erl
+++ b/src/util.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(util).
-export([tempfilename/1, fsync/1, exit_with_error/3,