Add license header on tests srcs 87/56087/2
authorKyungwook Tak <k.tak@samsung.com>
Mon, 4 Jan 2016 07:46:57 +0000 (16:46 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Mon, 4 Jan 2016 08:36:08 +0000 (17:36 +0900)
Change-Id: I9603ef02dec7d541ab0cbd13768ebc8fb0bdc12b
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
tests/DBFixture.cpp
tests/DBFixture.h
tests/colour_log_formatter.cpp
tests/colour_log_formatter.h
tests/test-key-provider.cpp
tests/test_common.cpp
tests/test_common.h
tests/test_db_crypto.cpp
tests/test_safe-buffer.cpp
tests/test_sql.cpp

index 2a7238a..a6abfd2 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ *  Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *  Contact: Kyungwook Tak <k.tak@samsung.com>
+ *
+ *  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
+ *
+ * @file        DBFixture.cpp
+ * @author      Maciej Karpiuk (m.karpiuk2@samsung.com)
+ * @version
+ * @brief
+ */
 #include <boost/test/unit_test.hpp>
 #include <db-crypto.h>
 #include <ckm/ckm-error.h>
index c52e617..2cd2cdc 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ *  Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *  Contact: Kyungwook Tak <k.tak@samsung.com>
+ *
+ *  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
+ *
+ * @file        DBFixture.h
+ * @author      Maciej Karpiuk (m.karpiuk2@samsung.com)
+ * @version
+ * @brief
+ */
 #pragma once
 
 #include <test_common.h>
index 8555eac..8857f74 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ *  (C) Copyright Gennadiy Rozental 2005-2008.
+ *  Distributed under the Boost Software License, Version 1.0.
+ *  (See accompanying file LICENSE_1_0.txt or copy at
+ *  http://www.boost.org/LICENSE_1_0.txt)
+ *
+ *  See http://www.boost.org/libs/test for the library home page.
+ */
+/*
+ * @file        colour_log_formatter.cpp
+ * @author      Zofia Abramowska (z.abramowska@samsung.com)
+ * @version
+ * @brief
+ */
 // Boost.Test
 #include <colour_log_formatter.h>
 #include <boost/test/unit_test_suite_impl.hpp>
index d463af6..a9e4406 100644 (file)
@@ -1,6 +1,18 @@
-#ifndef COLOUR_LOG_FORMATTER_H_
-#define COLOUR_LOG_FORMATTER_H_
-
+/*
+ *  (C) Copyright Gennadiy Rozental 2005-2008.
+ *  Distributed under the Boost Software License, Version 1.0.
+ *  (See accompanying file LICENSE_1_0.txt or copy at
+ *  http://www.boost.org/LICENSE_1_0.txt)
+ *
+ *  See http://www.boost.org/libs/test for the library home page.
+ */
+/*
+ * @file        colour_log_formatter.h
+ * @author      Zofia Abramowska (z.abramowska@samsung.com)
+ * @version
+ * @brief
+ */
+#pragma once
 #include <boost/test/unit_test_log_formatter.hpp>
 
 namespace CKM {
@@ -45,5 +57,3 @@ private:
     bool m_isTestCaseFailed;
 };
 } // namespace CKM
-
-#endif /* COLOUR_LOG_FORMATTER_H_ */
index 92f7e07..2f026ab 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ *  Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *  Contact: Kyungwook Tak <k.tak@samsung.com>
+ *
+ *  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
+ *
+ * @file        test-key-provider.cpp
+ * @author      Kyungwook Tak (k.tak@samsung.com)
+ * @version
+ * @brief
+ */
 #define BOOST_TEST_MODULE KEY_MANAGER_TEST
 #include <boost/test/unit_test.hpp>
 #include <exception.h>
index f1727a3..53e12f0 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ *  Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *  Contact: Kyungwook Tak <k.tak@samsung.com>
+ *
+ *  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
+ *
+ * @file        test_common.cpp
+ * @author      Zofia Abramowska (z.abramowska@samsung.com)
+ * @version
+ * @brief
+ */
 #include <test_common.h>
 #include <iostream>
 
index 04878f3..bf645d2 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ *  Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *  Contact: Kyungwook Tak <k.tak@samsung.com>
+ *
+ *  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
+ *
+ * @file        test_common.h
+ * @author      Zofia Abramowska (z.abramowska@samsung.com)
+ * @version
+ * @brief
+ */
 #pragma once
 #include <string>
 #include <ckm/ckm-type.h>
index a493448..c5681b4 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ *  Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *  Contact: Kyungwook Tak <k.tak@samsung.com>
+ *
+ *  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
+ *
+ * @file        test_db_crypto.cpp
+ * @author      Maciej Karpiuk (m.karpiuk2@samsung.com)
+ * @version
+ * @brief
+ */
 #include <boost/test/unit_test.hpp>
 #include <unistd.h>
 #include <db-crypto.h>
index b56e824..a324fe1 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ *  Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *  Contact: Kyungwook Tak <k.tak@samsung.com>
+ *
+ *  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
+ *
+ * @file        test_safe-buffer.cpp
+ * @author      Krzysztof Jackiewicz (k.jackiewicz@samsung.com)
+ * @version
+ * @brief
+ */
 #include <vector>
 
 #include <boost/test/unit_test.hpp>
index 984504c..d020fc7 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ *  Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *  Contact: Kyungwook Tak <k.tak@samsung.com>
+ *
+ *  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
+ *
+ * @file        test_sql.cpp
+ * @author      Zofia Abramowska (z.abramowska@samsung.com)
+ * @version
+ * @brief
+ */
 #include <dpl/db/sql_connection.h>
 #include <boost/test/unit_test.hpp>
 #include <iostream>