/
githubmirror
/
icu
ОбзорДокументацияВойти
/
githubmirror
/
icu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
icu/
.../scripts/cpysearch/
..
Cpy.pm

ICU-10879 Split out OBJECTS from Makefiles into separate files

6 лет назад
cpyscan.pl

ICU-23054 Fix copyright scanner; fix terms of use

год назад
cpysearch.pl

ICU-13358 Fixed cpyscan problems. Enhanced cpyscan.pl to use online version of cpyskip.txt by default. Added the new Unicode copyright comment in many tools files.

9 лет назад
readme.txt

ICU-21580 change site.icu-project.org to icu.unicode.org etc

5 лет назад
readme.txt
Copyright (C) 2017 and later: Unicode, Inc. and others.
License & terms of use: http://www.unicode.org/copyright.html
 
Copyright (c) 2002-2009, International Business Machines Corporation and others. All Rights Reserved.
 
cpysearch.pl is a perl script used to detect the files that might not have the copyright notice. Best when used on windows on a clean checkout. Edit $icuSource to your path. If you are working on other platform, you probably want to edit $ignore to reflect different temporary files that you don't want in the scan. The result will be the list of files that don't have word copyright (case ignored) in first 10 lines. Look at them and fix if needed.
 
cpysearch.pl searches for files modified this year that don't have the
correct year copyright (i.e. 'copyright 1995')
 
cpyscan.pl searches for all files that don't have any copyright
 
.cpyskip.txt is part of the ignore list. It resides as hidden file on
the top level of the repsoitory. Download the latest from
https://raw.githubusercontent.com/unicode-org/icu/main/.cpyskip.txt
 
more docs on copyright scan at:
https://icu.unicode.org/processes/copyright-scan