Skip to content

Commit

Permalink
Added Copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
odlomax committed Aug 12, 2024
1 parent 2179506 commit 9e2a75e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/atlas/util/PackVectorFields.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* (C) Crown Copyright 2024 Met Office
*
* This software is licensed under the terms of the Apache Licence Version 2.0
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
*/

#include "atlas/util/PackVectorFields.h"

#include <map>
Expand Down
7 changes: 7 additions & 0 deletions src/atlas/util/PackVectorFields.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* (C) Crown Copyright 2024 Met Office
*
* This software is licensed under the terms of the Apache Licence Version 2.0
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
*/

#pragma once

#include "atlas/field.h"
Expand Down
7 changes: 7 additions & 0 deletions src/tests/util/test_pack_vector_fields.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* (C) Crown Copyright 2024 Met Office
*
* This software is licensed under the terms of the Apache Licence Version 2.0
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
*/

#include <string>
#include <vector>

Expand Down

0 comments on commit 9e2a75e

Please sign in to comment.