Skip to content

Commit

Permalink
Updating the license years and only showing the license information i…
Browse files Browse the repository at this point in the history
…n the LICENSE file
  • Loading branch information
henriyli committed Jun 20, 2016
1 parent 29f492e commit 27347ed
Show file tree
Hide file tree
Showing 24 changed files with 2 additions and 119 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ See the documentation of each library for details.

The MIT License (MIT)

Copyright (c) 2012-2014 Aalto University and University of Helsinki
Copyright (c) 2012-2013 Aalto University and University of Helsinki
Copyright (c) 2013-2016 University of Helsinki, National library of Finland

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 0 additions & 5 deletions controller/Controller.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2012-2013 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/**
* Handles all the requests from the user and changes the view accordingly.
Expand Down
5 changes: 0 additions & 5 deletions controller/EntityController.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2016 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/**
* EntityController is responsible for redirecting requests to the /entity address.
Expand Down
5 changes: 0 additions & 5 deletions controller/RestController.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2012-2013 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/**
* RestController is responsible for handling all the requests directed to the /rest address.
Expand Down
5 changes: 0 additions & 5 deletions controller/WebController.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2012-2013 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/**
* Importing the dependencies.
Expand Down
5 changes: 0 additions & 5 deletions entity.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2012-2016 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/**
* Includes the side wide settings.
Expand Down
5 changes: 0 additions & 5 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2012-2013 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/**
* Use Composer autoloader to automatically load library classes.
Expand Down
5 changes: 0 additions & 5 deletions model/Breadcrumb.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2012 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/**
* A class for breadcrumb concept hierarchy paths
Expand Down
5 changes: 0 additions & 5 deletions model/Concept.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2012-2013 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/**
* Dataobject for a single concept.
Expand Down
5 changes: 0 additions & 5 deletions model/DataObject.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2012-2013 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/**
* Dataobject wraps EasyRdf resources and provides access to the data.
Expand Down
5 changes: 0 additions & 5 deletions model/Model.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2012 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/**
* Setting some often needed namespace prefixes
Expand Down
5 changes: 0 additions & 5 deletions model/NamespaceExposingTurtleParser.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2016 University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

class NamespaceExposingTurtleParser extends EasyRdf_Parser_Turtle
{
Expand Down
5 changes: 0 additions & 5 deletions model/Request.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2012-2013 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/**
* Provides access to the http request information
Expand Down
5 changes: 0 additions & 5 deletions model/Vocabulary.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2012-2013 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/**
* Vocabulary dataobjects provide access to the vocabularies on the SPARQL endpoint.
Expand Down
5 changes: 0 additions & 5 deletions model/VocabularyCategory.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2012-2013 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/**
* Groups vocabularies of a specific category into a DataObject.
Expand Down
5 changes: 0 additions & 5 deletions model/VocabularyDataObject.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2012-2013 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/**
* Wraps a vocabulary object in the DataObject class.
Expand Down
5 changes: 0 additions & 5 deletions model/sparql/GenericSparql.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2012-2013 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/**
* Generates SPARQL queries and provides access to the SPARQL endpoint.
Expand Down
5 changes: 0 additions & 5 deletions model/sparql/JenaTextSparql.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2012-2013 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/* Register text: namespace needed for jena-text queries */
EasyRdf_Namespace::set('text', 'http://jena.apache.org/text#'); // @codeCoverageIgnore
Expand Down
5 changes: 0 additions & 5 deletions resource/js/config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/* Copyright (c) 2012 Aalto University and University of Helsinki
MIT License
see LICENSE.txt for more information
*/

// delay for the autocomplete widget's activation
var autocomplete_delay = 400;
// how many letters the user has to input before the widget activates.
Expand Down
6 changes: 0 additions & 6 deletions resource/js/docready.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/*
* Copyright (c) 2012 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

$(function() { // DOCUMENT READY

var spinner = '<div class="loading-spinner"><span class="spinner-text">'+ loading_text + '</span><span class="spinner" /></div>';
Expand Down
6 changes: 0 additions & 6 deletions resource/js/groups.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/*
* Copyright (c) 2012 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

function buildGroupTree(response) {
var data = [];
var groups = {};
Expand Down
5 changes: 0 additions & 5 deletions resource/js/hierarchy.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Copyright (c) 2012 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/
var treeIndex = {};
var urlToUri = {};
var hierTreeConf ={
Expand Down
6 changes: 0 additions & 6 deletions resource/js/scripts.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/*
* Copyright (c) 2012 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/* exported getUrlParams, readCookie, createCookie, getUrlParams, debounce, updateContent, updateTopbarLang, updateTitle, updateSidebar, setLangCookie, loadLimitations, loadPage, hideCrumbs, shortenProperties, countAndSetOffset, combineStatistics, loadLimitedResults, naturalCompare, escapeHtml */

/*
Expand Down
5 changes: 0 additions & 5 deletions rest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Copyright (c) 2012 Aalto University and University of Helsinki
* MIT License
* see LICENSE.txt for more information
*/

/**
* Includes the side wide settings.
Expand Down

0 comments on commit 27347ed

Please sign in to comment.