Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit 0994ef6

Browse files
committed
Updated License Headers
Fixed control characters that caused misformatting in some text editors
1 parent 561ac8c commit 0994ef6

30 files changed

+390
-90
lines changed

Project/Common/ListOfFunctions.inl

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
/////////////////////////////////////////////////////////////////////////////////////////////
1+
////////////////////////////////////////////////////////////////////////////////
22
// Copyright 2017 Intel Corporation
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");// you may not use this file except in compliance with the License.// You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software// distributed under the License is distributed on an "AS IS" BASIS,// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.// See the License for the specific language governing permissions and// limitations under the License.
5-
/////////////////////////////////////////////////////////////////////////////////////////////
4+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+
// use this file except in compliance with the License. You may obtain a copy
6+
// of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
// License for the specific language governing permissions and limitations
14+
// under the License.
15+
////////////////////////////////////////////////////////////////////////////////
616

717
// ************************************************************ //
818
// Exported functions //

Project/Common/OperatingSystem.cpp

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
/////////////////////////////////////////////////////////////////////////////////////////////
1+
////////////////////////////////////////////////////////////////////////////////
22
// Copyright 2017 Intel Corporation
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");// you may not use this file except in compliance with the License.// You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software// distributed under the License is distributed on an "AS IS" BASIS,// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.// See the License for the specific language governing permissions and// limitations under the License.
5-
/////////////////////////////////////////////////////////////////////////////////////////////
4+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+
// use this file except in compliance with the License. You may obtain a copy
6+
// of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
// License for the specific language governing permissions and limitations
14+
// under the License.
15+
////////////////////////////////////////////////////////////////////////////////
616

717
#include <thread>
818
#include <chrono>

Project/Common/OperatingSystem.h

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
/////////////////////////////////////////////////////////////////////////////////////////////
1+
////////////////////////////////////////////////////////////////////////////////
22
// Copyright 2017 Intel Corporation
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");// you may not use this file except in compliance with the License.// You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software// distributed under the License is distributed on an "AS IS" BASIS,// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.// See the License for the specific language governing permissions and// limitations under the License.
5-
/////////////////////////////////////////////////////////////////////////////////////////////
4+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+
// use this file except in compliance with the License. You may obtain a copy
6+
// of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
// License for the specific language governing permissions and limitations
14+
// under the License.
15+
////////////////////////////////////////////////////////////////////////////////
616

717
#if !defined(OPERATING_SYSTEM_HEADER)
818
#define OPERATING_SYSTEM_HEADER

Project/Common/Tools.cpp

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
/////////////////////////////////////////////////////////////////////////////////////////////
1+
////////////////////////////////////////////////////////////////////////////////
22
// Copyright 2017 Intel Corporation
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");// you may not use this file except in compliance with the License.// You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software// distributed under the License is distributed on an "AS IS" BASIS,// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.// See the License for the specific language governing permissions and// limitations under the License.
5-
/////////////////////////////////////////////////////////////////////////////////////////////
4+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+
// use this file except in compliance with the License. You may obtain a copy
6+
// of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
// License for the specific language governing permissions and limitations
14+
// under the License.
15+
////////////////////////////////////////////////////////////////////////////////
616

717
#include <cmath>
818
#include <fstream>

Project/Common/Tools.h

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
/////////////////////////////////////////////////////////////////////////////////////////////
1+
////////////////////////////////////////////////////////////////////////////////
22
// Copyright 2017 Intel Corporation
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");// you may not use this file except in compliance with the License.// You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software// distributed under the License is distributed on an "AS IS" BASIS,// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.// See the License for the specific language governing permissions and// limitations under the License.
5-
/////////////////////////////////////////////////////////////////////////////////////////////
4+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+
// use this file except in compliance with the License. You may obtain a copy
6+
// of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
// License for the specific language governing permissions and limitations
14+
// under the License.
15+
////////////////////////////////////////////////////////////////////////////////
616

717
#if !defined(TOOLS_HEADER)
818
#define TOOLS_HEADER

Project/Common/VulkanCommon.cpp

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
/////////////////////////////////////////////////////////////////////////////////////////////
1+
////////////////////////////////////////////////////////////////////////////////
22
// Copyright 2017 Intel Corporation
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");// you may not use this file except in compliance with the License.// You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software// distributed under the License is distributed on an "AS IS" BASIS,// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.// See the License for the specific language governing permissions and// limitations under the License.
5-
/////////////////////////////////////////////////////////////////////////////////////////////
4+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+
// use this file except in compliance with the License. You may obtain a copy
6+
// of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
// License for the specific language governing permissions and limitations
14+
// under the License.
15+
////////////////////////////////////////////////////////////////////////////////
616

717
#include "VulkanCommon.h"
818
#include "VulkanFunctions.h"

Project/Common/VulkanCommon.h

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
/////////////////////////////////////////////////////////////////////////////////////////////
1+
////////////////////////////////////////////////////////////////////////////////
22
// Copyright 2017 Intel Corporation
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");// you may not use this file except in compliance with the License.// You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software// distributed under the License is distributed on an "AS IS" BASIS,// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.// See the License for the specific language governing permissions and// limitations under the License.
5-
/////////////////////////////////////////////////////////////////////////////////////////////
4+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+
// use this file except in compliance with the License. You may obtain a copy
6+
// of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
// License for the specific language governing permissions and limitations
14+
// under the License.
15+
////////////////////////////////////////////////////////////////////////////////
616

717
#if !defined(VULKAN_COMMON_HEADER)
818
#define VULKAN_COMMON_HEADER

Project/Common/VulkanFunctions.cpp

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
/////////////////////////////////////////////////////////////////////////////////////////////
1+
////////////////////////////////////////////////////////////////////////////////
22
// Copyright 2017 Intel Corporation
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");// you may not use this file except in compliance with the License.// You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software// distributed under the License is distributed on an "AS IS" BASIS,// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.// See the License for the specific language governing permissions and// limitations under the License.
5-
/////////////////////////////////////////////////////////////////////////////////////////////
4+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+
// use this file except in compliance with the License. You may obtain a copy
6+
// of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
// License for the specific language governing permissions and limitations
14+
// under the License.
15+
////////////////////////////////////////////////////////////////////////////////
616

717
#include "vulkan.h"
818

Project/Common/VulkanFunctions.h

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
/////////////////////////////////////////////////////////////////////////////////////////////
1+
////////////////////////////////////////////////////////////////////////////////
22
// Copyright 2017 Intel Corporation
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");// you may not use this file except in compliance with the License.// You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software// distributed under the License is distributed on an "AS IS" BASIS,// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.// See the License for the specific language governing permissions and// limitations under the License.
5-
/////////////////////////////////////////////////////////////////////////////////////////////
4+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+
// use this file except in compliance with the License. You may obtain a copy
6+
// of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
// License for the specific language governing permissions and limitations
14+
// under the License.
15+
////////////////////////////////////////////////////////////////////////////////
616

717
#if !defined(VULKAN_FUNCTIONS_HEADER)
818
#define VULKAN_FUNCTIONS_HEADER

Project/Tutorial01/Tutorial01.cpp

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
/////////////////////////////////////////////////////////////////////////////////////////////
1+
////////////////////////////////////////////////////////////////////////////////
22
// Copyright 2017 Intel Corporation
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");// you may not use this file except in compliance with the License.// You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software// distributed under the License is distributed on an "AS IS" BASIS,// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.// See the License for the specific language governing permissions and// limitations under the License.
5-
/////////////////////////////////////////////////////////////////////////////////////////////
4+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+
// use this file except in compliance with the License. You may obtain a copy
6+
// of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
// License for the specific language governing permissions and limitations
14+
// under the License.
15+
////////////////////////////////////////////////////////////////////////////////
616

717
#include <vector>
818
#include "Tutorial01.h"

Project/Tutorial01/Tutorial01.h

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
/////////////////////////////////////////////////////////////////////////////////////////////
1+
////////////////////////////////////////////////////////////////////////////////
22
// Copyright 2017 Intel Corporation
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");// you may not use this file except in compliance with the License.// You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software// distributed under the License is distributed on an "AS IS" BASIS,// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.// See the License for the specific language governing permissions and// limitations under the License.
5-
/////////////////////////////////////////////////////////////////////////////////////////////
4+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+
// use this file except in compliance with the License. You may obtain a copy
6+
// of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
// License for the specific language governing permissions and limitations
14+
// under the License.
15+
////////////////////////////////////////////////////////////////////////////////
616

717
#if !defined(TUTORIAL_01_HEADER)
818
#define TUTORIAL_01_HEADER

Project/Tutorial01/main.cpp

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
/////////////////////////////////////////////////////////////////////////////////////////////
1+
////////////////////////////////////////////////////////////////////////////////
22
// Copyright 2017 Intel Corporation
33
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");// you may not use this file except in compliance with the License.// You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software// distributed under the License is distributed on an "AS IS" BASIS,// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.// See the License for the specific language governing permissions and// limitations under the License.
5-
/////////////////////////////////////////////////////////////////////////////////////////////
4+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+
// use this file except in compliance with the License. You may obtain a copy
6+
// of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
// License for the specific language governing permissions and limitations
14+
// under the License.
15+
////////////////////////////////////////////////////////////////////////////////
616

717
#include "Tutorial01.h"
818

0 commit comments

Comments
 (0)