mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +09:00
repo: add ungoogled-chromium license to root
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user