Skip to content

Commit 7026ad0

Browse files
authored
Merge pull request #124 from foss-for-synopsys-dwc-arc-processors/modify_copyrights
Updated copyrights
2 parents 66a7171 + 50e0561 commit 7026ad0

File tree

142 files changed

+148
-160
lines changed

Some content is hidden

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

142 files changed

+148
-160
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
embARC Machine Learning Inference (embARC MLI) library
22

3-
Copyright (c) 2019 Synopsys, Inc. All rights reserved.
3+
Copyright (c) 2019-2020 Synopsys, Inc. All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
66

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2019, Synopsys, Inc.
2+
# Copyright 2019-2020, Synopsys, Inc.
33
# All rights reserved.
44
#
55
# This source code is licensed under the BSD-3-Clause license found in

build/rules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2019, Synopsys, Inc.
2+
# Copyright 2019-2020, Synopsys, Inc.
33
# All rights reserved.
44
#
55
# This source code is licensed under the BSD-3-Clause license found in

doc/documents/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
# General information about the project.
5555
project = u'embARC Machine Learning Inference Library'
56-
copyright = u'2019, Synopsys, Inc'
56+
copyright = u'2019-2020, Synopsys, Inc'
5757
author = u'Synopsys, Inc'
5858

5959
# The version info for the project you're documenting, acts as replacement for

doc/documents/overview/overview.rst

Lines changed: 1 addition & 1 deletion

examples/auxiliary/examples_aux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019, Synopsys, Inc.
2+
* Copyright 2019-2020, Synopsys, Inc.
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-3-Clause license found in

examples/auxiliary/examples_aux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019, Synopsys, Inc.
2+
* Copyright 2019-2020, Synopsys, Inc.
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-3-Clause license found in

examples/auxiliary/gnu_support_aux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019, Synopsys, Inc.
2+
* Copyright 2019-2020, Synopsys, Inc.
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-3-Clause license found in

examples/auxiliary/idx_file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019, Synopsys, Inc.
2+
* Copyright 2019-2020, Synopsys, Inc.
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-3-Clause license found in

examples/auxiliary/idx_file.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019, Synopsys, Inc.
2+
* Copyright 2019-2020, Synopsys, Inc.
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-3-Clause license found in

0 commit comments

Comments
 (0)