Skip to content

Commit 22df220

Browse files
committed
Update affiliation.
1 parent 4488090 commit 22df220

File tree

76 files changed

+77
-77
lines changed

Some content is hidden

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

76 files changed

+77
-77
lines changed

LICENSE.txt

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

33
Copyright © 2013–2016 Ruben Verborgh, Miel Vander Sande
4-
Ghent University / iMinds, Belgium
4+
Ghent University – imec, Belgium
55

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

README.md

Lines changed: 1 addition & 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 MIT ©2013-2016 Ruben Verborgh - Ghent University / iMinds */
1+
/* @license MIT ©2013-2016 Ruben Verborgh, Ghent University - imec */
22

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

bin/generate-summary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env node
2-
/*! @license MIT ©2014-2016 Miel Vander Sande - Ghent University / iMinds */
2+
/*! @license MIT ©2014-2016 Miel Vander Sande, Ghent University - imec */
33
/* This script generates data summaries for a certain server dataset */
44

55
var N3 = require('n3'),

bin/ldf-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env node
2-
/*! @license MIT ©2013-2016 Ruben Verborgh - Ghent University / iMinds */
2+
/*! @license MIT ©2013-2016 Ruben Verborgh, Ghent University - imec */
33
/* Standalone Linked Data Fragments Server */
44

55
var _ = require('lodash'),

lib/LinkedDataFragmentsServer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! @license MIT ©2014-2016 Ruben Verborgh - Ghent University / iMinds */
1+
/*! @license MIT ©2014-2016 Ruben Verborgh, Ghent University - imec */
22
/* LinkedDataFragmentsServer is an HTTP server that provides access to Linked Data Fragments */
33

44
var _ = 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 MIT ©2015-2016 Ruben Verborgh - Ghent University / iMinds */
1+
/*! @license MIT ©2015-2016 Ruben Verborgh, Ghent University - imec */
22

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

lib/controllers/AssetsController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! @license MIT ©2015-2016 Ruben Verborgh - Ghent University / iMinds */
1+
/*! @license MIT ©2015-2016 Ruben Verborgh, Ghent University - imec */
22
/* An AssetsController responds to requests for assets */
33

44
var Controller = require('./Controller'),

lib/controllers/Controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! @license MIT ©2015-2016 Ruben Verborgh - Ghent University / iMinds */
1+
/*! @license MIT ©2015-2016 Ruben Verborgh, Ghent University - imec */
22
/* Controller is a base class for HTTP request handlers */
33

44
var url = require('url'),

lib/controllers/DereferenceController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! @license MIT ©2015-2016 Ruben Verborgh - Ghent University / iMinds */
1+
/*! @license MIT ©2015-2016 Ruben Verborgh, Ghent University - imec */
22
/* A DeferenceController responds to dereferencing requests */
33

44
var Controller = require('./Controller'),

0 commit comments

Comments
 (0)