From c4e231373939c75574d4d1e13b6e4c8b86e91d5c Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Thu, 25 Apr 2019 14:06:21 -0700 Subject: [PATCH] Make LICENSE a link so it can be clicked when used in projects --- .../docker-compose/.devcontainer/Dockerfile | 6 +++--- .../docker-compose/.devcontainer/docker-compose.yml | 6 +++--- container-templates/dockerfile/.devcontainer/Dockerfile | 6 +++--- containers/azure-cli/.devcontainer/Dockerfile | 6 +++--- containers/azure-cli/test-project/scripting.azcli | 5 +++++ .../.devcontainer/Dockerfile | 6 +++--- .../.devcontainer/Dockerfile | 6 +++--- containers/azure-functions-java-8/.devcontainer/Dockerfile | 6 +++--- .../src/main/java/com/mycompany/app/Function.java | 5 +++++ containers/azure-functions-node-8/.devcontainer/Dockerfile | 6 +++--- .../azure-functions-node-lts/.devcontainer/Dockerfile | 6 +++--- .../.devcontainer/Dockerfile | 6 +++--- containers/azure-terraform/.devcontainer/Dockerfile | 6 +++--- containers/cpp/.devcontainer/Dockerfile | 6 +++--- containers/cpp/test-project/main.cpp | 7 +++---- containers/dart/.devcontainer/Dockerfile | 6 +++--- containers/dart/test-project/analysis_options.yaml | 5 +++++ containers/dart/test-project/pubspec.yaml | 5 +++++ containers/dart/test-project/server.dart | 5 +++++ containers/debian-9-git/.devcontainer/Dockerfile | 6 +++--- .../.devcontainer/docker-compose.yml | 6 +++--- .../docker-in-docker-compose/.devcontainer/Dockerfile | 6 +++--- .../.devcontainer/docker-compose.yml | 6 +++--- containers/docker-in-docker/.devcontainer/Dockerfile | 6 +++--- containers/dotnetcore-2.1-fsharp/.devcontainer/Dockerfile | 6 +++--- containers/dotnetcore-2.1-fsharp/test-project/Program.fs | 6 +++--- containers/dotnetcore-2.1/.devcontainer/Dockerfile | 6 +++--- containers/dotnetcore-2.1/test-project/Program.cs | 6 +++--- .../dotnetcore-latest-fsharp/.devcontainer/Dockerfile | 6 +++--- .../dotnetcore-latest-fsharp/test-project/Program.fs | 2 +- containers/dotnetcore-latest/.devcontainer/Dockerfile | 6 +++--- containers/dotnetcore-latest/test-project/Program.cs | 6 +++--- containers/go/.devcontainer/Dockerfile | 6 +++--- containers/go/test-project/hello.go | 6 +++--- containers/java-11/.devcontainer/Dockerfile | 6 +++--- .../test-project/src/main/java/com/mycompany/app/App.java | 6 +++--- .../java-11/test-project/src/main/java/module-info.java | 5 +++++ .../src/test/java/com/mycompany/app/AppTest.java | 5 +++++ containers/java-12/.devcontainer/Dockerfile | 6 +++--- .../test-project/src/main/java/com/mycompany/app/App.java | 6 +++--- .../src/test/java/com/mycompany/app/AppTest.java | 5 +++++ containers/java-8/.devcontainer/Dockerfile | 6 +++--- .../test-project/src/main/java/com/mycompany/app/App.java | 6 +++--- .../src/test/java/com/mycompany/app/AppTest.java | 5 +++++ containers/javascript-node-8/.devcontainer/Dockerfile | 6 +++--- containers/javascript-node-8/test-project/server.js | 6 +++--- .../javascript-node-lts-mongo/.devcontainer/Dockerfile | 6 +++--- .../.devcontainer/docker-compose.yml | 6 +++--- .../javascript-node-lts-mongo/test-project/server.js | 6 +++--- containers/javascript-node-lts/.devcontainer/Dockerfile | 6 +++--- containers/javascript-node-lts/test-project/server.js | 6 +++--- containers/kubernetes-helm/.devcontainer/Dockerfile | 6 +++--- containers/markdown/.devcontainer/Dockerfile | 6 +++--- containers/markdown/vscode-docs | 1 - containers/php-7/.devcontainer/Dockerfile | 6 +++--- containers/php-7/test-project/main.php | 6 +++--- containers/powershell/.devcontainer/Dockerfile | 6 +++--- containers/powershell/test-project/hello.ps1 | 7 +++---- containers/python-2/.devcontainer/Dockerfile | 6 +++--- containers/python-2/test-project/hello.py | 7 +++---- containers/python-3-anaconda/.devcontainer/Dockerfile | 6 +++--- containers/python-3-anaconda/test-project/hello.py | 5 +++++ containers/python-3-miniconda/.devcontainer/Dockerfile | 6 +++--- containers/python-3-miniconda/test-project/hello.py | 5 +++++ containers/python-3-postgres/.devcontainer/Dockerfile | 6 +++--- containers/python-3-postgres/test-project/manage.py | 6 +++--- .../python-3-postgres/test-project/web_project/settings.py | 6 +++--- .../python-3-postgres/test-project/web_project/urls.py | 6 +++--- .../python-3-postgres/test-project/web_project/wsgi.py | 6 +++--- containers/python-3/.devcontainer/Dockerfile | 6 +++--- containers/python-3/test-project/hello.py | 6 +++--- containers/ruby-2/.devcontainer/Dockerfile | 6 +++--- containers/ruby-2/test-project/hello.rb | 6 +++--- containers/rust/.devcontainer/Dockerfile | 6 +++--- containers/rust/test-project/src/main.rs | 7 +++---- containers/swift-4/.devcontainer/Dockerfile | 6 +++--- containers/swift-4/test-project/Package.swift | 6 +++--- containers/swift-4/test-project/Sources/main.swift | 6 +++--- containers/typescript-node-8/.devcontainer/Dockerfile | 6 +++--- containers/typescript-node-8/test-project/src/server.ts | 6 +++--- containers/typescript-node-lts/.devcontainer/Dockerfile | 6 +++--- containers/typescript-node-lts/test-project/src/server.ts | 6 +++--- containers/ubuntu-18.04-git/.devcontainer/Dockerfile | 6 +++--- .../github.com/angular/angular/.devcontainer/Dockerfile | 6 +++--- .../TensorFlow-Examples/.devcontainer/Dockerfile | 6 +++--- .../barryclark/jekyll-now/.devcontainer/Dockerfile | 6 +++--- .../github.com/django/django/.devcontainer/Dockerfile | 6 +++--- .../spmallick/learnopencv/.devcontainer/Dockerfile | 6 +++--- 88 files changed, 281 insertions(+), 231 deletions(-) delete mode 160000 containers/markdown/vscode-docs diff --git a/container-templates/docker-compose/.devcontainer/Dockerfile b/container-templates/docker-compose/.devcontainer/Dockerfile index 7404669802..83dbc265d3 100644 --- a/container-templates/docker-compose/.devcontainer/Dockerfile +++ b/container-templates/docker-compose/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- # ************************************************************************** # * Note: A dev-container.dockerfile is optional when using Docker Compose * diff --git a/container-templates/docker-compose/.devcontainer/docker-compose.yml b/container-templates/docker-compose/.devcontainer/docker-compose.yml index e17cb55ad4..d276d8838d 100644 --- a/container-templates/docker-compose/.devcontainer/docker-compose.yml +++ b/container-templates/docker-compose/.devcontainer/docker-compose.yml @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- version: '3' services: diff --git a/container-templates/dockerfile/.devcontainer/Dockerfile b/container-templates/dockerfile/.devcontainer/Dockerfile index f6fe8d71e4..228f3eb2c7 100644 --- a/container-templates/dockerfile/.devcontainer/Dockerfile +++ b/container-templates/dockerfile/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- # Debian and Ubuntu based images are supported. Alpine images are not yet supported. FROM debian:9 diff --git a/containers/azure-cli/.devcontainer/Dockerfile b/containers/azure-cli/.devcontainer/Dockerfile index bc85d74bb3..8af1503fca 100644 --- a/containers/azure-cli/.devcontainer/Dockerfile +++ b/containers/azure-cli/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM debian:9 diff --git a/containers/azure-cli/test-project/scripting.azcli b/containers/azure-cli/test-project/scripting.azcli index dd5732ef4d..1ee1fdb5f2 100644 --- a/containers/azure-cli/test-project/scripting.azcli +++ b/containers/azure-cli/test-project/scripting.azcli @@ -1,3 +1,8 @@ +#------------------------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- + az login az account list -o table az account set -s 'Try Out Subscription' diff --git a/containers/azure-functions-dotnetcore-2.1/.devcontainer/Dockerfile b/containers/azure-functions-dotnetcore-2.1/.devcontainer/Dockerfile index cb9606d280..a856c68631 100644 --- a/containers/azure-functions-dotnetcore-2.1/.devcontainer/Dockerfile +++ b/containers/azure-functions-dotnetcore-2.1/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM mcr.microsoft.com/dotnet/core/sdk:2.1 diff --git a/containers/azure-functions-dotnetcore-latest/.devcontainer/Dockerfile b/containers/azure-functions-dotnetcore-latest/.devcontainer/Dockerfile index fb772c7d80..80595562e2 100644 --- a/containers/azure-functions-dotnetcore-latest/.devcontainer/Dockerfile +++ b/containers/azure-functions-dotnetcore-latest/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM mcr.microsoft.com/dotnet/core/sdk:latest diff --git a/containers/azure-functions-java-8/.devcontainer/Dockerfile b/containers/azure-functions-java-8/.devcontainer/Dockerfile index 671eebfbf0..83db9cc7ad 100644 --- a/containers/azure-functions-java-8/.devcontainer/Dockerfile +++ b/containers/azure-functions-java-8/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM maven:3-jdk-8 diff --git a/containers/azure-functions-java-8/test-project/src/main/java/com/mycompany/app/Function.java b/containers/azure-functions-java-8/test-project/src/main/java/com/mycompany/app/Function.java index fa53a9cd98..1e568f2edc 100644 --- a/containers/azure-functions-java-8/test-project/src/main/java/com/mycompany/app/Function.java +++ b/containers/azure-functions-java-8/test-project/src/main/java/com/mycompany/app/Function.java @@ -1,3 +1,8 @@ +/*-------------------------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. + *-------------------------------------------------------------------------------------------------------------*/ + package com.mycompany.app; import java.util.*; diff --git a/containers/azure-functions-node-8/.devcontainer/Dockerfile b/containers/azure-functions-node-8/.devcontainer/Dockerfile index 6dd3401873..56f6c11fed 100644 --- a/containers/azure-functions-node-8/.devcontainer/Dockerfile +++ b/containers/azure-functions-node-8/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM mcr.microsoft.com/dotnet/core/sdk:2.1 diff --git a/containers/azure-functions-node-lts/.devcontainer/Dockerfile b/containers/azure-functions-node-lts/.devcontainer/Dockerfile index d7b1f3e81b..00200b2040 100644 --- a/containers/azure-functions-node-lts/.devcontainer/Dockerfile +++ b/containers/azure-functions-node-lts/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM mcr.microsoft.com/dotnet/core/sdk:2.1 diff --git a/containers/azure-machine-learning-python-3/.devcontainer/Dockerfile b/containers/azure-machine-learning-python-3/.devcontainer/Dockerfile index e34f157064..dbcc825d54 100644 --- a/containers/azure-machine-learning-python-3/.devcontainer/Dockerfile +++ b/containers/azure-machine-learning-python-3/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM python:3 diff --git a/containers/azure-terraform/.devcontainer/Dockerfile b/containers/azure-terraform/.devcontainer/Dockerfile index 5443a475ad..1d3686f1f9 100644 --- a/containers/azure-terraform/.devcontainer/Dockerfile +++ b/containers/azure-terraform/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- # Pick any base image, but if you select node, skip installing node. 😊 FROM debian:9 diff --git a/containers/cpp/.devcontainer/Dockerfile b/containers/cpp/.devcontainer/Dockerfile index a68782b562..b0f899a838 100644 --- a/containers/cpp/.devcontainer/Dockerfile +++ b/containers/cpp/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM debian:9 diff --git a/containers/cpp/test-project/main.cpp b/containers/cpp/test-project/main.cpp index 96e0bcb3c0..fa05dca72b 100644 --- a/containers/cpp/test-project/main.cpp +++ b/containers/cpp/test-project/main.cpp @@ -1,8 +1,7 @@ -/*---------------------------------------------------------------------------------------- +/*------------------------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See LICENSE in the project root for license information. - *---------------------------------------------------------------------------------------*/ - + * Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. + *-------------------------------------------------------------------------------------------------------------*/ #include using namespace std; diff --git a/containers/dart/.devcontainer/Dockerfile b/containers/dart/.devcontainer/Dockerfile index 758254c413..527e428476 100644 --- a/containers/dart/.devcontainer/Dockerfile +++ b/containers/dart/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM google/dart:2 diff --git a/containers/dart/test-project/analysis_options.yaml b/containers/dart/test-project/analysis_options.yaml index 108d1058ac..d5105e6f22 100644 --- a/containers/dart/test-project/analysis_options.yaml +++ b/containers/dart/test-project/analysis_options.yaml @@ -1 +1,6 @@ +#------------------------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- + include: package:pedantic/analysis_options.yaml diff --git a/containers/dart/test-project/pubspec.yaml b/containers/dart/test-project/pubspec.yaml index 9ede9b9817..5f3b44b037 100644 --- a/containers/dart/test-project/pubspec.yaml +++ b/containers/dart/test-project/pubspec.yaml @@ -1,3 +1,8 @@ +#------------------------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- + name: testproject description: A test project diff --git a/containers/dart/test-project/server.dart b/containers/dart/test-project/server.dart index 3af5e57ded..1b7512b58f 100644 --- a/containers/dart/test-project/server.dart +++ b/containers/dart/test-project/server.dart @@ -1,3 +1,8 @@ +/*-------------------------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. + *-------------------------------------------------------------------------------------------------------------*/ + import 'dart:io'; Future main() async { diff --git a/containers/debian-9-git/.devcontainer/Dockerfile b/containers/debian-9-git/.devcontainer/Dockerfile index 739a52bceb..82591d1fd8 100644 --- a/containers/debian-9-git/.devcontainer/Dockerfile +++ b/containers/debian-9-git/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM debian:9 # Configure apt diff --git a/containers/docker-existing-docker-compose/.devcontainer/docker-compose.yml b/containers/docker-existing-docker-compose/.devcontainer/docker-compose.yml index eb6ee47a65..1f38eefee3 100644 --- a/containers/docker-existing-docker-compose/.devcontainer/docker-compose.yml +++ b/containers/docker-existing-docker-compose/.devcontainer/docker-compose.yml @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- version: '3' services: diff --git a/containers/docker-in-docker-compose/.devcontainer/Dockerfile b/containers/docker-in-docker-compose/.devcontainer/Dockerfile index 11c332c389..6f21c21256 100644 --- a/containers/docker-in-docker-compose/.devcontainer/Dockerfile +++ b/containers/docker-in-docker-compose/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- # Note: You can use any Debian/Ubuntu based image you want. FROM debian:9 diff --git a/containers/docker-in-docker-compose/.devcontainer/docker-compose.yml b/containers/docker-in-docker-compose/.devcontainer/docker-compose.yml index ccecaf593a..637c465ea4 100644 --- a/containers/docker-in-docker-compose/.devcontainer/docker-compose.yml +++ b/containers/docker-in-docker-compose/.devcontainer/docker-compose.yml @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- version: '3' services: diff --git a/containers/docker-in-docker/.devcontainer/Dockerfile b/containers/docker-in-docker/.devcontainer/Dockerfile index dd30feeb66..20fe10a302 100644 --- a/containers/docker-in-docker/.devcontainer/Dockerfile +++ b/containers/docker-in-docker/.devcontainer/Dockerfile @@ -1,8 +1,8 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- # Note: You can use any Debian/Ubuntu based image you want. FROM debian:9 diff --git a/containers/dotnetcore-2.1-fsharp/.devcontainer/Dockerfile b/containers/dotnetcore-2.1-fsharp/.devcontainer/Dockerfile index f517fc5ec8..98833eeb63 100644 --- a/containers/dotnetcore-2.1-fsharp/.devcontainer/Dockerfile +++ b/containers/dotnetcore-2.1-fsharp/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM mcr.microsoft.com/dotnet/core/sdk:2.1 diff --git a/containers/dotnetcore-2.1-fsharp/test-project/Program.fs b/containers/dotnetcore-2.1-fsharp/test-project/Program.fs index 6550eb6a60..c992232a18 100644 --- a/containers/dotnetcore-2.1-fsharp/test-project/Program.fs +++ b/containers/dotnetcore-2.1-fsharp/test-project/Program.fs @@ -1,7 +1,7 @@ -//---------------------------------------------------------------------------------------- +//------------------------------------------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. -// ---------------------------------------------------------------------------------------- +// Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +// ------------------------------------------------------------------------------------------------------------ open System diff --git a/containers/dotnetcore-2.1/.devcontainer/Dockerfile b/containers/dotnetcore-2.1/.devcontainer/Dockerfile index 8cd08d488d..48334af169 100644 --- a/containers/dotnetcore-2.1/.devcontainer/Dockerfile +++ b/containers/dotnetcore-2.1/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM mcr.microsoft.com/dotnet/core/sdk:2.1 diff --git a/containers/dotnetcore-2.1/test-project/Program.cs b/containers/dotnetcore-2.1/test-project/Program.cs index 07b2a4d124..d11da7c459 100644 --- a/containers/dotnetcore-2.1/test-project/Program.cs +++ b/containers/dotnetcore-2.1/test-project/Program.cs @@ -1,7 +1,7 @@ -/*---------------------------------------------------------------------------------------- +/*------------------------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See LICENSE in the project root for license information. - *---------------------------------------------------------------------------------------*/ + * Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. + *-------------------------------------------------------------------------------------------------------------*/ using System; using System.Linq; diff --git a/containers/dotnetcore-latest-fsharp/.devcontainer/Dockerfile b/containers/dotnetcore-latest-fsharp/.devcontainer/Dockerfile index 8451caddcb..ad20629337 100644 --- a/containers/dotnetcore-latest-fsharp/.devcontainer/Dockerfile +++ b/containers/dotnetcore-latest-fsharp/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM mcr.microsoft.com/dotnet/core/sdk:latest diff --git a/containers/dotnetcore-latest-fsharp/test-project/Program.fs b/containers/dotnetcore-latest-fsharp/test-project/Program.fs index 6550eb6a60..b8ec94d347 100644 --- a/containers/dotnetcore-latest-fsharp/test-project/Program.fs +++ b/containers/dotnetcore-latest-fsharp/test-project/Program.fs @@ -1,6 +1,6 @@ //---------------------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. +// Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. // ---------------------------------------------------------------------------------------- open System diff --git a/containers/dotnetcore-latest/.devcontainer/Dockerfile b/containers/dotnetcore-latest/.devcontainer/Dockerfile index 92c1899870..4b38ed0e04 100644 --- a/containers/dotnetcore-latest/.devcontainer/Dockerfile +++ b/containers/dotnetcore-latest/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM mcr.microsoft.com/dotnet/core/sdk:latest diff --git a/containers/dotnetcore-latest/test-project/Program.cs b/containers/dotnetcore-latest/test-project/Program.cs index 07b2a4d124..d11da7c459 100644 --- a/containers/dotnetcore-latest/test-project/Program.cs +++ b/containers/dotnetcore-latest/test-project/Program.cs @@ -1,7 +1,7 @@ -/*---------------------------------------------------------------------------------------- +/*------------------------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See LICENSE in the project root for license information. - *---------------------------------------------------------------------------------------*/ + * Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. + *-------------------------------------------------------------------------------------------------------------*/ using System; using System.Linq; diff --git a/containers/go/.devcontainer/Dockerfile b/containers/go/.devcontainer/Dockerfile index e078b0898f..b7db948bb0 100644 --- a/containers/go/.devcontainer/Dockerfile +++ b/containers/go/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM golang:1 diff --git a/containers/go/test-project/hello.go b/containers/go/test-project/hello.go index ffc1a3ac7a..6838b6265a 100644 --- a/containers/go/test-project/hello.go +++ b/containers/go/test-project/hello.go @@ -1,7 +1,7 @@ -/*---------------------------------------------------------------------------------------- +/*------------------------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See LICENSE in the project root for license information. - *---------------------------------------------------------------------------------------*/ + * Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. + *-------------------------------------------------------------------------------------------------------------*/ package main import "fmt" diff --git a/containers/java-11/.devcontainer/Dockerfile b/containers/java-11/.devcontainer/Dockerfile index c3134d04e9..ca5965b3b2 100644 --- a/containers/java-11/.devcontainer/Dockerfile +++ b/containers/java-11/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM maven:3-jdk-11 diff --git a/containers/java-11/test-project/src/main/java/com/mycompany/app/App.java b/containers/java-11/test-project/src/main/java/com/mycompany/app/App.java index 15d9aba0c4..357d9f90c2 100644 --- a/containers/java-11/test-project/src/main/java/com/mycompany/app/App.java +++ b/containers/java-11/test-project/src/main/java/com/mycompany/app/App.java @@ -1,7 +1,7 @@ -/*---------------------------------------------------------------------------------------- +/*------------------------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See LICENSE in the project root for license information. - *---------------------------------------------------------------------------------------*/ + * Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. + *-------------------------------------------------------------------------------------------------------------*/ package com.mycompany.app; diff --git a/containers/java-11/test-project/src/main/java/module-info.java b/containers/java-11/test-project/src/main/java/module-info.java index 602319b2b0..fdde3e1f12 100644 --- a/containers/java-11/test-project/src/main/java/module-info.java +++ b/containers/java-11/test-project/src/main/java/module-info.java @@ -1,3 +1,8 @@ +/*-------------------------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. + *-------------------------------------------------------------------------------------------------------------*/ + module mymodule { requires java.base; requires java.xml; diff --git a/containers/java-11/test-project/src/test/java/com/mycompany/app/AppTest.java b/containers/java-11/test-project/src/test/java/com/mycompany/app/AppTest.java index a315bb5b36..7b48ad4b48 100644 --- a/containers/java-11/test-project/src/test/java/com/mycompany/app/AppTest.java +++ b/containers/java-11/test-project/src/test/java/com/mycompany/app/AppTest.java @@ -1,3 +1,8 @@ +/*-------------------------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. + *-------------------------------------------------------------------------------------------------------------*/ + package com.mycompany.app; import org.junit.Test; diff --git a/containers/java-12/.devcontainer/Dockerfile b/containers/java-12/.devcontainer/Dockerfile index f773e24aab..79ff1638eb 100644 --- a/containers/java-12/.devcontainer/Dockerfile +++ b/containers/java-12/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM maven:3-jdk-12 diff --git a/containers/java-12/test-project/src/main/java/com/mycompany/app/App.java b/containers/java-12/test-project/src/main/java/com/mycompany/app/App.java index a72ca38b25..bda102bad6 100644 --- a/containers/java-12/test-project/src/main/java/com/mycompany/app/App.java +++ b/containers/java-12/test-project/src/main/java/com/mycompany/app/App.java @@ -1,7 +1,7 @@ -/*---------------------------------------------------------------------------------------- +/*------------------------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See LICENSE in the project root for license information. - *---------------------------------------------------------------------------------------*/ + * Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. + *-------------------------------------------------------------------------------------------------------------*/ package com.mycompany.app; diff --git a/containers/java-12/test-project/src/test/java/com/mycompany/app/AppTest.java b/containers/java-12/test-project/src/test/java/com/mycompany/app/AppTest.java index a315bb5b36..7b48ad4b48 100644 --- a/containers/java-12/test-project/src/test/java/com/mycompany/app/AppTest.java +++ b/containers/java-12/test-project/src/test/java/com/mycompany/app/AppTest.java @@ -1,3 +1,8 @@ +/*-------------------------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. + *-------------------------------------------------------------------------------------------------------------*/ + package com.mycompany.app; import org.junit.Test; diff --git a/containers/java-8/.devcontainer/Dockerfile b/containers/java-8/.devcontainer/Dockerfile index 1da1e27b52..68702e8986 100644 --- a/containers/java-8/.devcontainer/Dockerfile +++ b/containers/java-8/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM maven:3-jdk-8 diff --git a/containers/java-8/test-project/src/main/java/com/mycompany/app/App.java b/containers/java-8/test-project/src/main/java/com/mycompany/app/App.java index 3abe078561..f58adbe48b 100644 --- a/containers/java-8/test-project/src/main/java/com/mycompany/app/App.java +++ b/containers/java-8/test-project/src/main/java/com/mycompany/app/App.java @@ -1,7 +1,7 @@ -/*---------------------------------------------------------------------------------------- +/*------------------------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See LICENSE in the project root for license information. - *---------------------------------------------------------------------------------------*/ + * Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. + *-------------------------------------------------------------------------------------------------------------*/ package com.mycompany.app; diff --git a/containers/java-8/test-project/src/test/java/com/mycompany/app/AppTest.java b/containers/java-8/test-project/src/test/java/com/mycompany/app/AppTest.java index a315bb5b36..7b48ad4b48 100644 --- a/containers/java-8/test-project/src/test/java/com/mycompany/app/AppTest.java +++ b/containers/java-8/test-project/src/test/java/com/mycompany/app/AppTest.java @@ -1,3 +1,8 @@ +/*-------------------------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. + *-------------------------------------------------------------------------------------------------------------*/ + package com.mycompany.app; import org.junit.Test; diff --git a/containers/javascript-node-8/.devcontainer/Dockerfile b/containers/javascript-node-8/.devcontainer/Dockerfile index a26ebd4cba..1ac69c6a74 100644 --- a/containers/javascript-node-8/.devcontainer/Dockerfile +++ b/containers/javascript-node-8/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM node:8 diff --git a/containers/javascript-node-8/test-project/server.js b/containers/javascript-node-8/test-project/server.js index f72376236f..234ae559c8 100644 --- a/containers/javascript-node-8/test-project/server.js +++ b/containers/javascript-node-8/test-project/server.js @@ -1,7 +1,7 @@ -/*--------------------------------------------------------------------------------------------- +/*--------------------------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ + * Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. + *--------------------------------------------------------------------------------------------------------------*/ 'use strict'; diff --git a/containers/javascript-node-lts-mongo/.devcontainer/Dockerfile b/containers/javascript-node-lts-mongo/.devcontainer/Dockerfile index 4b4fc36e7b..d9d78f20e3 100644 --- a/containers/javascript-node-lts-mongo/.devcontainer/Dockerfile +++ b/containers/javascript-node-lts-mongo/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM node:lts diff --git a/containers/javascript-node-lts-mongo/.devcontainer/docker-compose.yml b/containers/javascript-node-lts-mongo/.devcontainer/docker-compose.yml index ab676f5d9e..55fe252e5f 100644 --- a/containers/javascript-node-lts-mongo/.devcontainer/docker-compose.yml +++ b/containers/javascript-node-lts-mongo/.devcontainer/docker-compose.yml @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- version: '3' services: diff --git a/containers/javascript-node-lts-mongo/test-project/server.js b/containers/javascript-node-lts-mongo/test-project/server.js index 399a469c85..c2db3617f9 100644 --- a/containers/javascript-node-lts-mongo/test-project/server.js +++ b/containers/javascript-node-lts-mongo/test-project/server.js @@ -1,7 +1,7 @@ -/*--------------------------------------------------------------------------------------------- +/*-------------------------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ + * Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. + *-------------------------------------------------------------------------------------------------------------*/ 'use strict'; diff --git a/containers/javascript-node-lts/.devcontainer/Dockerfile b/containers/javascript-node-lts/.devcontainer/Dockerfile index 72558fb76e..35fa4f645f 100644 --- a/containers/javascript-node-lts/.devcontainer/Dockerfile +++ b/containers/javascript-node-lts/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM node:lts diff --git a/containers/javascript-node-lts/test-project/server.js b/containers/javascript-node-lts/test-project/server.js index f72376236f..6e6ae239ba 100644 --- a/containers/javascript-node-lts/test-project/server.js +++ b/containers/javascript-node-lts/test-project/server.js @@ -1,7 +1,7 @@ -/*--------------------------------------------------------------------------------------------- +/*-------------------------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ + * Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. + *-------------------------------------------------------------------------------------------------------------*/ 'use strict'; diff --git a/containers/kubernetes-helm/.devcontainer/Dockerfile b/containers/kubernetes-helm/.devcontainer/Dockerfile index 57f4d559df..c193e09aa6 100644 --- a/containers/kubernetes-helm/.devcontainer/Dockerfile +++ b/containers/kubernetes-helm/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- # You can use any Debian/Ubuntu based image as abase FROM debian:9 diff --git a/containers/markdown/.devcontainer/Dockerfile b/containers/markdown/.devcontainer/Dockerfile index 20846f708c..cf107072d7 100644 --- a/containers/markdown/.devcontainer/Dockerfile +++ b/containers/markdown/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM debian:9 diff --git a/containers/markdown/vscode-docs b/containers/markdown/vscode-docs deleted file mode 160000 index 6e6357ef08..0000000000 --- a/containers/markdown/vscode-docs +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6e6357ef08552370ffb284f7717af0e4223ab0d5 diff --git a/containers/php-7/.devcontainer/Dockerfile b/containers/php-7/.devcontainer/Dockerfile index 72b938fd4d..57991b9deb 100644 --- a/containers/php-7/.devcontainer/Dockerfile +++ b/containers/php-7/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ -#----------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See LICENSE in the project root for license information. -#----------------------------------------------------------------------------------------- +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +#------------------------------------------------------------------------------------------------------------- FROM php:7-cli diff --git a/containers/php-7/test-project/main.php b/containers/php-7/test-project/main.php index 7fba94ddb1..5ba4f78cb7 100644 --- a/containers/php-7/test-project/main.php +++ b/containers/php-7/test-project/main.php @@ -1,8 +1,8 @@