[LICENSE] Add SPDX headers to remaining utils
diff --git a/utils/MAGIC.txt b/utils/MAGIC.txt index aeefbb2..78b4d56 100644 --- a/utils/MAGIC.txt +++ b/utils/MAGIC.txt
@@ -1,3 +1,19 @@ +# SPDX-FileCopyrightText: 2020 Efabless Corporation +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 + #### 1) You must set the PDK_ROOT variable
diff --git a/utils/README.txt b/utils/README.txt index aeefbb2..78b4d56 100644 --- a/utils/README.txt +++ b/utils/README.txt
@@ -1,3 +1,19 @@ +# SPDX-FileCopyrightText: 2020 Efabless Corporation +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 + #### 1) You must set the PDK_ROOT variable
diff --git a/utils/magicDrc b/utils/magicDrc index 94b0b7b..fa6f783 100755 --- a/utils/magicDrc +++ b/utils/magicDrc
@@ -1,4 +1,19 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2015, 2020 Efabless Corporation +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 # Copyright (C) 2015, 2020 efabless Corporation. All Rights Reserved. # filter out most options, so magic Natively sees/handles *only* -T <file>. # for-bash\
diff --git a/utils/magicGdrc b/utils/magicGdrc index c6330b3..88280ee 100755 --- a/utils/magicGdrc +++ b/utils/magicGdrc
@@ -1,4 +1,19 @@ #!/bin/sh +# SPDX-FileCopyrightText: 2014, 2015, 2020 Efabless Corporation +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 # Copyright (C) 2014, 2015, 2020 efabless Corporation. All Rights Reserved. # send a very-first -T FILE to magic's startup, hide all other args from magic-startup # for-bash\