Skip to content

Commit feb92c4

Browse files
committed
Use minimal GPL copyright header in all source files
1 parent e432d4b commit feb92c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+339
-1079
lines changed

benchmark/dimer/dimer.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Copyright (c) 2025--present, The TRIQS/ctseg Authors and their Assignees
2+
# This file is part of TRIQS/ctseg and is licensed under the terms of GPLv3 or later.
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# See LICENSE.txt in the root of this distribution for details.
5+
16
# Two impurity sites coupled to two bath sites.
27
# Data in dimer.ref.h5 is obtained by running this script on 800 cores.
38

benchmark/spin_spin/spin_spin.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Copyright (c) 2025--present, The TRIQS/ctseg Authors and their Assignees
2+
# This file is part of TRIQS/ctseg and is licensed under the terms of GPLv3 or later.
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# See LICENSE.txt in the root of this distribution for details.
5+
16
# Single orbital with dynamical spin-spin interactions.
27
# Data in spin_spin.ref.h5 is obtained by running this script on 800 cores.
38
from triqs.gf import *

c++/triqs_ctseg/configuration.cpp

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
// Copyright (c) 2022-2024 Simons Foundation
2-
//
3-
// This program is free software: you can redistribute it and/or modify
4-
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// This program is distributed in the hope that it will be useful,
9-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
// GNU General Public License for more details.
12-
//
13-
// You may obtain a copy of the License at
14-
// https://www.gnu.org/licenses/gpl-3.0.txt
15-
//
16-
// Authors: Nikita Kavokine, Hao Lu, Olivier Parcollet, Nils Wentzell
1+
// Copyright (c) 2022--present, The TRIQS/ctseg Authors and their Assignees
2+
// This file is part of TRIQS/ctseg and is licensed under the terms of GPLv3 or later.
3+
// SPDX-License-Identifier: GPL-3.0-or-later
4+
// See LICENSE.txt in the root of this distribution for details.
175

186
#include "configuration.hpp"
197

c++/triqs_ctseg/configuration.hpp

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
// Copyright (c) 2022-2024 Simons Foundation
2-
//
3-
// This program is free software: you can redistribute it and/or modify
4-
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// This program is distributed in the hope that it will be useful,
9-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
// GNU General Public License for more details.
12-
//
13-
// You may obtain a copy of the License at
14-
// https://www.gnu.org/licenses/gpl-3.0.txt
15-
//
16-
// Authors: Nikita Kavokine, Hao Lu, Olivier Parcollet, Nils Wentzell
1+
// Copyright (c) 2022--present, The TRIQS/ctseg Authors and their Assignees
2+
// This file is part of TRIQS/ctseg and is licensed under the terms of GPLv3 or later.
3+
// SPDX-License-Identifier: GPL-3.0-or-later
4+
// See LICENSE.txt in the root of this distribution for details.
175

186
#pragma once
197
#include <vector>

c++/triqs_ctseg/dets.hpp

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
// Copyright (c) 2022-2024 Simons Foundation
2-
//
3-
// This program is free software: you can redistribute it and/or modify
4-
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// This program is distributed in the hope that it will be useful,
9-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
// GNU General Public License for more details.
12-
//
13-
// You may obtain a copy of the License at
14-
// https://www.gnu.org/licenses/gpl-3.0.txt
15-
//
16-
// Authors: Nikita Kavokine, Olivier Parcollet, Nils Wentzell
1+
// Copyright (c) 2022--present, The TRIQS/ctseg Authors and their Assignees
2+
// This file is part of TRIQS/ctseg and is licensed under the terms of GPLv3 or later.
3+
// SPDX-License-Identifier: GPL-3.0-or-later
4+
// See LICENSE.txt in the root of this distribution for details.
175

186
#pragma once
197
#include <triqs/gfs.hpp>

c++/triqs_ctseg/inputs.cpp

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
// Copyright (c) 2022-2024 Simons Foundation
2-
//
3-
// This program is free software: you can redistribute it and/or modify
4-
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// This program is distributed in the hope that it will be useful,
9-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
// GNU General Public License for more details.
12-
//
13-
// You may obtain a copy of the License at
14-
// https://www.gnu.org/licenses/gpl-3.0.txt
15-
//
16-
// Authors: Olivier Parcollet, Nils Wentzell
1+
// Copyright (c) 2022--present, The TRIQS/ctseg Authors and their Assignees
2+
// This file is part of TRIQS/ctseg and is licensed under the terms of GPLv3 or later.
3+
// SPDX-License-Identifier: GPL-3.0-or-later
4+
// See LICENSE.txt in the root of this distribution for details.
175

186
#include "inputs.hpp"
197

c++/triqs_ctseg/inputs.hpp

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
// Copyright (c) 2022-2024 Simons Foundation
2-
//
3-
// This program is free software: you can redistribute it and/or modify
4-
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// This program is distributed in the hope that it will be useful,
9-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
// GNU General Public License for more details.
12-
//
13-
// You may obtain a copy of the License at
14-
// https://www.gnu.org/licenses/gpl-3.0.txt
15-
//
16-
// Authors: Nikita Kavokine, Olivier Parcollet, Nils Wentzell
1+
// Copyright (c) 2022--present, The TRIQS/ctseg Authors and their Assignees
2+
// This file is part of TRIQS/ctseg and is licensed under the terms of GPLv3 or later.
3+
// SPDX-License-Identifier: GPL-3.0-or-later
4+
// See LICENSE.txt in the root of this distribution for details.
175

186
#pragma once
197

c++/triqs_ctseg/invariants.cpp

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
// Copyright (c) 2022-2024 Simons Foundation
2-
//
3-
// This program is free software: you can redistribute it and/or modify
4-
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// This program is distributed in the hope that it will be useful,
9-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
// GNU General Public License for more details.
12-
//
13-
// You may obtain a copy of the License at
14-
// https://www.gnu.org/licenses/gpl-3.0.txt
15-
//
16-
// Authors: Nikita Kavokine, Hao Lu, Olivier Parcollet, Nils Wentzell
1+
// Copyright (c) 2022--present, The TRIQS/ctseg Authors and their Assignees
2+
// This file is part of TRIQS/ctseg and is licensed under the terms of GPLv3 or later.
3+
// SPDX-License-Identifier: GPL-3.0-or-later
4+
// See LICENSE.txt in the root of this distribution for details.
175

186
#include "invariants.hpp"
197
#include "logs.hpp"

c++/triqs_ctseg/invariants.hpp

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
// Copyright (c) 2022-2024 Simons Foundation
2-
//
3-
// This program is free software: you can redistribute it and/or modify
4-
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// This program is distributed in the hope that it will be useful,
9-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
// GNU General Public License for more details.
12-
//
13-
// You may obtain a copy of the License at
14-
// https://www.gnu.org/licenses/gpl-3.0.txt
15-
//
16-
// Authors: Nikita Kavokine, Hao Lu, Nils Wentzell
1+
// Copyright (c) 2022--present, The TRIQS/ctseg Authors and their Assignees
2+
// This file is part of TRIQS/ctseg and is licensed under the terms of GPLv3 or later.
3+
// SPDX-License-Identifier: GPL-3.0-or-later
4+
// See LICENSE.txt in the root of this distribution for details.
175

186
#pragma once
197
#include <vector>

c++/triqs_ctseg/logs.hpp

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
// Copyright (c) 2022-2024 Simons Foundation
2-
//
3-
// This program is free software: you can redistribute it and/or modify
4-
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// This program is distributed in the hope that it will be useful,
9-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
// GNU General Public License for more details.
12-
//
13-
// You may obtain a copy of the License at
14-
// https://www.gnu.org/licenses/gpl-3.0.txt
15-
//
16-
// Authors: Nikita Kavokine, Olivier Parcollet, Nils Wentzell
1+
// Copyright (c) 2022--present, The TRIQS/ctseg Authors and their Assignees
2+
// This file is part of TRIQS/ctseg and is licensed under the terms of GPLv3 or later.
3+
// SPDX-License-Identifier: GPL-3.0-or-later
4+
// See LICENSE.txt in the root of this distribution for details.
175

186
#pragma once
197

0 commit comments

Comments
 (0)