Skip to content

Commit dac1a7b

Browse files
committed
generalise authorship in license headers
1 parent 713ef8d commit dac1a7b

Some content is hidden

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

43 files changed

+43
-45
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
####################################################################################################
22
# This file is a part of PyPartMC licensed under the GNU General Public License v3 (LICENSE file) #
33
# Copyright (C) 2022 University of Illinois Urbana-Champaign #
4-
# Author: Sylwester Arabas #
4+
# Authors: https://github.com/open-atmos/PyPartMC/graphs/contributors #
55
####################################################################################################
66

77
import os

src/aero_data.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
!###################################################################################################
22
! This file is a part of PyPartMC licensed under the GNU General Public License v3 (LICENSE file) #
33
! Copyright (C) 2022 University of Illinois Urbana-Champaign #
4-
! Author: Sylwester Arabas #
4+
! Authors: https://github.com/open-atmos/PyPartMC/graphs/contributors #
55
!###################################################################################################
66

77
module PyPartMC_aero_data

src/aero_data.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*##################################################################################################
22
# This file is a part of PyPartMC licensed under the GNU General Public License v3 (LICENSE file) #
33
# Copyright (C) 2022 University of Illinois Urbana-Champaign #
4-
# Author: Sylwester Arabas #
4+
# Authors: https://github.com/open-atmos/PyPartMC/graphs/contributors #
55
##################################################################################################*/
66

77
#pragma once

src/aero_state.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
!###################################################################################################
22
! This file is a part of PyPartMC licensed under the GNU General Public License v3 (LICENSE file) #
33
! Copyright (C) 2022 University of Illinois Urbana-Champaign #
4-
! Author: Sylwester Arabas #
4+
! Authors: https://github.com/open-atmos/PyPartMC/graphs/contributors #
55
!###################################################################################################
66

77
module PyPartMC_aero_state

src/aero_state.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*##################################################################################################
22
# This file is a part of PyPartMC licensed under the GNU General Public License v3 (LICENSE file) #
33
# Copyright (C) 2022 University of Illinois Urbana-Champaign #
4-
# Author: Sylwester Arabas #
4+
# Authors: https://github.com/open-atmos/PyPartMC/graphs/contributors #
55
##################################################################################################*/
66

77
#pragma once

src/condense.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
!###################################################################################################
22
! This file is a part of PyPartMC licensed under the GNU General Public License v3 (LICENSE file) #
33
! Copyright (C) 2022 University of Illinois Urbana-Champaign #
4-
! Author: Sylwester Arabas #
4+
! Authors: https://github.com/open-atmos/PyPartMC/graphs/contributors #
55
!###################################################################################################
66

77
module PyPartMC_condense

src/condense.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*##################################################################################################
22
# This file is a part of PyPartMC licensed under the GNU General Public License v3 (LICENSE file) #
33
# Copyright (C) 2022 University of Illinois Urbana-Champaign #
4-
# Author: Sylwester Arabas #
4+
# Authors: https://github.com/open-atmos/PyPartMC/graphs/contributors #
55
##################################################################################################*/
66

77
#pragma once

src/env_state.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
!###################################################################################################
22
! This file is a part of PyPartMC licensed under the GNU General Public License v3 (LICENSE file) #
33
! Copyright (C) 2022 University of Illinois Urbana-Champaign #
4-
! Author: Sylwester Arabas #
4+
! Authors: https://github.com/open-atmos/PyPartMC/graphs/contributors #
55
!###################################################################################################
66

77
module PyPartMC_env_state

src/env_state.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*##################################################################################################
22
# This file is a part of PyPartMC licensed under the GNU General Public License v3 (LICENSE file) #
33
# Copyright (C) 2022 University of Illinois Urbana-Champaign #
4-
# Author: Sylwester Arabas #
4+
# Authors: https://github.com/open-atmos/PyPartMC/graphs/contributors #
55
##################################################################################################*/
66

77
#pragma once

src/fake_mpi.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
!###################################################################################################
22
! This file is a part of PyPartMC licensed under the GNU General Public License v3 (LICENSE file) #
33
! Copyright (C) 2022 University of Illinois Urbana-Champaign #
4-
! Author: Sylwester Arabas #
4+
! Authors: https://github.com/open-atmos/PyPartMC/graphs/contributors #
55
!###################################################################################################
66

77
module mpi

0 commit comments

Comments
 (0)