repo: add ungoogled-chromium license to root

This commit is contained in:
jj
2025-05-31 11:51:48 +00:00
parent 3a977845f0
commit 4010387eab
31 changed files with 68 additions and 39 deletions

View File

@@ -3,7 +3,7 @@
# Copyright (c) 2019 The ungoogled-chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# found in the LICENSE.ungoogled_chromium file.
"""Run sanity checking algorithms over downloads.ini files
It checks the following:

View File

@@ -2,7 +2,7 @@
# Copyright (c) 2019 The ungoogled-chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# found in the LICENSE.ungoogled_chromium file.
"""
Checks if files in a list exist.

View File

@@ -3,7 +3,7 @@
# Copyright (c) 2019 The ungoogled-chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# found in the LICENSE.ungoogled_chromium file.
"""Run sanity checking algorithms over GN flags
It checks the following:

View File

@@ -3,7 +3,7 @@
# Copyright (c) 2019 The ungoogled-chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# found in the LICENSE.ungoogled_chromium file.
"""Run sanity checking algorithms over ungoogled-chromium's patch files
It checks the following:

View File

@@ -2,7 +2,7 @@
# Copyright (c) 2019 The ungoogled-chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# found in the LICENSE.ungoogled_chromium file.
"""Run Pylint over devutils"""
import argparse

View File

@@ -2,7 +2,7 @@
# Copyright (c) 2019 The ungoogled-chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# found in the LICENSE.ungoogled_chromium file.
"""Run Pylint over any module"""
import argparse

View File

@@ -2,7 +2,7 @@
# Copyright (c) 2019 The ungoogled-chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# found in the LICENSE.ungoogled_chromium file.
"""Run Pylint over utils"""
import argparse

View File

@@ -2,7 +2,7 @@
# Copyright (c) 2020 The ungoogled-chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# found in the LICENSE.ungoogled_chromium file.
"""Test check_patch_files.py"""
import logging

View File

@@ -2,7 +2,7 @@
# Copyright (c) 2020 The ungoogled-chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# found in the LICENSE.ungoogled_chromium file.
"""Test validate_patches.py"""
import logging

View File

@@ -6,7 +6,7 @@
# Copyright (c) 2019 The ungoogled-chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# found in the LICENSE.ungoogled_chromium file.
"""
Update binary pruning and domain substitution lists automatically.

View File

@@ -7,7 +7,7 @@
# Copyright (c) 2019 The ungoogled-chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# found in the LICENSE.ungoogled_chromium file.
"""
Utility to ease the updating of platform patches against ungoogled-chromium's patches

View File

@@ -3,7 +3,7 @@
# Copyright (c) 2019 The ungoogled-chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# found in the LICENSE.ungoogled_chromium file.
"""Run sanity checking algorithms over ungoogled-chromium's config files
NOTE: This script is hardcoded to run over ungoogled-chromium's config files only.

View File

@@ -3,7 +3,7 @@
# Copyright (c) 2020 The ungoogled-chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# found in the LICENSE.ungoogled_chromium file.
"""
Validates that all patches apply cleanly against the source tree.