From 8b63707c485855aada0039a2d4c0c815e98009db Mon Sep 17 00:00:00 2001 From: Sonja Happ Date: Mon, 17 Feb 2020 14:20:44 +0100 Subject: [PATCH] Fix license infos --- README.md | 2 +- routes/widget/widget_methods.go | 2 +- routes/widget/widget_middleware.go | 2 +- routes/widget/widget_test.go | 2 +- routes/widget/widget_validators.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d71a9b3..ba3850c 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ $ sudo vim /var/lib/pgsql/11/data/pg_hba.conf ## Copyright -2019, Institute for Automation of Complex Power Systems, EONERC +2020, Institute for Automation of Complex Power Systems, EONERC ## License diff --git a/routes/widget/widget_methods.go b/routes/widget/widget_methods.go index 24f3109..032becf 100644 --- a/routes/widget/widget_methods.go +++ b/routes/widget/widget_methods.go @@ -1,4 +1,4 @@ -/** User package, methods. +/** Widget package, methods. * * @author Sonja Happ * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC diff --git a/routes/widget/widget_middleware.go b/routes/widget/widget_middleware.go index 8252ad0..c66ee09 100644 --- a/routes/widget/widget_middleware.go +++ b/routes/widget/widget_middleware.go @@ -1,4 +1,4 @@ -/** User package, middleware. +/** Widget package, middleware. * * @author Sonja Happ * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC diff --git a/routes/widget/widget_test.go b/routes/widget/widget_test.go index 6adb85f..52a6caa 100644 --- a/routes/widget/widget_test.go +++ b/routes/widget/widget_test.go @@ -1,4 +1,4 @@ -/** User package, testing. +/** Widget package, testing. * * @author Sonja Happ * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC diff --git a/routes/widget/widget_validators.go b/routes/widget/widget_validators.go index 961ade4..a993ad3 100644 --- a/routes/widget/widget_validators.go +++ b/routes/widget/widget_validators.go @@ -1,4 +1,4 @@ -/** User package, validators. +/** Widget package, validators. * * @author Sonja Happ * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC