From 734b5a3aaf5991f1621fafd3ea0ae5f4e9517222 Mon Sep 17 00:00:00 2001 From: Jacob Barrett Date: Tue, 23 Feb 2021 15:13:43 -0800 Subject: [PATCH] Fixes RAT check. --- .ratignore | 11 ----------- clicache/integration-test/NUnitTestAddTests.ps1 | 17 ++++++++++++++++- .../integration-test2/xUnitTestAddTests.ps1 | 17 ++++++++++++++++- clicache/test2/ObjectsTests.cs | 2 +- examples/cpp/functionexecution/startserver.ps1 | 2 +- examples/cpp/functionexecution/stopserver.ps1 | 2 +- examples/cpp/sslputget/startserver.ps1 | 2 +- examples/cpp/sslputget/stopserver.ps1 | 2 +- examples/dotnet/functionexecution/Program.cs | 2 +- .../dotnet/functionexecution/startserver.ps1 | 2 +- .../dotnet/functionexecution/stopserver.ps1 | 2 +- examples/dotnet/sslputget/Program.cs | 2 +- examples/dotnet/sslputget/startserver.ps1 | 2 +- examples/dotnet/sslputget/stopserver.ps1 | 2 +- 14 files changed, 43 insertions(+), 24 deletions(-) diff --git a/.ratignore b/.ratignore index c40208a894..7f4a17ac65 100644 --- a/.ratignore +++ b/.ratignore @@ -26,17 +26,6 @@ package-list # docker/ bellsoft.repo -# contrib/pdxautoserializer -# public domain sources -CPPDictionary.hpp -CPPSymbol.hpp -CPP_parser.g -DictEntry.hpp -Dictionary.cpp -Dictionary.hpp -STDCTokenTypes.txt -Support.cpp - # well known build directories build cmake-build-.* diff --git a/clicache/integration-test/NUnitTestAddTests.ps1 b/clicache/integration-test/NUnitTestAddTests.ps1 index da3f49c6cd..b82e81607c 100644 --- a/clicache/integration-test/NUnitTestAddTests.ps1 +++ b/clicache/integration-test/NUnitTestAddTests.ps1 @@ -1,4 +1,19 @@ -Param +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You 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. + +Param ( [Parameter(Mandatory)] [string]$AssemblyPath, diff --git a/clicache/integration-test2/xUnitTestAddTests.ps1 b/clicache/integration-test2/xUnitTestAddTests.ps1 index eefdfaa13b..f948110b4b 100644 --- a/clicache/integration-test2/xUnitTestAddTests.ps1 +++ b/clicache/integration-test2/xUnitTestAddTests.ps1 @@ -1,4 +1,19 @@ -Param +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You 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. + +Param ( [Parameter(Mandatory)] [string]$AssemblyPath, diff --git a/clicache/test2/ObjectsTests.cs b/clicache/test2/ObjectsTests.cs index 685949127c..714444bd5b 100644 --- a/clicache/test2/ObjectsTests.cs +++ b/clicache/test2/ObjectsTests.cs @@ -1,4 +1,4 @@ -/* +/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/examples/cpp/functionexecution/startserver.ps1 b/examples/cpp/functionexecution/startserver.ps1 index 255bab9912..5c9042dd89 100644 --- a/examples/cpp/functionexecution/startserver.ps1 +++ b/examples/cpp/functionexecution/startserver.ps1 @@ -1,4 +1,4 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more +# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 diff --git a/examples/cpp/functionexecution/stopserver.ps1 b/examples/cpp/functionexecution/stopserver.ps1 index 0b57682ca8..13e5a55641 100644 --- a/examples/cpp/functionexecution/stopserver.ps1 +++ b/examples/cpp/functionexecution/stopserver.ps1 @@ -1,4 +1,4 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more +# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 diff --git a/examples/cpp/sslputget/startserver.ps1 b/examples/cpp/sslputget/startserver.ps1 index 5555d296e6..d6b10672e7 100644 --- a/examples/cpp/sslputget/startserver.ps1 +++ b/examples/cpp/sslputget/startserver.ps1 @@ -1,4 +1,4 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more +# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 diff --git a/examples/cpp/sslputget/stopserver.ps1 b/examples/cpp/sslputget/stopserver.ps1 index fa6e59cae3..c8904ed3e1 100644 --- a/examples/cpp/sslputget/stopserver.ps1 +++ b/examples/cpp/sslputget/stopserver.ps1 @@ -1,4 +1,4 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more +# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 diff --git a/examples/dotnet/functionexecution/Program.cs b/examples/dotnet/functionexecution/Program.cs index a2bff53240..ad19a93fbb 100644 --- a/examples/dotnet/functionexecution/Program.cs +++ b/examples/dotnet/functionexecution/Program.cs @@ -1,4 +1,4 @@ -/* +/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/examples/dotnet/functionexecution/startserver.ps1 b/examples/dotnet/functionexecution/startserver.ps1 index bc383270d6..688562442e 100644 --- a/examples/dotnet/functionexecution/startserver.ps1 +++ b/examples/dotnet/functionexecution/startserver.ps1 @@ -1,4 +1,4 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more +# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 diff --git a/examples/dotnet/functionexecution/stopserver.ps1 b/examples/dotnet/functionexecution/stopserver.ps1 index 742ce8d52b..74a6c2da48 100644 --- a/examples/dotnet/functionexecution/stopserver.ps1 +++ b/examples/dotnet/functionexecution/stopserver.ps1 @@ -1,4 +1,4 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more +# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 diff --git a/examples/dotnet/sslputget/Program.cs b/examples/dotnet/sslputget/Program.cs index af7d6ed04c..c033e696ec 100644 --- a/examples/dotnet/sslputget/Program.cs +++ b/examples/dotnet/sslputget/Program.cs @@ -1,4 +1,4 @@ -/* +/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/examples/dotnet/sslputget/startserver.ps1 b/examples/dotnet/sslputget/startserver.ps1 index 5555d296e6..d6b10672e7 100644 --- a/examples/dotnet/sslputget/startserver.ps1 +++ b/examples/dotnet/sslputget/startserver.ps1 @@ -1,4 +1,4 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more +# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 diff --git a/examples/dotnet/sslputget/stopserver.ps1 b/examples/dotnet/sslputget/stopserver.ps1 index e2e571943c..d4576311c4 100644 --- a/examples/dotnet/sslputget/stopserver.ps1 +++ b/examples/dotnet/sslputget/stopserver.ps1 @@ -1,4 +1,4 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more +# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0