Skip to content

Commit

Permalink
add BSD 3 clause
Browse files Browse the repository at this point in the history
  • Loading branch information
Immanuel Bayer committed Jul 9, 2015
1 parent 5ab5647 commit 309b142
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/example_als_mcmc.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Author: Immanuel Bayer
// License: BSD 3 clause

#include <stdio.h>
#include "../include/ffm.h"

Expand Down
3 changes: 3 additions & 0 deletions demo/example_sgd.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Author: Immanuel Bayer
// License: BSD 3 clause

#include <stdio.h>
#include "../include/ffm.h"

Expand Down
3 changes: 3 additions & 0 deletions demo/example_sgd_bpr.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Author: Immanuel Bayer
// License: BSD 3 clause

#include <stdio.h>
#include "../include/ffm.h"

Expand Down
3 changes: 3 additions & 0 deletions include/ffm.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Author: Immanuel Bayer
// License: BSD 3 clause

#ifndef FFM_H
#define FFM_H
#include "../externals/CXSparse/Include/cs.h"
Expand Down
3 changes: 3 additions & 0 deletions src/cli.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Author: Immanuel Bayer
// License: BSD 3 clause

#include "fast_fm.h"
#include <stdlib.h>
#include <argp.h>
Expand Down
3 changes: 3 additions & 0 deletions src/fast_fm.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Author: Immanuel Bayer
// License: BSD 3 clause

#ifndef FAST_MF_H
#define FAST_MF_H

Expand Down
3 changes: 3 additions & 0 deletions src/ffm.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Author: Immanuel Bayer
// License: BSD 3 clause

#include "fast_fm.h"
/*
* Interface for external call
Expand Down
3 changes: 3 additions & 0 deletions src/ffm_als_mcmc.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Author: Immanuel Bayer
// License: BSD 3 clause

#include "fast_fm.h"


Expand Down
3 changes: 3 additions & 0 deletions src/ffm_random.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Author: Immanuel Bayer
// License: BSD 3 clause

#include "fast_fm.h"

ffm_rng * ffm_rng_seed(int seed)
Expand Down
3 changes: 3 additions & 0 deletions src/ffm_random.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Author: Immanuel Bayer
// License: BSD 3 clause

#ifndef FFM_RANDOM_H
#define FFM_RANDOM_H

Expand Down
3 changes: 3 additions & 0 deletions src/ffm_sgd.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Author: Immanuel Bayer
// License: BSD 3 clause

#include "fast_fm.h"


Expand Down
3 changes: 3 additions & 0 deletions src/ffm_utils.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Author: Immanuel Bayer
// License: BSD 3 clause

#include "fast_fm.h"

// ########################### ffm scalar ###################################
Expand Down
3 changes: 3 additions & 0 deletions src/ffm_utils.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Author: Immanuel Bayer
// License: BSD 3 clause

#ifndef FFM_UTILS_H
#define FFM_UTILS_H

Expand Down

0 comments on commit 309b142

Please sign in to comment.