Skip to content

Commit 60d7a1f

Browse files
ppwwyyxxfacebook-github-bot
authored andcommitted
update copyright header
Summary: close facebookresearch#2200 Pull Request resolved: fairinternal/detectron2#478 Reviewed By: alexander-kirillov Differential Revision: D24752469 Pulled By: ppwwyyxx fbshipit-source-id: d32f287a9827c2a50eeb69cfea9cf518999e2a3d
1 parent 8cf79c4 commit 60d7a1f

File tree

343 files changed

+357
-349
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

343 files changed

+357
-349
lines changed

INSTALL.md

Lines changed: 9 additions & 3 deletions

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ file or class name and description of purpose be included on the
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2019 - present, Facebook, Inc
189+
Copyright [yyyy] [name of copyright owner]
190+
190191

191192
Licensed under the Apache License, Version 2.0 (the "License");
192193
you may not use this file except in compliance with the License.

datasets/prepare_ade20k_sem_seg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
3-
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
3+
# Copyright (c) Facebook, Inc. and its affiliates.
44
import numpy as np
55
import os
66
from pathlib import Path

datasets/prepare_cocofied_lvis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
3-
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
3+
# Copyright (c) Facebook, Inc. and its affiliates.
44

55
import copy
66
import json

datasets/prepare_for_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -e
2-
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
2+
# Copyright (c) Facebook, Inc. and its affiliates.
33

44
# Download some files needed for running tests.
55

datasets/prepare_panoptic_fpn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
3-
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
3+
# Copyright (c) Facebook, Inc. and its affiliates.
44

55
import functools
66
import json

demo/demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
1+
# Copyright (c) Facebook, Inc. and its affiliates.
22
import argparse
33
import glob
44
import multiprocessing as mp

demo/predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
1+
# Copyright (c) Facebook, Inc. and its affiliates.
22
import atexit
33
import bisect
44
import multiprocessing as mp

detectron2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
1+
# Copyright (c) Facebook, Inc. and its affiliates.
22

33
from .utils.env import setup_environment
44

detectron2/checkpoint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
2+
# Copyright (c) Facebook, Inc. and its affiliates.
33
# File:
44

55

0 commit comments

Comments
 (0)