This was a quickly written tool to add the SPDX license header to all the *.rs files. It just checks if the license is at the top. If it isn't it stamps the file. If it is it ignores it.
21 lines
505 B
Markdown
21 lines
505 B
Markdown
# Magistamp
|
|
|
|
A Rust tool to magically seal your source files with SPDX license headers.
|
|
|
|
|
|
|
|
---
|
|
|
|
## Copyright & License
|
|
|
|
Copyright 2015 CyberMages LLC
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this library 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
|