Skip to content

Commit

Permalink
Adapted ILGPU.Samples copyright headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rs-mt committed Oct 11, 2021
1 parent 619fbe6 commit d377b95
Show file tree
Hide file tree
Showing 51 changed files with 363 additions and 352 deletions.
14 changes: 7 additions & 7 deletions Samples/AdjustableSharedMemory/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2019 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Runtime;
Expand Down
14 changes: 7 additions & 7 deletions Samples/AdvancedAtomics/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2019 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.AtomicOperations;
Expand Down
14 changes: 7 additions & 7 deletions Samples/AdvancedViews/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2019 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Runtime;
Expand Down
14 changes: 7 additions & 7 deletions Samples/AlgorithmsCuBlas/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2020 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Algorithms;
Expand Down
14 changes: 7 additions & 7 deletions Samples/AlgorithmsGroups/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2019 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Algorithms;
Expand Down
14 changes: 7 additions & 7 deletions Samples/AlgorithmsHistogram/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2019 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Algorithms;
Expand Down
14 changes: 7 additions & 7 deletions Samples/AlgorithmsInitialize/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2019 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Algorithms;
Expand Down
14 changes: 7 additions & 7 deletions Samples/AlgorithmsMath/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2019 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Algorithms;
Expand Down
14 changes: 7 additions & 7 deletions Samples/AlgorithmsRadixSort/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2019 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Algorithms;
Expand Down
14 changes: 7 additions & 7 deletions Samples/AlgorithmsRandom/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2019 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Algorithms.Random;
Expand Down
14 changes: 7 additions & 7 deletions Samples/AlgorithmsReduce/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2019 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Algorithms;
Expand Down
14 changes: 7 additions & 7 deletions Samples/AlgorithmsScan/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2019 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Algorithms;
Expand Down
14 changes: 7 additions & 7 deletions Samples/AlgorithmsSequence/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2019 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Algorithms;
Expand Down
14 changes: 7 additions & 7 deletions Samples/AlgorithmsTransform/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2019 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Algorithms;
Expand Down
14 changes: 7 additions & 7 deletions Samples/AlgorithmsUnique/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2019 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Algorithms;
Expand Down
14 changes: 7 additions & 7 deletions Samples/AlgorithmsWarps/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2019 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Algorithms;
Expand Down
14 changes: 7 additions & 7 deletions Samples/CustomIntrinsics/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2019 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Backends.OpenCL;
Expand Down
14 changes: 7 additions & 7 deletions Samples/DeviceInfo/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2019 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Runtime;
Expand Down
14 changes: 7 additions & 7 deletions Samples/DynamicSharedMemory/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -----------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2017-2020 ILGPU Samples Project
// www.ilgpu.net
// ---------------------------------------------------------------------------------------
// ILGPU Samples
// Copyright (c) 2021 ILGPU Project
// www.ilgpu.net
//
// File: Program.cs
//
// This file is part of ILGPU and is distributed under the University of
// Illinois Open Source License. See LICENSE.txt for details.
// -----------------------------------------------------------------------------
// This file is part of ILGPU and is distributed under the University of Illinois Open
// Source License. See LICENSE.txt for details.
// ---------------------------------------------------------------------------------------

using ILGPU;
using ILGPU.Runtime;
Expand Down
Loading

0 comments on commit d377b95

Please sign in to comment.