diff options
Diffstat (limited to 'tools/buildman')
| -rw-r--r-- | tools/buildman/README | 18 | ||||
| -rw-r--r-- | tools/buildman/board.py | 18 | ||||
| -rw-r--r-- | tools/buildman/bsettings.py | 18 | ||||
| -rw-r--r-- | tools/buildman/builder.py | 18 | ||||
| -rwxr-xr-x | tools/buildman/buildman.py | 18 | ||||
| -rw-r--r-- | tools/buildman/control.py | 18 | ||||
| -rw-r--r-- | tools/buildman/test.py | 18 | ||||
| -rw-r--r-- | tools/buildman/toolchain.py | 18 | 
8 files changed, 8 insertions, 136 deletions
| diff --git a/tools/buildman/README b/tools/buildman/README index 72210070a..734ada65a 100644 --- a/tools/buildman/README +++ b/tools/buildman/README @@ -1,22 +1,6 @@  # Copyright (c) 2013 The Chromium OS Authors.  # -# See file CREDITS for list of people who contributed to this -# project. -# -# 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 +# SPDX-License-Identifier:	GPL-2.0+  #  What is this? diff --git a/tools/buildman/board.py b/tools/buildman/board.py index 9f50abadc..cc7b5d011 100644 --- a/tools/buildman/board.py +++ b/tools/buildman/board.py @@ -1,22 +1,6 @@  # Copyright (c) 2012 The Chromium OS Authors.  # -# See file CREDITS for list of people who contributed to this -# project. -# -# 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 +# SPDX-License-Identifier:	GPL-2.0+  #  class Board: diff --git a/tools/buildman/bsettings.py b/tools/buildman/bsettings.py index 7e66c63b4..c80113056 100644 --- a/tools/buildman/bsettings.py +++ b/tools/buildman/bsettings.py @@ -1,22 +1,6 @@  # Copyright (c) 2012 The Chromium OS Authors.  # -# See file CREDITS for list of people who contributed to this -# project. -# -# 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 +# SPDX-License-Identifier:	GPL-2.0+  #  import ConfigParser diff --git a/tools/buildman/builder.py b/tools/buildman/builder.py index e426442ac..29da67a54 100644 --- a/tools/buildman/builder.py +++ b/tools/buildman/builder.py @@ -2,23 +2,7 @@  #  # Bloat-o-meter code used here Copyright 2004 Matt Mackall <mpm@selenic.com>  # -# See file CREDITS for list of people who contributed to this -# project. -# -# 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 +# SPDX-License-Identifier:	GPL-2.0+  #  import collections diff --git a/tools/buildman/buildman.py b/tools/buildman/buildman.py index 7b05d0fb6..6fba2f292 100755 --- a/tools/buildman/buildman.py +++ b/tools/buildman/buildman.py @@ -2,23 +2,7 @@  #  # Copyright (c) 2012 The Chromium OS Authors.  # -# See file CREDITS for list of people who contributed to this -# project. -# -# 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 +# SPDX-License-Identifier:	GPL-2.0+  #  """See README for more information""" diff --git a/tools/buildman/control.py b/tools/buildman/control.py index 4319ce77d..8e6a08f78 100644 --- a/tools/buildman/control.py +++ b/tools/buildman/control.py @@ -1,22 +1,6 @@  # Copyright (c) 2013 The Chromium OS Authors.  # -# See file CREDITS for list of people who contributed to this -# project. -# -# 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 +# SPDX-License-Identifier:	GPL-2.0+  #  import multiprocessing diff --git a/tools/buildman/test.py b/tools/buildman/test.py index 9330fa56e..bcdedfbf3 100644 --- a/tools/buildman/test.py +++ b/tools/buildman/test.py @@ -1,23 +1,7 @@  #  # Copyright (c) 2012 The Chromium OS Authors.  # -# See file CREDITS for list of people who contributed to this -# project. -# -# 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 +# SPDX-License-Identifier:	GPL-2.0+  #  import os diff --git a/tools/buildman/toolchain.py b/tools/buildman/toolchain.py index e0a697037..dfa1d00ce 100644 --- a/tools/buildman/toolchain.py +++ b/tools/buildman/toolchain.py @@ -1,22 +1,6 @@  # Copyright (c) 2012 The Chromium OS Authors.  # -# See file CREDITS for list of people who contributed to this -# project. -# -# 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 +# SPDX-License-Identifier:	GPL-2.0+  #  import glob |