From 39d1c376bd5f4e256080f9ed2d651416d5eac32e Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Thu, 21 Mar 2019 14:52:14 -0500 Subject: [PATCH] URL Cleanup This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://www.apache.org/licenses/ with 3 occurrences migrated to: https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200). * [ ] http://www.apache.org/licenses/LICENSE-2.0 with 62 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). * [ ] http://www.apache.org/licenses/LICENSE-2.0.html with 1 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html) result 200). --- LICENSE.txt | 4 +-- README.adoc | 2 +- dist/spring-flo.js | 32 +++++++++---------- dist/spring-flo.min.js | 4 +-- gruntfile.js | 2 +- samples/spring-flo-sample/LICENSE.txt | 4 +-- .../org/springframework/flo/Application.java | 2 +- .../resources/static/js/editor-service.js | 2 +- .../main/resources/static/js/graph-to-text.js | 2 +- .../src/main/resources/static/js/main.js | 2 +- .../resources/static/js/metamodel-service.js | 2 +- .../resources/static/js/render-service.js | 2 +- .../main/resources/static/js/sample-app.js | 2 +- .../main/resources/static/js/text-to-graph.js | 2 +- samples/spring-flo-si/LICENSE.txt | 4 +-- .../org/springframework/flo/Application.java | 2 +- .../resources/static/js/editor-service.js | 2 +- .../src/main/resources/static/js/flosi-app.js | 2 +- .../main/resources/static/js/graph-to-text.js | 2 +- .../src/main/resources/static/js/main.js | 2 +- .../resources/static/js/metamodel-service.js | 2 +- .../resources/static/js/render-service.js | 2 +- .../main/resources/static/js/text-to-graph.js | 2 +- .../main/resources/static/js/update-graph.js | 2 +- src/app.js | 2 +- src/common/event-manager.js | 2 +- src/common/properties-manager.js | 2 +- src/common/shapes-factory.js | 2 +- src/controllers/code-editor.js | 2 +- src/controllers/dsl-editor.js | 2 +- src/controllers/graph-editor.js | 2 +- src/controllers/palette.js | 2 +- src/directives.js | 2 +- src/directives/code-editor.js | 2 +- src/directives/dsl-editor.js | 2 +- src/directives/generic-dsl-editor.js | 2 +- src/directives/graph-editor.js | 2 +- src/directives/palette.js | 2 +- src/directives/resizer.js | 2 +- src/main.js | 2 +- src/services.js | 2 +- tests/resources/editor-service.js | 2 +- tests/resources/graph-to-text.js | 2 +- tests/resources/metamodel-service.js | 2 +- tests/resources/render-service.js | 2 +- tests/spec/flo-spec.js | 2 +- tests/spec/test1-spec.js | 2 +- 47 files changed, 66 insertions(+), 66 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index d645695..62589ed 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/README.adoc b/README.adoc index 178acc7..6b9dd10 100644 --- a/README.adoc +++ b/README.adoc @@ -35,4 +35,4 @@ Pull requests are welcome, but before accepting them we will need you to sign th ## License -Spring Flo is Open Source software released under the http://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license]. +Spring Flo is Open Source software released under the https://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license]. diff --git a/dist/spring-flo.js b/dist/spring-flo.js index f4dafa6..d114e45 100644 --- a/dist/spring-flo.js +++ b/dist/spring-flo.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -10082,7 +10082,7 @@ define('codemirror', ['codemirror/lib/codemirror'], function (main) { return mai * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -10283,7 +10283,7 @@ define('controllers/dsl-editor',['require','angular','codemirror','codemirror/ad * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -25905,7 +25905,7 @@ define("jshint", ["lodash"], function(){}); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -26091,7 +26091,7 @@ define('controllers/code-editor',['require','angular','codemirror','codemirror/m * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -26128,7 +26128,7 @@ define('directives/code-editor',['controllers/code-editor'],function () { * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -26739,7 +26739,7 @@ define('common/shapes-factory',['joint', 'underscore'],function(joint, _) { * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -27276,7 +27276,7 @@ define('controllers/palette',['require','jquery','joint','common/shapes-factory' * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -27318,7 +27318,7 @@ define('directives/palette',['controllers/palette'],function () { * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -28117,7 +28117,7 @@ define('common/properties-manager',['require','underscore','codemirror','codemir * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -28177,7 +28177,7 @@ define('common/event-manager',[],function() { * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -29909,7 +29909,7 @@ define('controllers/graph-editor',['require','angular','joint','jquery','common/ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -29998,7 +29998,7 @@ define('directives/graph-editor',['controllers/graph-editor'],function () { * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -30105,7 +30105,7 @@ define('directives/generic-dsl-editor',['underscore','angular','codemirror','cod * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -30140,7 +30140,7 @@ define('floDirectives',['require','angular','directives/resizer','directives/dsl * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -30242,7 +30242,7 @@ define('floServices',['angular'], function (angular) { * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/dist/spring-flo.min.js b/dist/spring-flo.min.js index 76161f8..61bae77 100644 --- a/dist/spring-flo.min.js +++ b/dist/spring-flo.min.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -24,7 +24,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/gruntfile.js b/gruntfile.js index 08d5022..2ec80ec 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-sample/LICENSE.txt b/samples/spring-flo-sample/LICENSE.txt index d645695..62589ed 100644 --- a/samples/spring-flo-sample/LICENSE.txt +++ b/samples/spring-flo-sample/LICENSE.txt @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-sample/src/main/java/org/springframework/flo/Application.java b/samples/spring-flo-sample/src/main/java/org/springframework/flo/Application.java index 2497283..0b41d64 100755 --- a/samples/spring-flo-sample/src/main/java/org/springframework/flo/Application.java +++ b/samples/spring-flo-sample/src/main/java/org/springframework/flo/Application.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-sample/src/main/resources/static/js/editor-service.js b/samples/spring-flo-sample/src/main/resources/static/js/editor-service.js index 0d6e0cc..a1847b9 100644 --- a/samples/spring-flo-sample/src/main/resources/static/js/editor-service.js +++ b/samples/spring-flo-sample/src/main/resources/static/js/editor-service.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-sample/src/main/resources/static/js/graph-to-text.js b/samples/spring-flo-sample/src/main/resources/static/js/graph-to-text.js index cb375bb..3094c58 100644 --- a/samples/spring-flo-sample/src/main/resources/static/js/graph-to-text.js +++ b/samples/spring-flo-sample/src/main/resources/static/js/graph-to-text.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-sample/src/main/resources/static/js/main.js b/samples/spring-flo-sample/src/main/resources/static/js/main.js index 5255b3b..4727872 100755 --- a/samples/spring-flo-sample/src/main/resources/static/js/main.js +++ b/samples/spring-flo-sample/src/main/resources/static/js/main.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-sample/src/main/resources/static/js/metamodel-service.js b/samples/spring-flo-sample/src/main/resources/static/js/metamodel-service.js index 609bfe7..738211b 100644 --- a/samples/spring-flo-sample/src/main/resources/static/js/metamodel-service.js +++ b/samples/spring-flo-sample/src/main/resources/static/js/metamodel-service.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-sample/src/main/resources/static/js/render-service.js b/samples/spring-flo-sample/src/main/resources/static/js/render-service.js index 687a440..5b45bf9 100644 --- a/samples/spring-flo-sample/src/main/resources/static/js/render-service.js +++ b/samples/spring-flo-sample/src/main/resources/static/js/render-service.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-sample/src/main/resources/static/js/sample-app.js b/samples/spring-flo-sample/src/main/resources/static/js/sample-app.js index 5500cda..12a4b18 100644 --- a/samples/spring-flo-sample/src/main/resources/static/js/sample-app.js +++ b/samples/spring-flo-sample/src/main/resources/static/js/sample-app.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-sample/src/main/resources/static/js/text-to-graph.js b/samples/spring-flo-sample/src/main/resources/static/js/text-to-graph.js index 98b85d4..b7f1c85 100644 --- a/samples/spring-flo-sample/src/main/resources/static/js/text-to-graph.js +++ b/samples/spring-flo-sample/src/main/resources/static/js/text-to-graph.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-si/LICENSE.txt b/samples/spring-flo-si/LICENSE.txt index d645695..62589ed 100644 --- a/samples/spring-flo-si/LICENSE.txt +++ b/samples/spring-flo-si/LICENSE.txt @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-si/src/main/java/org/springframework/flo/Application.java b/samples/spring-flo-si/src/main/java/org/springframework/flo/Application.java index df6784f..f6c7479 100755 --- a/samples/spring-flo-si/src/main/java/org/springframework/flo/Application.java +++ b/samples/spring-flo-si/src/main/java/org/springframework/flo/Application.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-si/src/main/resources/static/js/editor-service.js b/samples/spring-flo-si/src/main/resources/static/js/editor-service.js index 0fa4e11..8581ea6 100644 --- a/samples/spring-flo-si/src/main/resources/static/js/editor-service.js +++ b/samples/spring-flo-si/src/main/resources/static/js/editor-service.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-si/src/main/resources/static/js/flosi-app.js b/samples/spring-flo-si/src/main/resources/static/js/flosi-app.js index 25278fa..0baf3b8 100644 --- a/samples/spring-flo-si/src/main/resources/static/js/flosi-app.js +++ b/samples/spring-flo-si/src/main/resources/static/js/flosi-app.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-si/src/main/resources/static/js/graph-to-text.js b/samples/spring-flo-si/src/main/resources/static/js/graph-to-text.js index cb375bb..3094c58 100644 --- a/samples/spring-flo-si/src/main/resources/static/js/graph-to-text.js +++ b/samples/spring-flo-si/src/main/resources/static/js/graph-to-text.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-si/src/main/resources/static/js/main.js b/samples/spring-flo-si/src/main/resources/static/js/main.js index 24733bd..9d0db2a 100755 --- a/samples/spring-flo-si/src/main/resources/static/js/main.js +++ b/samples/spring-flo-si/src/main/resources/static/js/main.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-si/src/main/resources/static/js/metamodel-service.js b/samples/spring-flo-si/src/main/resources/static/js/metamodel-service.js index 4f5d7b3..b517b5c 100644 --- a/samples/spring-flo-si/src/main/resources/static/js/metamodel-service.js +++ b/samples/spring-flo-si/src/main/resources/static/js/metamodel-service.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-si/src/main/resources/static/js/render-service.js b/samples/spring-flo-si/src/main/resources/static/js/render-service.js index e54d5af..c5d1390 100644 --- a/samples/spring-flo-si/src/main/resources/static/js/render-service.js +++ b/samples/spring-flo-si/src/main/resources/static/js/render-service.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-si/src/main/resources/static/js/text-to-graph.js b/samples/spring-flo-si/src/main/resources/static/js/text-to-graph.js index 8a7bf91..852656b 100644 --- a/samples/spring-flo-si/src/main/resources/static/js/text-to-graph.js +++ b/samples/spring-flo-si/src/main/resources/static/js/text-to-graph.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/spring-flo-si/src/main/resources/static/js/update-graph.js b/samples/spring-flo-si/src/main/resources/static/js/update-graph.js index 841aa91..5b85686 100644 --- a/samples/spring-flo-si/src/main/resources/static/js/update-graph.js +++ b/samples/spring-flo-si/src/main/resources/static/js/update-graph.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/app.js b/src/app.js index cc5b4e9..dcef27c 100644 --- a/src/app.js +++ b/src/app.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/common/event-manager.js b/src/common/event-manager.js index 6c2fcb2..aea6c79 100644 --- a/src/common/event-manager.js +++ b/src/common/event-manager.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/common/properties-manager.js b/src/common/properties-manager.js index 846ca9e..3977eee 100755 --- a/src/common/properties-manager.js +++ b/src/common/properties-manager.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/common/shapes-factory.js b/src/common/shapes-factory.js index ad75ea3..69650e9 100755 --- a/src/common/shapes-factory.js +++ b/src/common/shapes-factory.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/controllers/code-editor.js b/src/controllers/code-editor.js index 7c66ca7..601f1ec 100644 --- a/src/controllers/code-editor.js +++ b/src/controllers/code-editor.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/controllers/dsl-editor.js b/src/controllers/dsl-editor.js index c8c8411..e6364b1 100644 --- a/src/controllers/dsl-editor.js +++ b/src/controllers/dsl-editor.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/controllers/graph-editor.js b/src/controllers/graph-editor.js index aeae02a..81d171a 100755 --- a/src/controllers/graph-editor.js +++ b/src/controllers/graph-editor.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/controllers/palette.js b/src/controllers/palette.js index 1ce8a30..580eb9a 100755 --- a/src/controllers/palette.js +++ b/src/controllers/palette.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/directives.js b/src/directives.js index 1a9881a..469c69f 100644 --- a/src/directives.js +++ b/src/directives.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/directives/code-editor.js b/src/directives/code-editor.js index 96fa9bf..e020afd 100644 --- a/src/directives/code-editor.js +++ b/src/directives/code-editor.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/directives/dsl-editor.js b/src/directives/dsl-editor.js index 4d382f9..3ac1aaf 100644 --- a/src/directives/dsl-editor.js +++ b/src/directives/dsl-editor.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/directives/generic-dsl-editor.js b/src/directives/generic-dsl-editor.js index 5da1369..56fa5a7 100644 --- a/src/directives/generic-dsl-editor.js +++ b/src/directives/generic-dsl-editor.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/directives/graph-editor.js b/src/directives/graph-editor.js index 5d3ef5c..ddc4d39 100644 --- a/src/directives/graph-editor.js +++ b/src/directives/graph-editor.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/directives/palette.js b/src/directives/palette.js index 4953e7d..6d33876 100644 --- a/src/directives/palette.js +++ b/src/directives/palette.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/directives/resizer.js b/src/directives/resizer.js index ee482f5..76613cb 100644 --- a/src/directives/resizer.js +++ b/src/directives/resizer.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main.js b/src/main.js index c3c3fb4..1b05391 100755 --- a/src/main.js +++ b/src/main.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/services.js b/src/services.js index f270753..f4edad8 100644 --- a/src/services.js +++ b/src/services.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tests/resources/editor-service.js b/tests/resources/editor-service.js index de03eae..4e670b8 100644 --- a/tests/resources/editor-service.js +++ b/tests/resources/editor-service.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tests/resources/graph-to-text.js b/tests/resources/graph-to-text.js index df83b61..5443c27 100644 --- a/tests/resources/graph-to-text.js +++ b/tests/resources/graph-to-text.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tests/resources/metamodel-service.js b/tests/resources/metamodel-service.js index cadc698..21c2fc9 100644 --- a/tests/resources/metamodel-service.js +++ b/tests/resources/metamodel-service.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tests/resources/render-service.js b/tests/resources/render-service.js index e903a77..64b152c 100644 --- a/tests/resources/render-service.js +++ b/tests/resources/render-service.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tests/spec/flo-spec.js b/tests/spec/flo-spec.js index 8748d5b..0015de7 100644 --- a/tests/spec/flo-spec.js +++ b/tests/spec/flo-spec.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tests/spec/test1-spec.js b/tests/spec/test1-spec.js index 74104a9..83f2beb 100644 --- a/tests/spec/test1-spec.js +++ b/tests/spec/test1-spec.js @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,