diff --git a/configure/qdldl_types.h.in b/configure/qdldl_types.h.in index 2317c10..fd47a37 100644 --- a/configure/qdldl_types.h.in +++ b/configure/qdldl_types.h.in @@ -1,3 +1,26 @@ +/* + * This file is part of QDLDL, a library for performing the LDL^T factorization + * of a symmetric indefinite matrix. + * + * QDLDL is part of the OSQP project, and is available at https://github.com/osqp/qdldl. + * + * Copyright 2018, Paul Goulart, Bartolomeo Stellato, Goran Banjac, Ian McInerney, The OSQP developers + * + * 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 + * SPDX-ExternalRef: PACKAGE_MANAGER purl pkg:github/osqp/qdldl + */ #ifndef QDLDL_TYPES_H # define QDLDL_TYPES_H diff --git a/configure/qdldl_version.h.in b/configure/qdldl_version.h.in index 402f4b7..fc04eca 100644 --- a/configure/qdldl_version.h.in +++ b/configure/qdldl_version.h.in @@ -1,3 +1,26 @@ +/* + * This file is part of QDLDL, a library for performing the LDL^T factorization + * of a symmetric indefinite matrix. + * + * QDLDL is part of the OSQP project, and is available at https://github.com/osqp/qdldl. + * + * Copyright 2018, Paul Goulart, Bartolomeo Stellato, Goran Banjac, Ian McInerney, The OSQP developers + * + * 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 + * SPDX-ExternalRef: PACKAGE_MANAGER purl pkg:github/osqp/qdldl + */ #ifndef QDLDL_VERSION_H_ #define QDLDL_VERSION_H_ diff --git a/include/qdldl.h b/include/qdldl.h index 3604a78..6632c64 100644 --- a/include/qdldl.h +++ b/include/qdldl.h @@ -19,6 +19,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 + * SPDX-ExternalRef: PACKAGE_MANAGER purl pkg:github/osqp/qdldl */ #ifndef QDLDL_H #define QDLDL_H diff --git a/src/qdldl.c b/src/qdldl.c index ab735a7..c825943 100644 --- a/src/qdldl.c +++ b/src/qdldl.c @@ -19,6 +19,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 + * SPDX-ExternalRef: PACKAGE_MANAGER purl pkg:github/osqp/qdldl */ #include "qdldl.h"