Skip to content

Commit fab3268

Browse files
committed
feat: fix licenses
1 parent d0f41de commit fab3268

File tree

2 files changed

+26
-22
lines changed

2 files changed

+26
-22
lines changed

src/CraneCtld/LicensesManager.cpp

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
/**
2-
* Copyright (c) 2023 Peking University and Peking University
2+
* Copyright (c) 2024 Peking University and Peking University
33
* Changsha Institute for Computing and Digital Economy
44
*
5-
* CraneSched is licensed under Mulan PSL v2.
6-
* You can use this software according to the terms and conditions of
7-
* the Mulan PSL v2.
8-
* You may obtain a copy of Mulan PSL v2 at:
9-
* http://license.coscl.org.cn/MulanPSL2
10-
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS,
11-
* WITHOUT WARRANTIES OF ANY KIND,
12-
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
13-
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
14-
* See the Mulan PSL v2 for more details.
5+
* This program is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as
7+
* published by the Free Software Foundation, either version 3 of the
8+
* License, or (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1517
*/
1618

1719
#include "LicensesManager.h"

src/CraneCtld/LicensesManager.h

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
/**
2-
* Copyright (c) 2023 Peking University and Peking University
2+
* Copyright (c) 2024 Peking University and Peking University
33
* Changsha Institute for Computing and Digital Economy
44
*
5-
* CraneSched is licensed under Mulan PSL v2.
6-
* You can use this software according to the terms and conditions of
7-
* the Mulan PSL v2.
8-
* You may obtain a copy of Mulan PSL v2 at:
9-
* http://license.coscl.org.cn/MulanPSL2
10-
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS,
11-
* WITHOUT WARRANTIES OF ANY KIND,
12-
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
13-
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
14-
* See the Mulan PSL v2 for more details.
5+
* This program is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as
7+
* published by the Free Software Foundation, either version 3 of the
8+
* License, or (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1517
*/
1618

1719
#pragma once

0 commit comments

Comments
 (0)