From 43a36edf336aaea0af495e5a47de121c29063267 Mon Sep 17 00:00:00 2001 From: olaszakos Date: Fri, 25 Jun 2021 15:17:54 +0200 Subject: [PATCH 1/2] Remove note about open-sourcing Motoko --- doc/modules/language-guide/pages/motoko.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/modules/language-guide/pages/motoko.adoc b/doc/modules/language-guide/pages/motoko.adoc index 0dc8a4fdf8d..c06949b1f45 100644 --- a/doc/modules/language-guide/pages/motoko.adoc +++ b/doc/modules/language-guide/pages/motoko.adoc @@ -18,7 +18,6 @@ Check back regularly to try new features and see what's changed. The {proglang} programming language is a new, modern, type-sound language designed for developers who want to build the next generation of apps and services to run directly on the internet. Motoko is specifically designed to support the unique features of the Internet Computer and to provide a familiar yet robust programming environment. As a new language {proglang} is constantly evolving with support for new features and improvements. -Keep checking back for updates and for the announcement of the {proglang} becoming available as an open source project. [.cards.cards-4.personas.conceal-title] {empty} From 2fdcd1156e388ba209e9884eae540ac5bda267b1 Mon Sep 17 00:00:00 2001 From: olaszakos Date: Fri, 25 Jun 2021 17:33:59 +0200 Subject: [PATCH 2/2] Update doc/modules/language-guide/pages/motoko.adoc Co-authored-by: Claudio Russo --- doc/modules/language-guide/pages/motoko.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/modules/language-guide/pages/motoko.adoc b/doc/modules/language-guide/pages/motoko.adoc index c06949b1f45..6e2a9d03e14 100644 --- a/doc/modules/language-guide/pages/motoko.adoc +++ b/doc/modules/language-guide/pages/motoko.adoc @@ -19,6 +19,8 @@ The {proglang} programming language is a new, modern, type-sound language design Motoko is specifically designed to support the unique features of the Internet Computer and to provide a familiar yet robust programming environment. As a new language {proglang} is constantly evolving with support for new features and improvements. +The Motoko compiler, documentation and other tooling is https://github.com/dfinity/motoko[open source] and released under the Apache 2.0 license. Contributions are welcome. + [.cards.cards-4.personas.conceal-title] {empty} @@ -122,4 +124,3 @@ Our goal is to enable any language (with a compiler that targets WebAssembly) to with other, perhaps foreign, canisters through language neutral Candid interfaces. Its tailored design means {proglang} should be the easiest and safest language for coding on the {IC}, at least for the forseeable future. -