Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copyright message to 2023 #339

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion COPYRIGHT.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2011-2022 The Khronos Group, Inc.
Copyright (c) 2011-2023 The Khronos Group, Inc.

This specification is protected by copyright laws and contains material proprietary
to Khronos. Except as described by these terms, it or any components
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2011-2022 The Khronos Group, Inc.
Copyright (c) 2011-2023 The Khronos Group, Inc.

The files in, and generated output documents from this SYCL-Docs project are
under a mix of copyright and license statements. Refer to the individual files
Expand Down
2 changes: 1 addition & 1 deletion adoc/chapters/copyright-spec.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2011-2022 The Khronos Group, Inc.
Copyright (c) 2011-2023 The Khronos Group, Inc.

This Specification is protected by copyright laws and contains material
proprietary to Khronos. Except as described by these terms, it or any
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/algorithms.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

buffer<int> inputBuf { 1024 };
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/anatomy.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/aspectTraitExample.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: MIT

#include <sycl/sycl.hpp>
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/attributes.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

// Kernel defined as a lambda
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/basicParallelForGeneric.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

myQueue.submit([&](handler& cgh) {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/basicParallelForIntegral.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

myQueue.submit([&](handler& cgh) {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/basicParallelForItem.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

myQueue.submit([&](handler& cgh) {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/basicParallelForNumber.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

myQueue.submit([&](handler& cgh) {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/basicparallelfor.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

myQueue.submit([&](handler& cgh) {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/bundle-builtin-kernel.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

#include <sycl/sycl.hpp>
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/bundle-kernel-introspection.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

#include <sycl/sycl.hpp>
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/bundle-pre-compile.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

#include <sycl/sycl.hpp>
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/bundle-spec-constants.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

#include <sycl/sycl.hpp>
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/deviceHas.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

class KernelFunctor {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/explicitcopy.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

const size_t nElems = 10u;
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/handlingBackendErrorCode.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

void catch_backend_errors(sycl::context const& ctx) {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/handlingErrorCode.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

void catch_invalid_errors(sycl::context const& ctx) {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/handlingException.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

void catch_any_errors(sycl::context const& ctx) {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/lambdaNameExamples.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

// Explicit kernel names can be optionally forward declared at namespace scope
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/largesample.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/myfunctor.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

class RandomFiller {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/mykernel.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

// Explicit kernel names can be optionally forward declared at namespace scope
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/parallelForWithKernelHandler.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

myQueue.submit([&](handler& cgh) {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/parallelForWorkGroupWithKernelHandler.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

myQueue.submit([&](handler& cgh) {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/parallelfor.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

myQueue.submit([&](handler& cgh) {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/parallelforbarrier.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

myQueue.submit([&](handler& cgh) {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/parallelforworkgroup.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

myQueue.submit([&](handler& cgh) {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/parallelforworkgroup2.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

myQueue.submit([&](handler& cgh) {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/propertyExample.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

{
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/queueShortcuts.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

class MyKernel;
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/reduction.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

buffer<int> valuesBuf { 1024 };
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/singleTaskWithKernelHandler.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

myQueue.submit([&](handler& cgh) {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/singletask.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

myQueue.submit([&](handler& cgh) {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/specialization_id.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

#include <sycl/sycl.hpp>
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/subbuffer.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

buffer<int, 2> parent_buffer { range<2> {
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/sycl-external.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

#include <sycl/sycl.hpp>
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/twoOptionalFeatures.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

queue q1(dev1);
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/usingSpecConstants.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

#include <sycl/sycl.hpp>
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/usm_device.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion adoc/code/usm_shared.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion adoc/config/katex_replace.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011-2022 The Khronos Group, Inc.
# Copyright (c) 2011-2023 The Khronos Group, Inc.
# SPDX-License-Identifier: Apache-2.0

#require 'asciidoctor/extensions' unless RUBY_ENGINE == 'opal'
Expand Down
2 changes: 1 addition & 1 deletion adoc/config/katex_replace/extension.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011-2022 The Khronos Group, Inc.
# Copyright (c) 2011-2023 The Khronos Group, Inc.
# SPDX-License-Identifier: Apache-2.0

require 'asciidoctor/extensions' unless RUBY_ENGINE == 'opal'
Expand Down
2 changes: 1 addition & 1 deletion adoc/config/loadable_html.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011-2022 The Khronos Group, Inc.
# Copyright (c) 2011-2023 The Khronos Group, Inc.
# SPDX-License-Identifier: Apache-2.0

#require 'asciidoctor/extensions' unless RUBY_ENGINE == 'opal'
Expand Down
2 changes: 1 addition & 1 deletion adoc/config/loadable_html/extension.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011-2022 The Khronos Group, Inc.
# Copyright (c) 2011-2023 The Khronos Group, Inc.
# SPDX-License-Identifier: Apache-2.0

require 'asciidoctor/extensions' unless RUBY_ENGINE == 'opal'
Expand Down
2 changes: 1 addition & 1 deletion adoc/config/rouge_sycl.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- #
# frozen_string_literal: true
# Copyright (c) 2011-2022 The Khronos Group, Inc.
# Copyright (c) 2011-2023 The Khronos Group, Inc.
# SPDX-License-Identifier: Apache-2.0

puts "Loading rouge_sycl extensions for source code highlighting"
Expand Down
2 changes: 1 addition & 1 deletion adoc/config/spec-macros.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011-2022 The Khronos Group, Inc.
# Copyright (c) 2011-2023 The Khronos Group, Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion adoc/config/spec-macros/extension.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011-2022 The Khronos Group, Inc.
# Copyright (c) 2011-2023 The Khronos Group, Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion adoc/headers/accessMode.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

namespace sycl {
Expand Down
2 changes: 1 addition & 1 deletion adoc/headers/accessProperties.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

namespace sycl {
Expand Down
2 changes: 1 addition & 1 deletion adoc/headers/accessTags.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

namespace sycl {
Expand Down
2 changes: 1 addition & 1 deletion adoc/headers/accessorBuffer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

namespace sycl {
Expand Down
2 changes: 1 addition & 1 deletion adoc/headers/accessorDeprecatedConstant.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

namespace sycl {
Expand Down
2 changes: 1 addition & 1 deletion adoc/headers/accessorDeprecatedHost.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

namespace sycl {
Expand Down
2 changes: 1 addition & 1 deletion adoc/headers/accessorDeprecatedLocal.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

namespace sycl {
Expand Down
2 changes: 1 addition & 1 deletion adoc/headers/accessorHost.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

namespace sycl {
Expand Down
2 changes: 1 addition & 1 deletion adoc/headers/accessorLocal.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

namespace sycl {
Expand Down
2 changes: 1 addition & 1 deletion adoc/headers/accessorSampledImage.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

namespace sycl {
Expand Down
2 changes: 1 addition & 1 deletion adoc/headers/accessorUnsampledImage.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0

namespace sycl {
Expand Down
2 changes: 1 addition & 1 deletion adoc/headers/algorithms/all_of.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: MIT

template <typename Group, typename Ptr, typename Predicate>
Expand Down
2 changes: 1 addition & 1 deletion adoc/headers/algorithms/any_of.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: MIT

template <typename Group, typename Ptr, typename Predicate>
Expand Down
2 changes: 1 addition & 1 deletion adoc/headers/algorithms/exclusive_scan.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: MIT

template <typename Group, typename InPtr, typename OutPtr,
Expand Down
2 changes: 1 addition & 1 deletion adoc/headers/algorithms/inclusive_scan.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: MIT

template <typename Group, typename InPtr, typename OutPtr,
Expand Down
2 changes: 1 addition & 1 deletion adoc/headers/algorithms/is_group.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2022 The Khronos Group, Inc.
// Copyright (c) 2011-2023 The Khronos Group, Inc.
// SPDX-License-Identifier: MIT

namespace sycl {
Expand Down
Loading