Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
Update NOMAD software and source code release
authored
Feb 27, 2018
by
Markus Scheidgen
Hide whitespace changes
Inline
Side-by-side
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.
...
@@ -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
Please comment your projects source release issue if you have to
diverge from the Apache 2.0 license.
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
### clean up you code
You SHOULD clean up your code and make it something you are proud to show.
You SHOULD clean up your code and make it something you are proud to show.
...
...