Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
public-wiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nomad-lab
public-wiki
Wiki
NOMAD software and source code release
Changes
Page history
New page
Templates
Clone repository
Update NOMAD software and source code release
authored
7 years ago
by
Markus Scheidgen
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
NOMAD-software-and-source-code-release.md
+0
-23
0 additions, 23 deletions
NOMAD-software-and-source-code-release.md
with
0 additions
and
23 deletions
NOMAD-software-and-source-code-release.md
View page @
54320aed
...
...
@@ -75,29 +75,6 @@ Licenses outside that list should be used only with a very good reason.
Please comment your projects source release issue if you have to
diverge from the Apache 2.0 license.
You SHOULD claim the copyright.
All source code files should have the following header (python example)
as the very first thing in them
```
# Copyright 2016-2018 The NOMAD Developers Group
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
```
You can adapt this for the comment format of other source code languages.
### clean up you code
You SHOULD clean up your code and make it something you are proud to show.
...
...
This diff is collapsed.
Click to expand it.