XZES40 / XZES40-Transformer

All of the code for the XZES project
Apache License 2.0
0 stars 0 forks source link

Add licenses to code files #22

Closed pop closed 7 years ago

pop commented 7 years ago

We need to add the following license to all of our code files in a comment at the top of the files:

Copyright 2017, the Oregon State University Capstone Project 'XZES40' 
with the Apache Foundation

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.

Please use single-line comments for all lines. Such as:

// Copyright 2017 ...

instead of

/* Copyright 2017 ...
...
*/

These license headers will always live at the top of the file, never put code above the license.

pop commented 7 years ago

The fix for this issue has not been merged. This issue is still open.