Skip to content

Commit cca24c5

Browse files
add license header
1 parent a185f64 commit cca24c5

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,38 @@ following resources:
230230
Programmers, please follow these general [guidelines for
231231
contributions](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

235267
Music Blocks uses

0 commit comments

Comments
 (0)