Skip to content

Commit

Permalink
Fix/streamline license headers
Browse files Browse the repository at this point in the history
Now all license headers use SPDX and LGPL-3.0-or-later.

ChangeLog:

	* vir/detail.h: License header and copyright date update.
	* vir/simd.h: Likewise.
	* vir/simd_benchmarking.h: Likewise.
	* vir/simd_bit.h: Likewise.
	* vir/simd_bitset.h: Likewise.
	* vir/simd_cast.h: Likewise.
	* vir/simd_concepts.h: Likewise.
	* vir/simd_float_ops.h: Likewise.
	* vir/simd_resize.h: Likewise.
	* vir/simdize.h: Likewise.
	* vir/struct_reflect.h: Likewise.
	* vir/test.cpp: Likewise.
  • Loading branch information
mattkretz committed Mar 31, 2023
1 parent 7d4ced2 commit 36cc613
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 131 deletions.
22 changes: 4 additions & 18 deletions vir/detail.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
Copyright © 2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
Matthias Kretz <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* SPDX-License-Identifier: LGPL-3.0-or-later */
/* Copyright © 2022-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
* Matthias Kretz <[email protected]>
*/

#ifndef VIR_DETAILS_H
#define VIR_DETAILS_H
Expand Down
22 changes: 4 additions & 18 deletions vir/simd.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
Copyright © 2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
Matthias Kretz <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* SPDX-License-Identifier: LGPL-3.0-or-later */
/* Copyright © 2022-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
* Matthias Kretz <[email protected]>
*/

#ifndef VIR_SIMD_H_
#define VIR_SIMD_H_
Expand Down
2 changes: 1 addition & 1 deletion vir/simd_benchmarking.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/* SPDX-License-Identifier: LGPL-3.0-or-later */
/* Copyright © 2019-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
* Matthias Kretz <[email protected]>
*/
Expand Down
22 changes: 4 additions & 18 deletions vir/simd_bit.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
Copyright © 2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
Matthias Kretz <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* SPDX-License-Identifier: LGPL-3.0-or-later */
/* Copyright © 2022-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
* Matthias Kretz <[email protected]>
*/

#ifndef VIR_SIMD_BIT_H
#define VIR_SIMD_BIT_H
Expand Down
22 changes: 4 additions & 18 deletions vir/simd_bitset.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
Copyright © 2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
Matthias Kretz <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* SPDX-License-Identifier: LGPL-3.0-or-later */
/* Copyright © 2022-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
* Matthias Kretz <[email protected]>
*/

#ifndef VIR_SIMD_BITSET_H_
#define VIR_SIMD_BITSET_H_
Expand Down
22 changes: 4 additions & 18 deletions vir/simd_cast.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
Copyright © 2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
Matthias Kretz <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* SPDX-License-Identifier: LGPL-3.0-or-later */
/* Copyright © 2022-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
* Matthias Kretz <[email protected]>
*/

#ifndef VIR_SIMD_CAST_H
#define VIR_SIMD_CAST_H
Expand Down
2 changes: 1 addition & 1 deletion vir/simd_concepts.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/* SPDX-License-Identifier: LGPL-3.0-or-later */
/* Copyright © 2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
* Matthias Kretz <[email protected]>
*/
Expand Down
22 changes: 4 additions & 18 deletions vir/simd_float_ops.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
Copyright © 2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
Matthias Kretz <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* SPDX-License-Identifier: LGPL-3.0-or-later */
/* Copyright © 2022-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
* Matthias Kretz <[email protected]>
*/

#ifndef VIR_SIMD_FLOAT_OPS_H_
#define VIR_SIMD_FLOAT_OPS_H_
Expand Down
22 changes: 4 additions & 18 deletions vir/simd_resize.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
Copyright © 2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
Matthias Kretz <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* SPDX-License-Identifier: LGPL-3.0-or-later */
/* Copyright © 2022-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
* Matthias Kretz <[email protected]>
*/

#ifndef VIR_SIMD_RESIZE_H
#define VIR_SIMD_RESIZE_H
Expand Down
2 changes: 1 addition & 1 deletion vir/simdize.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/* SPDX-License-Identifier: LGPL-3.0-or-later */
/* Copyright © 2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
* Matthias Kretz <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion vir/struct_reflect.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/* SPDX-License-Identifier: LGPL-3.0-or-later */
/* Copyright © 2018-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
* Matthias Kretz <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion vir/test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/* SPDX-License-Identifier: LGPL-3.0-or-later */
/* Copyright © 2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
* Matthias Kretz <[email protected]>
*/
Expand Down

0 comments on commit 36cc613

Please sign in to comment.