diff --git a/config/default.yaml b/config/default.yaml index 291f8b7..07f7d4a 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -1,2 +1,10 @@ +# +# Amsterdam Web Communities System +# Copyright (c) 2025 Erbosoft Metaverse Design Solutions, All Rights Reserved +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at https://mozilla.org/MPL/2.0/. +# site: title: "Amsterdam Web Communities System" diff --git a/docs/templates/yaml-header.txt b/docs/templates/yaml-header.txt new file mode 100644 index 0000000..120db81 --- /dev/null +++ b/docs/templates/yaml-header.txt @@ -0,0 +1,8 @@ +# +# Amsterdam Web Communities System +# Copyright (c) 2025 Erbosoft Metaverse Design Solutions, All Rights Reserved +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at https://mozilla.org/MPL/2.0/. +# diff --git a/server.go b/main.go similarity index 100% rename from server.go rename to main.go