File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,38 @@ following resources:
230230Programmers, please follow these general [guidelines for
231231contributions](https://github.com/sugarlabs/sugar-docs/blob/master/src/contributing.md).
232232
233+ ### License Header
234+
235+ All contributors must include the following license header in every file they modify or
236+ create within the project:
237+
238+ ```js
239+ /**
240+ * MusicBlocks v3.6.2 (ADD THE UP-TO-DATE VERSION)
241+ *
242+ * @author Walter Bender (MODIFY THE AUTHOR AS NEEDED)
243+ *
244+ * @copyright 2025 Walter Bender (MODIFY THE AUTHOR AND YEAR AS NEEDED)
245+ *
246+ * @license
247+ * This program is free software: you can redistribute it and/or modify
248+ * it under the terms of the GNU Affero General Public License as published by
249+ * the Free Software Foundation, either version 3 of the License, or
250+ * (at your option) any later version.
251+ *
252+ * This program is distributed in the hope that it will be useful,
253+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
254+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
255+ * GNU Affero General Public License for more details.
256+ *
257+ * You should have received a copy of the GNU Affero General Public License
258+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
259+ */
260+ ```
261+
262+ This header must be added at the top of **all source code files** to ensure compliance
263+ with the project' s open-source license.
264+
233265# ## Translators
234266
235267Music Blocks uses
You can’t perform that action at this time.
0 commit comments