From aa761e128158e788f4046e24039e9ae0ee425dbb Mon Sep 17 00:00:00 2001 From: Chris Luke Date: Sat, 14 May 2016 12:06:42 -0400 Subject: VPP-57 Add missing license headers in doc files Change-Id: Icd1f8952f66d3cee027c59f3148c67f1839de306 Signed-off-by: Chris Luke --- doxygen/dir.dox.sample | 22 ++++++++++++++++++++++ svm/dir.dox | 16 ++++++++++++++++ vlib/dir.dox | 16 ++++++++++++++++ vlib/example/dir.dox | 16 ++++++++++++++++ vlib/vlib/dir.dox | 16 ++++++++++++++++ vppinfra/dir.dox | 16 ++++++++++++++++ vppinfra/tools/dir.dox | 16 ++++++++++++++++ vppinfra/vppinfra/dir.dox | 16 ++++++++++++++++ 8 files changed, 134 insertions(+) diff --git a/doxygen/dir.dox.sample b/doxygen/dir.dox.sample index 8dc0fee7749..41e84d7bee4 100644 --- a/doxygen/dir.dox.sample +++ b/doxygen/dir.dox.sample @@ -1,6 +1,28 @@ +/* + * Copyright (c) + * + * 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. + */ + /* Doxygen directory documentation */ + /** @dir @brief Someone please fix this description @todo This directory needs a description. + +This is where you would document the contents of a directory. + +This looks like a C file but it is not part of the build; it is purely +for documentation. */ diff --git a/svm/dir.dox b/svm/dir.dox index ab84cb5048c..83246979ca8 100644 --- a/svm/dir.dox +++ b/svm/dir.dox @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016 Comcast Cable Communications Management, 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. + */ /* Doxygen directory documentation */ /** @dir diff --git a/vlib/dir.dox b/vlib/dir.dox index 6db842add8a..99027f6c1eb 100644 --- a/vlib/dir.dox +++ b/vlib/dir.dox @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016 Comcast Cable Communications Management, 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. + */ /* Doxygen directory documentation */ /** @dir diff --git a/vlib/example/dir.dox b/vlib/example/dir.dox index 8dc0fee7749..d3ac0ee431b 100644 --- a/vlib/example/dir.dox +++ b/vlib/example/dir.dox @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016 Comcast Cable Communications Management, 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. + */ /* Doxygen directory documentation */ /** @dir diff --git a/vlib/vlib/dir.dox b/vlib/vlib/dir.dox index 765b4a05213..8ca47cd79ef 100644 --- a/vlib/vlib/dir.dox +++ b/vlib/vlib/dir.dox @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016 Comcast Cable Communications Management, 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. + */ /* Doxygen directory documentation */ /** @dir diff --git a/vppinfra/dir.dox b/vppinfra/dir.dox index de59898cee5..dee0cd9cd43 100644 --- a/vppinfra/dir.dox +++ b/vppinfra/dir.dox @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016 Comcast Cable Communications Management, 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. + */ /** @dir * @brief VPP infrastructure library and tools. */ diff --git a/vppinfra/tools/dir.dox b/vppinfra/tools/dir.dox index 1a641f9b89e..40426e04df7 100644 --- a/vppinfra/tools/dir.dox +++ b/vppinfra/tools/dir.dox @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016 Comcast Cable Communications Management, 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. + */ /** @dir * @brief VPP instrastructure tools. */ diff --git a/vppinfra/vppinfra/dir.dox b/vppinfra/vppinfra/dir.dox index b1bb90cd982..440c44e8f56 100644 --- a/vppinfra/vppinfra/dir.dox +++ b/vppinfra/vppinfra/dir.dox @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016 Comcast Cable Communications Management, 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. + */ /** @dir * @brief VPP infrastructure library source. */ -- cgit 1.2.3-korg