From a87ce469e9c9e8a2360e50f7a2c214b24ce01207 Mon Sep 17 00:00:00 2001 From: Eugene Zamriy Date: Fri, 14 Jul 2023 12:21:43 +0300 Subject: [PATCH] Adds nodejs module defaults and updates README/LICENSE --- LICENSE | 2 +- README.md | 2 +- nodejs.yaml | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 nodejs.yaml diff --git a/LICENSE b/LICENSE index 2071b23..8f71038 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) +Copyright (c) 2023 Eugene Zamriy, Softline.ru. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index 0a79bd2..9180ae4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # module-defaults -MSVSphere ModuleMD defaults. \ No newline at end of file +MSVSphere ModuleMD defaults. diff --git a/nodejs.yaml b/nodejs.yaml new file mode 100644 index 0000000..027391d --- /dev/null +++ b/nodejs.yaml @@ -0,0 +1,8 @@ +--- +document: modulemd-defaults +version: 1 +data: + module: nodejs + profiles: + 18: [common] +...