From 2ad314eda65a2c19f960677e80bcc803b133a1d3 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Thu, 16 May 2019 12:23:00 +0200 Subject: [PATCH] docs: correct copyright years --- src/core/Route.ts | 2 +- src/core/base/AcademicDegree.ts | 2 +- src/core/base/AcademicTerm.ts | 2 +- src/core/base/CreativeWork.ts | 2 +- src/core/base/Event.ts | 2 +- src/core/base/Place.ts | 2 +- src/core/base/SaveableThing.ts | 2 +- src/core/base/ThingThatAcceptsPayments.ts | 2 +- src/core/base/ThingWithCategories.ts | 2 +- src/core/files/ConfigFile.ts | 2 +- src/core/protocol/routes/INDEX/IndexResponse.ts | 2 +- src/core/protocol/routes/TYPE/UID/ThingUpdateResponse.ts | 2 +- .../routes/bookAvailability/BookAvailabilityResponse.ts | 2 +- src/core/protocol/routes/bulk/BulkResponse.ts | 2 +- src/core/protocol/routes/bulk/UID/BulkAddResponse.ts | 2 +- src/core/protocol/routes/bulk/UID/BulkDoneResponse.ts | 2 +- src/core/protocol/routes/feedback/FeedbackResponse.ts | 2 +- src/core/protocol/routes/search/SearchResponse.ts | 2 +- src/core/things/AcademicEvent.ts | 2 +- src/core/things/Article.ts | 2 +- src/core/things/Book.ts | 2 +- src/core/things/Building.ts | 2 +- src/core/things/Catalog.ts | 2 +- src/core/things/Diff.ts | 2 +- src/core/things/Floor.ts | 2 +- src/core/things/Message.ts | 2 +- src/core/things/Organization.ts | 2 +- src/core/things/Person.ts | 2 +- src/core/things/PointOfInterest.ts | 2 +- src/core/things/Semester.ts | 2 +- src/core/things/Setting.ts | 2 +- src/core/things/SportCourse.ts | 2 +- src/core/things/StudyModule.ts | 2 +- src/core/things/Ticket.ts | 2 +- src/core/things/Tour.ts | 2 +- src/core/things/Video.ts | 2 +- src/core/types/GeoInformation.ts | 2 +- src/core/types/Guards.ts | 2 +- src/core/types/Map.ts | 2 +- src/core/types/config/App.ts | 2 +- src/core/types/i18n.ts | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/src/core/Route.ts b/src/core/Route.ts index b31934c7..028038f8 100644 --- a/src/core/Route.ts +++ b/src/core/Route.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/base/AcademicDegree.ts b/src/core/base/AcademicDegree.ts index 9cb5128e..68818920 100644 --- a/src/core/base/AcademicDegree.ts +++ b/src/core/base/AcademicDegree.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/base/AcademicTerm.ts b/src/core/base/AcademicTerm.ts index dad5f1df..0bd81dfb 100644 --- a/src/core/base/AcademicTerm.ts +++ b/src/core/base/AcademicTerm.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/base/CreativeWork.ts b/src/core/base/CreativeWork.ts index 089b5bf0..97ae5067 100644 --- a/src/core/base/CreativeWork.ts +++ b/src/core/base/CreativeWork.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/base/Event.ts b/src/core/base/Event.ts index b11ac4be..735b27f9 100644 --- a/src/core/base/Event.ts +++ b/src/core/base/Event.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/base/Place.ts b/src/core/base/Place.ts index 9034817e..abb3489c 100644 --- a/src/core/base/Place.ts +++ b/src/core/base/Place.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/base/SaveableThing.ts b/src/core/base/SaveableThing.ts index ea598382..09735fa0 100644 --- a/src/core/base/SaveableThing.ts +++ b/src/core/base/SaveableThing.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018, 2019 StApps + * Copyright (C) 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/base/ThingThatAcceptsPayments.ts b/src/core/base/ThingThatAcceptsPayments.ts index c2f29d21..7128f3c4 100644 --- a/src/core/base/ThingThatAcceptsPayments.ts +++ b/src/core/base/ThingThatAcceptsPayments.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/base/ThingWithCategories.ts b/src/core/base/ThingWithCategories.ts index fd0a3179..531f79a9 100644 --- a/src/core/base/ThingWithCategories.ts +++ b/src/core/base/ThingWithCategories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/files/ConfigFile.ts b/src/core/files/ConfigFile.ts index 3c10dafa..1e89592f 100644 --- a/src/core/files/ConfigFile.ts +++ b/src/core/files/ConfigFile.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/protocol/routes/INDEX/IndexResponse.ts b/src/core/protocol/routes/INDEX/IndexResponse.ts index a855b0e2..e2b19964 100644 --- a/src/core/protocol/routes/INDEX/IndexResponse.ts +++ b/src/core/protocol/routes/INDEX/IndexResponse.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/protocol/routes/TYPE/UID/ThingUpdateResponse.ts b/src/core/protocol/routes/TYPE/UID/ThingUpdateResponse.ts index ac3a0b13..a8b2cc1e 100644 --- a/src/core/protocol/routes/TYPE/UID/ThingUpdateResponse.ts +++ b/src/core/protocol/routes/TYPE/UID/ThingUpdateResponse.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/protocol/routes/bookAvailability/BookAvailabilityResponse.ts b/src/core/protocol/routes/bookAvailability/BookAvailabilityResponse.ts index 4107db3d..62fd04ce 100644 --- a/src/core/protocol/routes/bookAvailability/BookAvailabilityResponse.ts +++ b/src/core/protocol/routes/bookAvailability/BookAvailabilityResponse.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/protocol/routes/bulk/BulkResponse.ts b/src/core/protocol/routes/bulk/BulkResponse.ts index 8a9b3dfa..cf230109 100644 --- a/src/core/protocol/routes/bulk/BulkResponse.ts +++ b/src/core/protocol/routes/bulk/BulkResponse.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/protocol/routes/bulk/UID/BulkAddResponse.ts b/src/core/protocol/routes/bulk/UID/BulkAddResponse.ts index 6b489471..4c4f09e8 100644 --- a/src/core/protocol/routes/bulk/UID/BulkAddResponse.ts +++ b/src/core/protocol/routes/bulk/UID/BulkAddResponse.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/protocol/routes/bulk/UID/BulkDoneResponse.ts b/src/core/protocol/routes/bulk/UID/BulkDoneResponse.ts index 01a6aa66..ddef759c 100644 --- a/src/core/protocol/routes/bulk/UID/BulkDoneResponse.ts +++ b/src/core/protocol/routes/bulk/UID/BulkDoneResponse.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/protocol/routes/feedback/FeedbackResponse.ts b/src/core/protocol/routes/feedback/FeedbackResponse.ts index 75492258..a56f22d0 100644 --- a/src/core/protocol/routes/feedback/FeedbackResponse.ts +++ b/src/core/protocol/routes/feedback/FeedbackResponse.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/protocol/routes/search/SearchResponse.ts b/src/core/protocol/routes/search/SearchResponse.ts index c616f07e..8b72e378 100644 --- a/src/core/protocol/routes/search/SearchResponse.ts +++ b/src/core/protocol/routes/search/SearchResponse.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/AcademicEvent.ts b/src/core/things/AcademicEvent.ts index eeff25db..6d076e15 100644 --- a/src/core/things/AcademicEvent.ts +++ b/src/core/things/AcademicEvent.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/Article.ts b/src/core/things/Article.ts index f0d2d758..22573cb2 100644 --- a/src/core/things/Article.ts +++ b/src/core/things/Article.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/Book.ts b/src/core/things/Book.ts index db28b11c..4559d945 100644 --- a/src/core/things/Book.ts +++ b/src/core/things/Book.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/Building.ts b/src/core/things/Building.ts index 9ede9865..af091122 100644 --- a/src/core/things/Building.ts +++ b/src/core/things/Building.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/Catalog.ts b/src/core/things/Catalog.ts index f1cfc8ff..16608afa 100644 --- a/src/core/things/Catalog.ts +++ b/src/core/things/Catalog.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/Diff.ts b/src/core/things/Diff.ts index e7900680..9e46318a 100644 --- a/src/core/things/Diff.ts +++ b/src/core/things/Diff.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/Floor.ts b/src/core/things/Floor.ts index 993ab9d6..dda38b5e 100644 --- a/src/core/things/Floor.ts +++ b/src/core/things/Floor.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/Message.ts b/src/core/things/Message.ts index 2613f0a8..1f3311ab 100644 --- a/src/core/things/Message.ts +++ b/src/core/things/Message.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/Organization.ts b/src/core/things/Organization.ts index 20194054..aac3111c 100644 --- a/src/core/things/Organization.ts +++ b/src/core/things/Organization.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/Person.ts b/src/core/things/Person.ts index c2c18b42..2539e2b6 100644 --- a/src/core/things/Person.ts +++ b/src/core/things/Person.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/PointOfInterest.ts b/src/core/things/PointOfInterest.ts index 13a9b60a..5083314d 100644 --- a/src/core/things/PointOfInterest.ts +++ b/src/core/things/PointOfInterest.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/Semester.ts b/src/core/things/Semester.ts index 4bf17c67..f2571cc9 100644 --- a/src/core/things/Semester.ts +++ b/src/core/things/Semester.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/Setting.ts b/src/core/things/Setting.ts index e225da58..b657423d 100644 --- a/src/core/things/Setting.ts +++ b/src/core/things/Setting.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/SportCourse.ts b/src/core/things/SportCourse.ts index 62068619..54e7e789 100644 --- a/src/core/things/SportCourse.ts +++ b/src/core/things/SportCourse.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/StudyModule.ts b/src/core/things/StudyModule.ts index a5a1738b..47ce505e 100644 --- a/src/core/things/StudyModule.ts +++ b/src/core/things/StudyModule.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2019 StApps + * Copyright (C) 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/Ticket.ts b/src/core/things/Ticket.ts index c38c2450..f6600081 100644 --- a/src/core/things/Ticket.ts +++ b/src/core/things/Ticket.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/Tour.ts b/src/core/things/Tour.ts index c843336e..93e210c3 100644 --- a/src/core/things/Tour.ts +++ b/src/core/things/Tour.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/things/Video.ts b/src/core/things/Video.ts index 3b1d6bbc..39061433 100644 --- a/src/core/things/Video.ts +++ b/src/core/things/Video.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/types/GeoInformation.ts b/src/core/types/GeoInformation.ts index 98f2876f..2ef2939a 100644 --- a/src/core/types/GeoInformation.ts +++ b/src/core/types/GeoInformation.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2019 StApps + * Copyright (C) 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/types/Guards.ts b/src/core/types/Guards.ts index 19d3e20b..4d2f4029 100644 --- a/src/core/types/Guards.ts +++ b/src/core/types/Guards.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/types/Map.ts b/src/core/types/Map.ts index 13d290d8..f036cec2 100644 --- a/src/core/types/Map.ts +++ b/src/core/types/Map.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2019 StApps + * Copyright (C) 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/types/config/App.ts b/src/core/types/config/App.ts index 85bf4cac..44a7a0e4 100644 --- a/src/core/types/config/App.ts +++ b/src/core/types/config/App.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. diff --git a/src/core/types/i18n.ts b/src/core/types/i18n.ts index 843709ff..c0548b1c 100644 --- a/src/core/types/i18n.ts +++ b/src/core/types/i18n.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3.