diff --git a/doc/source/conf.py b/doc/source/conf.py index 59ec8bd..5e35d8b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/mistraldashboard/action_executions/panel.py b/mistraldashboard/action_executions/panel.py index f4f1442..bee717b 100644 --- a/mistraldashboard/action_executions/panel.py +++ b/mistraldashboard/action_executions/panel.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2016 - Nokia. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/action_executions/tables.py b/mistraldashboard/action_executions/tables.py index 330a7da..d618735 100644 --- a/mistraldashboard/action_executions/tables.py +++ b/mistraldashboard/action_executions/tables.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2016 - Nokia. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/action_executions/urls.py b/mistraldashboard/action_executions/urls.py index 0133baa..3649624 100644 --- a/mistraldashboard/action_executions/urls.py +++ b/mistraldashboard/action_executions/urls.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2016 - Nokia. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/action_executions/views.py b/mistraldashboard/action_executions/views.py index 647344d..3fe9898 100644 --- a/mistraldashboard/action_executions/views.py +++ b/mistraldashboard/action_executions/views.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2016 - Nokia. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/default/panel.py b/mistraldashboard/default/panel.py index 3278085..0af39ba 100644 --- a/mistraldashboard/default/panel.py +++ b/mistraldashboard/default/panel.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 - StackStorm, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/default/utils.py b/mistraldashboard/default/utils.py index 6cc0d22..e69fe53 100644 --- a/mistraldashboard/default/utils.py +++ b/mistraldashboard/default/utils.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 - StackStorm, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/executions/panel.py b/mistraldashboard/executions/panel.py index 4a5d519..03ab812 100644 --- a/mistraldashboard/executions/panel.py +++ b/mistraldashboard/executions/panel.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 - StackStorm, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/executions/tables.py b/mistraldashboard/executions/tables.py index 4ca97fb..f1a560d 100644 --- a/mistraldashboard/executions/tables.py +++ b/mistraldashboard/executions/tables.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 - StackStorm, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/executions/urls.py b/mistraldashboard/executions/urls.py index 78be001..3cddb78 100644 --- a/mistraldashboard/executions/urls.py +++ b/mistraldashboard/executions/urls.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 - StackStorm, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/executions/views.py b/mistraldashboard/executions/views.py index 2e7ea54..38871f6 100644 --- a/mistraldashboard/executions/views.py +++ b/mistraldashboard/executions/views.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 - StackStorm, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/tasks/panel.py b/mistraldashboard/tasks/panel.py index afbc4f3..286b192 100644 --- a/mistraldashboard/tasks/panel.py +++ b/mistraldashboard/tasks/panel.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 - StackStorm, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/tasks/tables.py b/mistraldashboard/tasks/tables.py index 971b63c..a75e557 100644 --- a/mistraldashboard/tasks/tables.py +++ b/mistraldashboard/tasks/tables.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 - StackStorm, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/tasks/urls.py b/mistraldashboard/tasks/urls.py index 52ac887..18a3389 100644 --- a/mistraldashboard/tasks/urls.py +++ b/mistraldashboard/tasks/urls.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 - StackStorm, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/tasks/views.py b/mistraldashboard/tasks/views.py index fcda8c7..e91ff99 100644 --- a/mistraldashboard/tasks/views.py +++ b/mistraldashboard/tasks/views.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 - StackStorm, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/workbooks/panel.py b/mistraldashboard/workbooks/panel.py index 3077aef..4915eb9 100644 --- a/mistraldashboard/workbooks/panel.py +++ b/mistraldashboard/workbooks/panel.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 - StackStorm, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/workbooks/tables.py b/mistraldashboard/workbooks/tables.py index dc30b97..1891c8b 100644 --- a/mistraldashboard/workbooks/tables.py +++ b/mistraldashboard/workbooks/tables.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 - StackStorm, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/workbooks/urls.py b/mistraldashboard/workbooks/urls.py index 4c5d0d1..78b5ea6 100644 --- a/mistraldashboard/workbooks/urls.py +++ b/mistraldashboard/workbooks/urls.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 - StackStorm, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/workbooks/views.py b/mistraldashboard/workbooks/views.py index 835b54f..794a1ba 100644 --- a/mistraldashboard/workbooks/views.py +++ b/mistraldashboard/workbooks/views.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 - StackStorm, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/workflows/panel.py b/mistraldashboard/workflows/panel.py index faec2ee..78475f5 100644 --- a/mistraldashboard/workflows/panel.py +++ b/mistraldashboard/workflows/panel.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 - StackStorm, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/workflows/urls.py b/mistraldashboard/workflows/urls.py index 4ed4117..1bb644e 100644 --- a/mistraldashboard/workflows/urls.py +++ b/mistraldashboard/workflows/urls.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 - StackStorm, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistraldashboard/workflows/views.py b/mistraldashboard/workflows/views.py index 7406125..01c747e 100644 --- a/mistraldashboard/workflows/views.py +++ b/mistraldashboard/workflows/views.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 - StackStorm, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index b8de4c7..b090f4b 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at