Skip to content

Commit 607b8ff

Browse files
committed
Update license statements.
1 parent 0fa6855 commit 607b8ff

File tree

73 files changed

+134
-138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+134
-138
lines changed

LICENSE.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

3-
Copyright © 2013–2014 Ruben Verborgh, Multimedia Lab, Ghent University — iMinds, Belgium
3+
Copyright © 2013–2016 Ruben Verborgh, Miel Vander Sande
4+
Ghent University / iMinds, Belgium
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 1 deletion

assets/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! @license ©2013 Ruben Verborgh - Multimedia Lab / iMinds / Ghent University */
1+
/* @license MIT ©2013-2016 Ruben Verborgh - Ghent University / iMinds */
22

33
html, input, th, td {
44
font-family: "Open Sans", Verdana, Arial, sans-serif;

bin/generate-summary

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
2-
/*! @license ©2014 Miel Vander Sande - Multimedia Lab / iMindata / Ghent University */
3-
/** This script generates data summaries for a certain server dataset */
2+
/*! @license MIT ©2014-2016 Miel Vander Sande - Ghent University / iMinds */
3+
/* This script generates data summaries for a certain server dataset */
44

55
var N3 = require('n3'),
66
fs = require('fs'),

bin/ldf-server

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env node
2-
/*! @license ©2013 Ruben Verborgh - Multimedia Lab / iMinds / Ghent University */
3-
4-
/** Standalone Linked Data Fragments Server */
2+
/*! @license MIT ©2013-2016 Ruben Verborgh - Ghent University / iMinds */
3+
/* Standalone Linked Data Fragments Server */
54

65
var _ = require('lodash'),
76
fs = require('fs'),

lib/LinkedDataFragmentsServer.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
/*! @license ©2014 Ruben Verborgh - Multimedia Lab / iMinds / Ghent University */
2-
3-
/** LinkedDataFragmentsServer is an HTTP server that provides access to Linked Data Fragments */
1+
/*! @license MIT ©2014-2016 Ruben Verborgh - Ghent University / iMinds */
2+
/* LinkedDataFragmentsServer is an HTTP server that provides access to Linked Data Fragments */
43

54
var http = require('http'),
65
_ = require('lodash'),

lib/Util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! @license ©2015 Ruben Verborgh - Multimedia Lab / iMinds / Ghent University */
1+
/*! @license MIT ©2015-2016 Ruben Verborgh - Ghent University / iMinds */
22

33
// Escapes a string for use in a regular expression
44
module.exports.toRegExp = function (string) {

lib/controllers/AssetsController.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
/*! @license ©2015 Ruben Verborgh - Multimedia Lab / iMinds / Ghent University */
2-
3-
/** An AssetsController responds to requests for assets */
1+
/*! @license MIT ©2015-2016 Ruben Verborgh - Ghent University / iMinds */
2+
/* An AssetsController responds to requests for assets */
43

54
var Controller = require('./Controller'),
65
fs = require('fs'),

lib/controllers/Controller.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
/*! @license ©2015 Ruben Verborgh - Multimedia Lab / iMinds / Ghent University */
2-
3-
/** Controller is a base class for HTTP request handlers */
1+
/*! @license MIT ©2015-2016 Ruben Verborgh - Ghent University / iMinds */
2+
/* Controller is a base class for HTTP request handlers */
43

54
var url = require('url'),
65
_ = require('lodash'),

lib/controllers/DereferenceController.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
/*! @license ©2015 Ruben Verborgh - Multimedia Lab / iMinds / Ghent University */
2-
3-
/** A DeferenceController responds to dereferencing requests */
1+
/*! @license MIT ©2015-2016 Ruben Verborgh - Ghent University / iMinds */
2+
/* A DeferenceController responds to dereferencing requests */
43

54
var Controller = require('./Controller'),
65
url = require('url'),

0 commit comments

Comments
 (0)