diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/tools/bison/m4 | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) | |
download | ydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/bison/m4')
-rw-r--r-- | contrib/tools/bison/m4/.yandex_meta/licenses.list.txt | 130 | ||||
-rw-r--r-- | contrib/tools/bison/m4/ya.make | 16 |
2 files changed, 73 insertions, 73 deletions
diff --git a/contrib/tools/bison/m4/.yandex_meta/licenses.list.txt b/contrib/tools/bison/m4/.yandex_meta/licenses.list.txt index c0c24001ed..a4e8a82756 100644 --- a/contrib/tools/bison/m4/.yandex_meta/licenses.list.txt +++ b/contrib/tools/bison/m4/.yandex_meta/licenses.list.txt @@ -1,65 +1,65 @@ -====================COPYRIGHT==================== - Copyright (C) 1989-1993, 2004, 2006-2013 Free Software Foundation, - Inc. - - -====================COPYRIGHT==================== - Copyright (C) 1989-1994, 2000, 2004, 2006-2013 Free Software - Foundation, Inc. - - -====================COPYRIGHT==================== - Copyright (C) 1989-1994, 2003, 2006-2013 Free Software Foundation, - Inc. - - -====================COPYRIGHT==================== - Copyright (C) 1989-1994, 2004-2013 Free Software Foundation, Inc. - - -====================COPYRIGHT==================== - Copyright (C) 1989-1994, 2006-2007, 2009-2013 Free Software - Foundation, Inc. - - -====================COPYRIGHT==================== - Copyright (C) 1989-1994, 2006-2013 Free Software Foundation, Inc. - - -====================COPYRIGHT==================== - Copyright (C) 1991-1994, 2004, 2006-2007, 2009-2013 Free Software - Foundation, Inc. - - -====================COPYRIGHT==================== - Copyright (C) 2006-2013 Free Software Foundation, Inc. - - -====================GPL-3.0-or-later==================== - GNU M4 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 3 of the License, or - (at your option) any later version. - - GNU M4 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, see <http://www.gnu.org/licenses/>. - - -====================GPL-3.0-or-later==================== -## GNU M4 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 3 of the License, or -## (at your option) any later version. -## -## GNU M4 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, see <http://www.gnu.org/licenses/>. +====================COPYRIGHT==================== + Copyright (C) 1989-1993, 2004, 2006-2013 Free Software Foundation, + Inc. + + +====================COPYRIGHT==================== + Copyright (C) 1989-1994, 2000, 2004, 2006-2013 Free Software + Foundation, Inc. + + +====================COPYRIGHT==================== + Copyright (C) 1989-1994, 2003, 2006-2013 Free Software Foundation, + Inc. + + +====================COPYRIGHT==================== + Copyright (C) 1989-1994, 2004-2013 Free Software Foundation, Inc. + + +====================COPYRIGHT==================== + Copyright (C) 1989-1994, 2006-2007, 2009-2013 Free Software + Foundation, Inc. + + +====================COPYRIGHT==================== + Copyright (C) 1989-1994, 2006-2013 Free Software Foundation, Inc. + + +====================COPYRIGHT==================== + Copyright (C) 1991-1994, 2004, 2006-2007, 2009-2013 Free Software + Foundation, Inc. + + +====================COPYRIGHT==================== + Copyright (C) 2006-2013 Free Software Foundation, Inc. + + +====================GPL-3.0-or-later==================== + GNU M4 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 3 of the License, or + (at your option) any later version. + + GNU M4 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, see <http://www.gnu.org/licenses/>. + + +====================GPL-3.0-or-later==================== +## GNU M4 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 3 of the License, or +## (at your option) any later version. +## +## GNU M4 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, see <http://www.gnu.org/licenses/>. diff --git a/contrib/tools/bison/m4/ya.make b/contrib/tools/bison/m4/ya.make index 3a54fa2c8f..495face069 100644 --- a/contrib/tools/bison/m4/ya.make +++ b/contrib/tools/bison/m4/ya.make @@ -2,18 +2,18 @@ OWNER(g:contrib) PROGRAM() -LICENSE(GPL-3.0-or-later) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - +LICENSE(GPL-3.0-or-later) + +LICENSE_TEXTS(.yandex_meta/licenses.list.txt) + NO_RUNTIME() - + NO_COMPILER_WARNINGS() IF (MUSL) - CFLAGS( - -DO_BINARY=0 - ) + CFLAGS( + -DO_BINARY=0 + ) ENDIF() SRCS( |