Skip to content

Commit

Permalink
Fixes RAT check.
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-at-work committed Feb 23, 2021
1 parent 789bc63 commit 734b5a3
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 24 deletions.
11 changes: 0 additions & 11 deletions .ratignore
Original file line number Diff line number Diff line change
Expand Up @@ -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-.*
17 changes: 16 additions & 1 deletion clicache/integration-test/NUnitTestAddTests.ps1
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
17 changes: 16 additions & 1 deletion clicache/integration-test2/xUnitTestAddTests.ps1
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion clicache/test2/ObjectsTests.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/functionexecution/startserver.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/functionexecution/stopserver.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/sslputget/startserver.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/sslputget/stopserver.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/dotnet/functionexecution/Program.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/dotnet/functionexecution/startserver.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/dotnet/functionexecution/stopserver.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/dotnet/sslputget/Program.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/dotnet/sslputget/startserver.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/dotnet/sslputget/stopserver.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 734b5a3

Please sign in to comment.