diff --git a/LICENSE.apache b/LICENSE similarity index 97% rename from LICENSE.apache rename to LICENSE index f433b1a..83a82c6 100644 --- a/LICENSE.apache +++ b/LICENSE @@ -175,3 +175,10 @@ of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + + ------------------------------------------------------------------------ + Note: + Individual files contain the following tag instead of the full license text. + + // SPDX-License-Identifier: Apache-2.0 + diff --git a/LICENSE.bsd b/LICENSE.bsd deleted file mode 100644 index 8993060..0000000 --- a/LICENSE.bsd +++ /dev/null @@ -1,26 +0,0 @@ -Chisel3 license terms - -Copyright (c) 2014 - 2019 The Regents of the University of -California (Regents). All Rights Reserved. Redistribution and use in -source and binary forms, with or without modification, are permitted -provided that the following conditions are met: - * Redistributions of source code must retain the above - copyright notice, this list of conditions and the following - two paragraphs of disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - two paragraphs of disclaimer in the documentation and/or other materials - provided with the distribution. - * Neither the name of the Regents nor the names of its contributors - may be used to endorse or promote products derived from this - software without specific prior written permission. -IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, -SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF -REGENTS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF -ANY, PROVIDED HEREUNDER IS PROVIDED "AS IS". REGENTS HAS NO OBLIGATION -TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR -MODIFICATIONS. diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index b4441f8..0000000 --- a/LICENSE.txt +++ /dev/null @@ -1,3 +0,0 @@ -Diagrammer license terms - -Contributions to this repository prior to January 1, 2020 are licensed under the BSD 3-Clause license. Contributions on or after that date are licensed under the Apache 2.0 license. diff --git a/build.sbt b/build.sbt index a96e6e9..c0075e3 100644 --- a/build.sbt +++ b/build.sbt @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 + name := "firrtl-diagrammer" resolvers ++= Seq( diff --git a/build.sc b/build.sc index ebb41b6..9ee32dc 100644 --- a/build.sc +++ b/build.sc @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 + import ammonite.ops._ import ammonite.ops.ImplicitWd._ import mill._ diff --git a/src/main/scala/dotvisualizer/FirrtlDiagrammer.scala b/src/main/scala/dotvisualizer/FirrtlDiagrammer.scala index e5a7796..eb9edbf 100644 --- a/src/main/scala/dotvisualizer/FirrtlDiagrammer.scala +++ b/src/main/scala/dotvisualizer/FirrtlDiagrammer.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer diff --git a/src/main/scala/dotvisualizer/Scope.scala b/src/main/scala/dotvisualizer/Scope.scala index 926c0d5..acd8b44 100644 --- a/src/main/scala/dotvisualizer/Scope.scala +++ b/src/main/scala/dotvisualizer/Scope.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer diff --git a/src/main/scala/dotvisualizer/ToLoFirrtl.scala b/src/main/scala/dotvisualizer/ToLoFirrtl.scala index 2c2b07a..dc012fe 100644 --- a/src/main/scala/dotvisualizer/ToLoFirrtl.scala +++ b/src/main/scala/dotvisualizer/ToLoFirrtl.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer diff --git a/src/main/scala/dotvisualizer/dotnodes/DotNode.scala b/src/main/scala/dotvisualizer/dotnodes/DotNode.scala index 6342030..813e625 100644 --- a/src/main/scala/dotvisualizer/dotnodes/DotNode.scala +++ b/src/main/scala/dotvisualizer/dotnodes/DotNode.scala @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 + package dotvisualizer.dotnodes import scala.collection.mutable.ArrayBuffer diff --git a/src/main/scala/dotvisualizer/dotnodes/LiteralNode.scala b/src/main/scala/dotvisualizer/dotnodes/LiteralNode.scala index af3d370..23bf88d 100644 --- a/src/main/scala/dotvisualizer/dotnodes/LiteralNode.scala +++ b/src/main/scala/dotvisualizer/dotnodes/LiteralNode.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer.dotnodes diff --git a/src/main/scala/dotvisualizer/dotnodes/MemNode.scala b/src/main/scala/dotvisualizer/dotnodes/MemNode.scala index f975153..aabc187 100644 --- a/src/main/scala/dotvisualizer/dotnodes/MemNode.scala +++ b/src/main/scala/dotvisualizer/dotnodes/MemNode.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer.dotnodes diff --git a/src/main/scala/dotvisualizer/dotnodes/ModuleNode.scala b/src/main/scala/dotvisualizer/dotnodes/ModuleNode.scala index 39fb538..f6de62d 100644 --- a/src/main/scala/dotvisualizer/dotnodes/ModuleNode.scala +++ b/src/main/scala/dotvisualizer/dotnodes/ModuleNode.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer.dotnodes diff --git a/src/main/scala/dotvisualizer/dotnodes/MuxNode.scala b/src/main/scala/dotvisualizer/dotnodes/MuxNode.scala index 8dee8d0..fc33ad0 100644 --- a/src/main/scala/dotvisualizer/dotnodes/MuxNode.scala +++ b/src/main/scala/dotvisualizer/dotnodes/MuxNode.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer.dotnodes diff --git a/src/main/scala/dotvisualizer/dotnodes/NodeNode.scala b/src/main/scala/dotvisualizer/dotnodes/NodeNode.scala index ceb0505..906e3c9 100644 --- a/src/main/scala/dotvisualizer/dotnodes/NodeNode.scala +++ b/src/main/scala/dotvisualizer/dotnodes/NodeNode.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer.dotnodes diff --git a/src/main/scala/dotvisualizer/dotnodes/PortNode.scala b/src/main/scala/dotvisualizer/dotnodes/PortNode.scala index bcf2329..58ede8c 100644 --- a/src/main/scala/dotvisualizer/dotnodes/PortNode.scala +++ b/src/main/scala/dotvisualizer/dotnodes/PortNode.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer.dotnodes diff --git a/src/main/scala/dotvisualizer/dotnodes/PrimOpNode.scala b/src/main/scala/dotvisualizer/dotnodes/PrimOpNode.scala index 4e1ae22..9c1ef88 100644 --- a/src/main/scala/dotvisualizer/dotnodes/PrimOpNode.scala +++ b/src/main/scala/dotvisualizer/dotnodes/PrimOpNode.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer.dotnodes diff --git a/src/main/scala/dotvisualizer/dotnodes/PrintfNode.scala b/src/main/scala/dotvisualizer/dotnodes/PrintfNode.scala index 261cb2a..3173fa8 100644 --- a/src/main/scala/dotvisualizer/dotnodes/PrintfNode.scala +++ b/src/main/scala/dotvisualizer/dotnodes/PrintfNode.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer.dotnodes diff --git a/src/main/scala/dotvisualizer/dotnodes/RegisterNode.scala b/src/main/scala/dotvisualizer/dotnodes/RegisterNode.scala index 12d3f52..4f5e0ea 100644 --- a/src/main/scala/dotvisualizer/dotnodes/RegisterNode.scala +++ b/src/main/scala/dotvisualizer/dotnodes/RegisterNode.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer.dotnodes diff --git a/src/main/scala/dotvisualizer/dotnodes/ValidIfNode.scala b/src/main/scala/dotvisualizer/dotnodes/ValidIfNode.scala index 5453bae..13b6ef7 100644 --- a/src/main/scala/dotvisualizer/dotnodes/ValidIfNode.scala +++ b/src/main/scala/dotvisualizer/dotnodes/ValidIfNode.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer.dotnodes diff --git a/src/main/scala/dotvisualizer/transforms/MakeDiagramGroup.scala b/src/main/scala/dotvisualizer/transforms/MakeDiagramGroup.scala index 24c8c73..0030847 100644 --- a/src/main/scala/dotvisualizer/transforms/MakeDiagramGroup.scala +++ b/src/main/scala/dotvisualizer/transforms/MakeDiagramGroup.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer.transforms diff --git a/src/main/scala/dotvisualizer/transforms/MakeOneDiagram.scala b/src/main/scala/dotvisualizer/transforms/MakeOneDiagram.scala index 2b1de43..f286210 100644 --- a/src/main/scala/dotvisualizer/transforms/MakeOneDiagram.scala +++ b/src/main/scala/dotvisualizer/transforms/MakeOneDiagram.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer.transforms diff --git a/src/main/scala/dotvisualizer/transforms/ModuleLevelDiagrammer.scala b/src/main/scala/dotvisualizer/transforms/ModuleLevelDiagrammer.scala index 3d03ff7..de23c3a 100644 --- a/src/main/scala/dotvisualizer/transforms/ModuleLevelDiagrammer.scala +++ b/src/main/scala/dotvisualizer/transforms/ModuleLevelDiagrammer.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer.transforms diff --git a/src/main/scala/dotvisualizer/transforms/RemoveTempWires.scala b/src/main/scala/dotvisualizer/transforms/RemoveTempWires.scala index 8735151..75e2c95 100644 --- a/src/main/scala/dotvisualizer/transforms/RemoveTempWires.scala +++ b/src/main/scala/dotvisualizer/transforms/RemoveTempWires.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer.transforms diff --git a/src/test/scala/dotvisualizer/AttachExample.scala b/src/test/scala/dotvisualizer/AttachExample.scala index 25a242a..e3324ef 100644 --- a/src/test/scala/dotvisualizer/AttachExample.scala +++ b/src/test/scala/dotvisualizer/AttachExample.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer diff --git a/src/test/scala/dotvisualizer/FirExample.scala b/src/test/scala/dotvisualizer/FirExample.scala index 9d9b124..9fa62ea 100644 --- a/src/test/scala/dotvisualizer/FirExample.scala +++ b/src/test/scala/dotvisualizer/FirExample.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer diff --git a/src/test/scala/dotvisualizer/GCD.scala b/src/test/scala/dotvisualizer/GCD.scala index 64dbfab..90f5871 100644 --- a/src/test/scala/dotvisualizer/GCD.scala +++ b/src/test/scala/dotvisualizer/GCD.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer diff --git a/src/test/scala/dotvisualizer/HierarchicalModulesExample.scala b/src/test/scala/dotvisualizer/HierarchicalModulesExample.scala index b101d89..4e624c7 100644 --- a/src/test/scala/dotvisualizer/HierarchicalModulesExample.scala +++ b/src/test/scala/dotvisualizer/HierarchicalModulesExample.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer diff --git a/src/test/scala/dotvisualizer/PrintfSpec.scala b/src/test/scala/dotvisualizer/PrintfSpec.scala index 638ba2b..aec9292 100644 --- a/src/test/scala/dotvisualizer/PrintfSpec.scala +++ b/src/test/scala/dotvisualizer/PrintfSpec.scala @@ -1,18 +1,4 @@ -/* -Copyright 2020 The Regents of the University of California (Regents) - -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 package dotvisualizer