diff --git a/pjlib/include/pj/stack.h b/pjlib/include/pj/stack.h index 61472b0c15..69e6f60949 100644 --- a/pjlib/include/pj/stack.h +++ b/pjlib/include/pj/stack.h @@ -1,3 +1,21 @@ +/* +* Copyright (C) 2008-2024 Teluu Inc. (http://www.teluu.com) +* Copyright (C) 2022-2024 Leonid Goltsblat +* +* This program is free software; you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation; either version 2 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program; if not, write to the Free Software +* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ #ifndef __PJ_STACK_H__ #define __PJ_STACK_H__ diff --git a/pjlib/src/pj/stack.c b/pjlib/src/pj/stack.c index 5f068e23a7..3684e733bf 100644 --- a/pjlib/src/pj/stack.c +++ b/pjlib/src/pj/stack.c @@ -1,3 +1,21 @@ +/* +* Copyright (C) 2008-2024 Teluu Inc. (http://www.teluu.com) +* Copyright (C) 2022-2024 Leonid Goltsblat +* +* This program is free software; you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation; either version 2 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program; if not, write to the Free Software +* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ #include #include #include diff --git a/pjlib/src/pj/stack_win32.c b/pjlib/src/pj/stack_win32.c index 568e54d53b..d624c74332 100644 --- a/pjlib/src/pj/stack_win32.c +++ b/pjlib/src/pj/stack_win32.c @@ -1,3 +1,21 @@ +/* +* Copyright (C) 2008-2024 Teluu Inc. (http://www.teluu.com) +* Copyright (C) 2022-2024 Leonid Goltsblat +* +* This program is free software; you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation; either version 2 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program; if not, write to the Free Software +* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ #include #include #include @@ -17,7 +35,7 @@ */ #ifndef PJ_WIN32 -#error stack_win32.c should be compiled înly for Windows platform +#error stack_win32.c should be compiled only for Windows platform #endif // PJ_WIN32 #include diff --git a/pjlib/src/pjlib-test/stack.c b/pjlib/src/pjlib-test/stack.c index 9fb4c688f7..3bb6c811a8 100644 --- a/pjlib/src/pjlib-test/stack.c +++ b/pjlib/src/pjlib-test/stack.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2008-2024 Teluu Inc. (http://www.teluu.com) + * Copyright (C) 2022-2024 Leonid Goltsblat + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ #include "test.h" /**