Skip to content

Commit

Permalink
boost: fix copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZ3ro committed Jan 11, 2024
1 parent f943953 commit 9a734b4
Show file tree
Hide file tree
Showing 9 changed files with 99 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/boost/boost_datetime_fuzzer.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/* Copyright 2024 Google LLC
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.
*/
// The ideal place for this fuzz target is the boost repository.
#include <boost/date_time/gregorian/gregorian.hpp>
#include <string>
Expand Down
11 changes: 11 additions & 0 deletions projects/boost/boost_filesystem_fuzzer.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/* Copyright 2024 Google LLC
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.
*/
// The ideal place for this fuzz target is the boost repository.
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
Expand Down
11 changes: 11 additions & 0 deletions projects/boost/boost_graph_graphml_fuzzer.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/* Copyright 2024 Google LLC
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.
*/
// The ideal place for this fuzz target is the boost repository.
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/graphml.hpp>
Expand Down
11 changes: 11 additions & 0 deletions projects/boost/boost_graph_graphviz_fuzzer.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/* Copyright 2024 Google LLC
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.
*/
// The ideal place for this fuzz target is the boost repository.
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/graphviz.hpp>
Expand Down
11 changes: 11 additions & 0 deletions projects/boost/boost_programoptions_fuzzer.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/* Copyright 2024 Google LLC
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.
*/
// The ideal place for this fuzz target is the boost repository.
#include <boost/program_options.hpp>
namespace po = boost::program_options;
Expand Down
11 changes: 11 additions & 0 deletions projects/boost/boost_regex_pattern_fuzzer.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/* Copyright 2024 Google LLC
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.
*/
// The ideal place for this fuzz target is the boost repository.
#include <boost/regex.hpp>
#ifdef DEBUG
Expand Down
11 changes: 11 additions & 0 deletions projects/boost/boost_regex_replace_fuzzer.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/* Copyright 2024 Google LLC
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.
*/
// The ideal place for this fuzz target is the boost repository.
#include <boost/regex.hpp>
#ifdef DEBUG
Expand Down
11 changes: 11 additions & 0 deletions projects/boost/boost_stralg_fuzzer.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/* Copyright 2024 Google LLC
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.
*/
// The ideal place for this fuzz target is the boost repository.
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/find_iterator.hpp>
Expand Down
11 changes: 11 additions & 0 deletions projects/boost/boost_uuid_fuzzer.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/* Copyright 2024 Google LLC
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.
*/
// The ideal place for this fuzz target is the boost repository.
#include <boost/uuid/string_generator.hpp>
#include <boost/uuid/name_generator.hpp>
Expand Down

0 comments on commit 9a734b4

Please sign in to comment.