Loading setup.py +1 −1 Original line number Diff line number Diff line #!/usr/bin/env python # # This file is part of SharedArray. # Copyright (C) 2014-2016 Mathieu Mirmont <mat@parad0x.org> # Copyright (C) 2014-2017 Mathieu Mirmont <mat@parad0x.org> # # SharedArray is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by Loading src/map_owner.c +1 −1 Original line number Diff line number Diff line /* * This file is part of SharedArray. * Copyright (C) 2014-2016 Mathieu Mirmont <mat@parad0x.org> * Copyright (C) 2014-2017 Mathieu Mirmont <mat@parad0x.org> * * SharedArray is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading src/map_owner.h +1 −1 Original line number Diff line number Diff line /* * This file is part of SharedArray. * Copyright (C) 2014-2016 Mathieu Mirmont <mat@parad0x.org> * Copyright (C) 2014-2017 Mathieu Mirmont <mat@parad0x.org> * * SharedArray is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading src/map_owner_mlock.c +1 −1 Original line number Diff line number Diff line /* * This file is part of SharedArray. * Copyright (C) 2014-2016 Mathieu Mirmont <mat@parad0x.org> * Copyright (C) 2014-2017 Mathieu Mirmont <mat@parad0x.org> * * SharedArray is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading src/map_owner_msync.c +1 −1 Original line number Diff line number Diff line /* * This file is part of SharedArray. * Copyright (C) 2014-2016 Mathieu Mirmont <mat@parad0x.org> * Copyright (C) 2014-2017 Mathieu Mirmont <mat@parad0x.org> * * SharedArray is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading Loading
setup.py +1 −1 Original line number Diff line number Diff line #!/usr/bin/env python # # This file is part of SharedArray. # Copyright (C) 2014-2016 Mathieu Mirmont <mat@parad0x.org> # Copyright (C) 2014-2017 Mathieu Mirmont <mat@parad0x.org> # # SharedArray is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by Loading
src/map_owner.c +1 −1 Original line number Diff line number Diff line /* * This file is part of SharedArray. * Copyright (C) 2014-2016 Mathieu Mirmont <mat@parad0x.org> * Copyright (C) 2014-2017 Mathieu Mirmont <mat@parad0x.org> * * SharedArray is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading
src/map_owner.h +1 −1 Original line number Diff line number Diff line /* * This file is part of SharedArray. * Copyright (C) 2014-2016 Mathieu Mirmont <mat@parad0x.org> * Copyright (C) 2014-2017 Mathieu Mirmont <mat@parad0x.org> * * SharedArray is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading
src/map_owner_mlock.c +1 −1 Original line number Diff line number Diff line /* * This file is part of SharedArray. * Copyright (C) 2014-2016 Mathieu Mirmont <mat@parad0x.org> * Copyright (C) 2014-2017 Mathieu Mirmont <mat@parad0x.org> * * SharedArray is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading
src/map_owner_msync.c +1 −1 Original line number Diff line number Diff line /* * This file is part of SharedArray. * Copyright (C) 2014-2016 Mathieu Mirmont <mat@parad0x.org> * Copyright (C) 2014-2017 Mathieu Mirmont <mat@parad0x.org> * * SharedArray is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading