Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Commit 15eb380

Browse files
committed
Update affiliation.
1 parent 197feee commit 15eb380

Some content is hidden

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

52 files changed

+52
-52
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

bin/ldf-client

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
/* Command-line utility to execute SPARQL queries over triple pattern fragments. */
44

55
var ldf = require('../ldf-client');

bin/ldf-client-http

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
/* HTTP server that executes SPARQL queries over triple pattern fragments. */
44

55
var path = require('path'),

ldf-client.js

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
/* Main ldf-client module exports. */
33

44
// Replace local `require` by a lazy loader,

lib/browser/Request.js

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
/* Single-function HTTP(S) request module for browsers */
33

44
var EventEmitter = require('events').EventEmitter,

lib/browser/crypto.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
/* Browser replacement for a subset of crypto. */
33

44
exports.createHash = function () {

lib/extractors/CompositeExtractor.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
/* A CompositeExtractor combines metadata from different extractors. */
33

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

lib/extractors/ControlsExtractor.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
/* A ControlsExtractor extracts hypermedia controls from a triple stream. */
33

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

lib/extractors/CountExtractor.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
/* A CountExtractor extracts count metadata from a triple stream. */
33

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

0 commit comments

Comments
 (0)