1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- # File format ($ symbol means the beginning of a line):
- #
- # $ # this message
- # $ # =======================
- # $ # comments (all commentaries should starts with some number of spaces and # symbol)
- # ${action} {license id} {license text hash}
- # $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
- # ${all_file_action} filename
- # $ # user commentaries (many lines)
- # $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
- # ${action} {license spdx} {license text hash}
- # $BELONGS ./ya/make/file/relative/path/3/ya.make
- # ${all_file_action} filename
- # $ # user commentaries
- # $ generated description
- # $ ...
- #
- # You can modify action, all_file_action and add commentaries
- # Available actions:
- # keep - keep license in contrib and use in credits
- # skip - skip license
- # remove - remove all files with this license
- # rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
- #
- # {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
- # We suppose that that files can contain some license info
- # Available all file actions:
- # FILE_IGNORE - ignore file (do nothing)
- # FILE_INCLUDE - include all file data into licenses text file
- # =======================
- KEEP COPYRIGHT_SERVICE_LABEL 0811f5522217ff18ba6144de0ef16810
- BELONGS ya.make
- License text:
- Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved.
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- COPYING [6:6]
- KEEP COPYRIGHT_SERVICE_LABEL 1c361018c28e9d50c09ec5e3e3a3c31d
- BELONGS ya.make
- License text:
- * Copyright 2009-2010 Andrea Leofreddi <a.leofreddi@itcharm.com>. All rights reserved.
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- bin/jeprof [2354:2354]
- KEEP COPYRIGHT_SERVICE_LABEL 3fc0805e0d840e358c161050fcb8adac
- BELONGS ya.make
- License text:
- Copyright (C) 2009-present Facebook, Inc. All rights reserved.
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- COPYING [7:7]
- KEEP COPYRIGHT_SERVICE_LABEL 5b9a9f5906cedd1b7763010d2714005c
- BELONGS ya.make
- License text:
- Copyright (C) 2002-present Jason Evans <jasone@canonware.com>.
- All rights reserved.
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- COPYING [4:5]
- KEEP COPYRIGHT_SERVICE_LABEL 7c47a05dc6877bd58d0192a0c5bb1a2e
- BELONGS ya.make
- License text:
- \# Copyright (c) 1998-2007, Google Inc.
- \# All rights reserved.
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- bin/jeprof [3:4]
- KEEP COPYRIGHT_SERVICE_LABEL e012a01815867f7487a523b365382d0e
- BELONGS ya.make
- License text:
- Copyright 1998-2007 Google Inc.
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- bin/jeprof [284:284]
|