From 27347eda73bf23952d2850c561a57108258fc012 Mon Sep 17 00:00:00 2001 From: henriyli Date: Mon, 20 Jun 2016 14:55:24 +0300 Subject: [PATCH] Updating the license years and only showing the license information in the LICENSE file --- LICENSE | 3 ++- controller/Controller.php | 5 ----- controller/EntityController.php | 5 ----- controller/RestController.php | 5 ----- controller/WebController.php | 5 ----- entity.php | 5 ----- index.php | 5 ----- model/Breadcrumb.php | 5 ----- model/Concept.php | 5 ----- model/DataObject.php | 5 ----- model/Model.php | 5 ----- model/NamespaceExposingTurtleParser.php | 5 ----- model/Request.php | 5 ----- model/Vocabulary.php | 5 ----- model/VocabularyCategory.php | 5 ----- model/VocabularyDataObject.php | 5 ----- model/sparql/GenericSparql.php | 5 ----- model/sparql/JenaTextSparql.php | 5 ----- resource/js/config.js | 5 ----- resource/js/docready.js | 6 ------ resource/js/groups.js | 6 ------ resource/js/hierarchy.js | 5 ----- resource/js/scripts.js | 6 ------ rest.php | 5 ----- 24 files changed, 2 insertions(+), 119 deletions(-) diff --git a/LICENSE b/LICENSE index e4ffe01e3..2c64163e7 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/controller/Controller.php b/controller/Controller.php index d0abd8557..d9058d6ec 100644 --- a/controller/Controller.php +++ b/controller/Controller.php @@ -1,9 +1,4 @@ '+ loading_text + ''; diff --git a/resource/js/groups.js b/resource/js/groups.js index 53d4834a0..65d8a9e91 100644 --- a/resource/js/groups.js +++ b/resource/js/groups.js @@ -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 = {}; diff --git a/resource/js/hierarchy.js b/resource/js/hierarchy.js index e32889bbf..e819450ae 100644 --- a/resource/js/hierarchy.js +++ b/resource/js/hierarchy.js @@ -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 ={ diff --git a/resource/js/scripts.js b/resource/js/scripts.js index d52ee655a..a73d1ac78 100644 --- a/resource/js/scripts.js +++ b/resource/js/scripts.js @@ -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 */ /* diff --git a/rest.php b/rest.php index 35e778f69..6b0e5ea89 100644 --- a/rest.php +++ b/rest.php @@ -1,9 +1,4 @@