From 21c943d992629ef9be9965416d481240d1ce0c83 Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Sun, 14 Sep 2025 16:50:29 -0600 Subject: [PATCH] documentation and naming updates --- config/default.yaml | 8 ++++++++ docs/templates/yaml-header.txt | 8 ++++++++ server.go => main.go | 0 3 files changed, 16 insertions(+) create mode 100644 docs/templates/yaml-header.txt rename server.go => main.go (100%) 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