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 Mathieu Mirmont <mat@parad0x.org> # Copyright (C) 2014-2016 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/shared_array.c +1 −1 Original line number Diff line number Diff line /* * This file is part of SharedArray. * Copyright (C) 2014 Mathieu Mirmont <mat@parad0x.org> * Copyright (C) 2014-2016 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/shared_array.h +1 −1 Original line number Diff line number Diff line /* * This file is part of SharedArray. * Copyright (C) 2014 Mathieu Mirmont <mat@parad0x.org> * Copyright (C) 2014-2016 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/shared_array_attach.c +1 −1 Original line number Diff line number Diff line /* * This file is part of SharedArray. * Copyright (C) 2014 Mathieu Mirmont <mat@parad0x.org> * Copyright (C) 2014-2016 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/shared_array_create.c +1 −1 Original line number Diff line number Diff line /* * This file is part of SharedArray. * Copyright (C) 2014 Mathieu Mirmont <mat@parad0x.org> * Copyright (C) 2014-2016 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 Mathieu Mirmont <mat@parad0x.org> # Copyright (C) 2014-2016 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/shared_array.c +1 −1 Original line number Diff line number Diff line /* * This file is part of SharedArray. * Copyright (C) 2014 Mathieu Mirmont <mat@parad0x.org> * Copyright (C) 2014-2016 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/shared_array.h +1 −1 Original line number Diff line number Diff line /* * This file is part of SharedArray. * Copyright (C) 2014 Mathieu Mirmont <mat@parad0x.org> * Copyright (C) 2014-2016 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/shared_array_attach.c +1 −1 Original line number Diff line number Diff line /* * This file is part of SharedArray. * Copyright (C) 2014 Mathieu Mirmont <mat@parad0x.org> * Copyright (C) 2014-2016 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/shared_array_create.c +1 −1 Original line number Diff line number Diff line /* * This file is part of SharedArray. * Copyright (C) 2014 Mathieu Mirmont <mat@parad0x.org> * Copyright (C) 2014-2016 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