Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit 1686f21

Browse files
authored
Update Copyright year to 2020 (#509)
* Update Copyright year to 2020 * Update Copyright in License
1 parent 7d78535 commit 1686f21

File tree

224 files changed

+242
-246
lines changed

Some content is hidden

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

224 files changed

+242
-246
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion

buildscripts/autogen_sources.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# *****************************************************************************
3-
# Copyright (c) 2019, Intel Corporation All rights reserved.
3+
# Copyright (c) 2020, Intel Corporation All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions are met:
@@ -41,7 +41,7 @@
4141

4242
copyright_header = '''\
4343
# *****************************************************************************
44-
# Copyright (c) 2019, Intel Corporation All rights reserved.
44+
# Copyright (c) 2020, Intel Corporation All rights reserved.
4545
#
4646
# Redistribution and use in source and binary forms, with or without
4747
# modification, are permitted provided that the following conditions are met:

buildscripts/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# *****************************************************************************
2-
# Copyright (c) 2019, Intel Corporation All rights reserved.
2+
# Copyright (c) 2020, Intel Corporation All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions are met:

buildscripts/sdc_pi_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# *****************************************************************************
2-
# Copyright (c) 2019, Intel Corporation All rights reserved.
2+
# Copyright (c) 2020, Intel Corporation All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions are met:

buildscripts/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# *****************************************************************************
2-
# Copyright (c) 2019, Intel Corporation All rights reserved.
2+
# Copyright (c) 2020, Intel Corporation All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions are met:

buildscripts/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# *****************************************************************************
2-
# Copyright (c) 2019, Intel Corporation All rights reserved.
2+
# Copyright (c) 2020, Intel Corporation All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions are met:

docs/source/buildscripts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# *****************************************************************************
3-
# Copyright (c) 2019, Intel Corporation All rights reserved.
3+
# Copyright (c) 2020, Intel Corporation All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions are met:

docs/source/buildscripts/apiref_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# *****************************************************************************
3-
# Copyright (c) 2019, Intel Corporation All rights reserved.
3+
# Copyright (c) 2020, Intel Corporation All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions are met:

docs/source/buildscripts/module_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# *****************************************************************************
3-
# Copyright (c) 2019, Intel Corporation All rights reserved.
3+
# Copyright (c) 2020, Intel Corporation All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions are met:

docs/source/buildscripts/pandas_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# *****************************************************************************
3-
# Copyright (c) 2019, Intel Corporation All rights reserved.
3+
# Copyright (c) 2020, Intel Corporation All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)