Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit c4e2313

Browse files
committed
Make LICENSE a link so it can be clicked when used in projects
1 parent e29d1c6 commit c4e2313

File tree

88 files changed

+281
-231
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+281
-231
lines changed

container-templates/docker-compose/.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#-----------------------------------------------------------------------------------------
1+
#-------------------------------------------------------------------------------------------------------------
22
# Copyright (c) Microsoft Corporation. All rights reserved.
3-
# Licensed under the MIT License. See LICENSE in the project root for license information.
4-
#-----------------------------------------------------------------------------------------
3+
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
4+
#-------------------------------------------------------------------------------------------------------------
55

66
# **************************************************************************
77
# * Note: A dev-container.dockerfile is optional when using Docker Compose *

container-templates/docker-compose/.devcontainer/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#-----------------------------------------------------------------------------------------
1+
#-------------------------------------------------------------------------------------------------------------
22
# Copyright (c) Microsoft Corporation. All rights reserved.
3-
# Licensed under the MIT License. See LICENSE in the project root for license information.
4-
#-----------------------------------------------------------------------------------------
3+
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
4+
#-------------------------------------------------------------------------------------------------------------
55

66
version: '3'
77
services:

container-templates/dockerfile/.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#-----------------------------------------------------------------------------------------
1+
#-------------------------------------------------------------------------------------------------------------
22
# Copyright (c) Microsoft Corporation. All rights reserved.
3-
# Licensed under the MIT License. See LICENSE in the project root for license information.
4-
#-----------------------------------------------------------------------------------------
3+
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
4+
#-------------------------------------------------------------------------------------------------------------
55

66
# Debian and Ubuntu based images are supported. Alpine images are not yet supported.
77
FROM debian:9

containers/azure-cli/.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#-----------------------------------------------------------------------------------------
1+
#-------------------------------------------------------------------------------------------------------------
22
# Copyright (c) Microsoft Corporation. All rights reserved.
3-
# Licensed under the MIT License. See LICENSE in the project root for license information.
4-
#-----------------------------------------------------------------------------------------
3+
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
4+
#-------------------------------------------------------------------------------------------------------------
55

66
FROM debian:9
77

containers/azure-cli/test-project/scripting.azcli

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#-------------------------------------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
4+
#-------------------------------------------------------------------------------------------------------------
5+
16
az login
27
az account list -o table
38
az account set -s 'Try Out Subscription'

containers/azure-functions-dotnetcore-2.1/.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#-----------------------------------------------------------------------------------------
1+
#-------------------------------------------------------------------------------------------------------------
22
# Copyright (c) Microsoft Corporation. All rights reserved.
3-
# Licensed under the MIT License. See LICENSE in the project root for license information.
4-
#-----------------------------------------------------------------------------------------
3+
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
4+
#-------------------------------------------------------------------------------------------------------------
55

66
FROM mcr.microsoft.com/dotnet/core/sdk:2.1
77

containers/azure-functions-dotnetcore-latest/.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#-----------------------------------------------------------------------------------------
1+
#-------------------------------------------------------------------------------------------------------------
22
# Copyright (c) Microsoft Corporation. All rights reserved.
3-
# Licensed under the MIT License. See LICENSE in the project root for license information.
4-
#-----------------------------------------------------------------------------------------
3+
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
4+
#-------------------------------------------------------------------------------------------------------------
55

66
FROM mcr.microsoft.com/dotnet/core/sdk:latest
77

containers/azure-functions-java-8/.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#-----------------------------------------------------------------------------------------
1+
#-------------------------------------------------------------------------------------------------------------
22
# Copyright (c) Microsoft Corporation. All rights reserved.
3-
# Licensed under the MIT License. See LICENSE in the project root for license information.
4-
#-----------------------------------------------------------------------------------------
3+
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
4+
#-------------------------------------------------------------------------------------------------------------
55

66
FROM maven:3-jdk-8
77

containers/azure-functions-java-8/test-project/src/main/java/com/mycompany/app/Function.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*--------------------------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
4+
*-------------------------------------------------------------------------------------------------------------*/
5+
16
package com.mycompany.app;
27

38
import java.util.*;

containers/azure-functions-node-8/.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#-----------------------------------------------------------------------------------------
1+
#-------------------------------------------------------------------------------------------------------------
22
# Copyright (c) Microsoft Corporation. All rights reserved.
3-
# Licensed under the MIT License. See LICENSE in the project root for license information.
4-
#-----------------------------------------------------------------------------------------
3+
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
4+
#-------------------------------------------------------------------------------------------------------------
55

66
FROM mcr.microsoft.com/dotnet/core/sdk:2.1
77

0 commit comments

Comments
 (0)