Skip to content

Commit bb7fae4

Browse files
committed
License Formatting Update
Removed control characters that were affecting some whitepsace on certain text editors
1 parent 7b4d785 commit bb7fae4

File tree

143 files changed

+1567
-141
lines changed

Some content is hidden

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

143 files changed

+1567
-141
lines changed

CPUT/CPUT/CPUT.h

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/////////////////////////////////////////////////////////////////////////////////////////////
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.
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy 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,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or imlied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
515
/////////////////////////////////////////////////////////////////////////////////////////////
616

717
#ifndef __CPUTBASE_H__

CPUT/CPUT/CPUTAssetLibrary.cpp

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/////////////////////////////////////////////////////////////////////////////////////////////
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.
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy 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,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or imlied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
515
/////////////////////////////////////////////////////////////////////////////////////////////
616

717
#include <algorithm> // for std::string.transform()

CPUT/CPUT/CPUTAssetLibrary.h

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/////////////////////////////////////////////////////////////////////////////////////////////
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.
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy 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,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or imlied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
515
/////////////////////////////////////////////////////////////////////////////////////////////
616

717
#ifndef __CPUTASSETLIBRARY_H__

CPUT/CPUT/CPUTAssetLibraryDX11.cpp

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/////////////////////////////////////////////////////////////////////////////////////////////
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.
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy 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,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or imlied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
515
/////////////////////////////////////////////////////////////////////////////////////////////
616

717
#include "D3dx9tex.h" // super-annoying - must be first or you get new() operator overloading errors during compile b/c of D3DXGetImageInfoFromFile() function

CPUT/CPUT/CPUTAssetLibraryDX11.h

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/////////////////////////////////////////////////////////////////////////////////////////////
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.
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy 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,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or imlied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
515
/////////////////////////////////////////////////////////////////////////////////////////////
616

717
#ifndef __CPUTASSETLIBRARYDX11_H__

CPUT/CPUT/CPUTAssetSet.cpp

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/////////////////////////////////////////////////////////////////////////////////////////////
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.
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy 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,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or imlied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
515
/////////////////////////////////////////////////////////////////////////////////////////////
616

717
#include "CPUTAssetSet.h"

CPUT/CPUT/CPUTAssetSet.h

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/////////////////////////////////////////////////////////////////////////////////////////////
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.
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy 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,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or imlied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
515
/////////////////////////////////////////////////////////////////////////////////////////////
616

717
#ifndef __CPUTASSETSET_H__

CPUT/CPUT/CPUTAssetSetDX11.cpp

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/////////////////////////////////////////////////////////////////////////////////////////////
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.
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy 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,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or imlied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
515
/////////////////////////////////////////////////////////////////////////////////////////////
616

717
#include "CPUTAssetSetDX11.h"

CPUT/CPUT/CPUTAssetSetDX11.h

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/////////////////////////////////////////////////////////////////////////////////////////////
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.
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy 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,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or imlied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
515
/////////////////////////////////////////////////////////////////////////////////////////////
616

717
#ifndef __CPUTASSETSETDX11_H__

CPUT/CPUT/CPUTBuffer.cpp

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/////////////////////////////////////////////////////////////////////////////////////////////
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.
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy 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,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or imlied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
515
/////////////////////////////////////////////////////////////////////////////////////////////
616

717
#include "CPUTBuffer.h"

CPUT/CPUT/CPUTBuffer.h

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/////////////////////////////////////////////////////////////////////////////////////////////
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.
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy 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,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or imlied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
515
/////////////////////////////////////////////////////////////////////////////////////////////
616

717
#ifndef _CPUTBUFFER_H

CPUT/CPUT/CPUTBufferDX11.cpp

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/////////////////////////////////////////////////////////////////////////////////////////////
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.
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy 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,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or imlied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
515
/////////////////////////////////////////////////////////////////////////////////////////////
616

717
#include "CPUTBufferDX11.h"

CPUT/CPUT/CPUTBufferDX11.h

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/////////////////////////////////////////////////////////////////////////////////////////////
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.
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy 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,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or imlied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
515
/////////////////////////////////////////////////////////////////////////////////////////////
616

717
#ifndef _CPUTBUFFERDX11_H

CPUT/CPUT/CPUTButton.cpp

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/////////////////////////////////////////////////////////////////////////////////////////////
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.
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy 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,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or imlied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
515
/////////////////////////////////////////////////////////////////////////////////////////////
616

717
#include "CPUTButton.h"

0 commit comments

Comments
 (0)