Skip to content

Commit c2c03da

Browse files
committed
Add origin and license documentation
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 741981d commit c2c03da

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

src/licensedcode/languages.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# -*- coding: utf-8 -*-
2+
#
3+
# Copyright (c) Django Software Foundation and individual contributors.
4+
# SPDX-License-Identifier: BSD-3-Clause
5+
# Originally from https://raw.githubusercontent.com/django/django/ce586ed6931092d3a5f06df9031cdeb891793ddb/django/conf/locale/__init__.py
6+
#
7+
# See https://github.com/nexB/scancode-toolkit for support or download.
8+
# See https://aboutcode.org for more information about nexB OSS projects.
9+
#
10+
111
"""
212
LANG_INFO is a dictionary structure to provide meta information about languages.
313
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
about_resource: languages.py
2+
version: ce586ed6
3+
download_url: https://raw.githubusercontent.com/django/django/ce586ed6931092d3a5f06df9031cdeb891793ddb/django/conf/locale/__init__.py
4+
package_url: pkg:github/django/django@ce586ed6931092d3a5f06df9031cdeb891793ddb#conf/locale/__init__.py
5+
6+
description: List of ISO languages copied from Django
7+
homepage_url: https://github.com/django/django
8+
copyright: Copyright (c) Django Software Foundation and individual contributors.
9+
owner: nexB
10+
11+
license_expression: bsd-new
12+
licenses:
13+
- file: languages.py.LICENSE
14+
key: bsd-new
15+

0 commit comments

Comments
 (0)