Add licence and copyright header to cynara test files 94/28894/2
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Thu, 16 Oct 2014 14:01:55 +0000 (16:01 +0200)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Thu, 23 Oct 2014 10:40:24 +0000 (12:40 +0200)
Change-Id: I4cb894b91b076c6475f8c285966dd2bacc0ff64d

tests/cynara-tests/common/cynara_test_admin.cpp
tests/cynara-tests/common/cynara_test_admin.h
tests/cynara-tests/common/cynara_test_client.cpp
tests/cynara-tests/common/cynara_test_client.h
tests/cynara-tests/common/cynara_test_env.cpp
tests/cynara-tests/common/cynara_test_env.h
tests/cynara-tests/cynara-test.cpp
tests/cynara-tests/test_cases.cpp

index 7797a06b55085ed9eb327e260e6748b49125f399..86b56587dc430b3edab8eae6ea72a28319e5cc04 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *    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.
+ */
+
 #include <cynara_test_admin.h>
 #include <memory.h>
 #include <tests_common.h>
index 579c94e96ee2656829dc4c6a585eed2b19730bb2..5a7a00846fc9228ff9ce0ff48cd109e162799206 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *    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.
+ */
+
 #ifndef CYNARA_TEST_ADMIN_H
 #define CYNARA_TEST_ADMIN_H
 
index 97fb8fa8f290c708fffdfce73841f74e3a9d815e..5c1949112c1b22abd60a3fe2be069ebe24478ee6 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *    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.
+ */
+
 #include <cynara_test_client.h>
 
 #include <tests_common.h>
index 4fbe44a9d5d548381cc1439fb200f2bbd87b623b..c9bb96b928961ca4a0e3d13922995a15e005aafd 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *    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.
+ */
+
 #ifndef CYNARA_TEST_CLIENT_H
 #define CYNARA_TEST_CLIENT_H
 
index 1ab3dfb37236481171012592f61513e0e78cc5ce..004fdede98b6bf854b81472bf31b99ca33d98ce9 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *    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.
+ */
+
 #include <cynara_test_env.h>
 #include <tests_common.h>
 #include <dbus_access.h>
index d02ea78f38dcd0821e342376a7c469e1afa3824b..a368a6140359c5634d674906c3569476d9cf58a1 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *    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.
+ */
+
 #ifndef CYNARA_TEST_ENV_H
 #define CYNARA_TEST_ENV_H
 
index cb00aefab83b084ca7b17de078d88a0618f36b0f..af98c7754fa81080ea578a89fe4eda002530e0fc 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *    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.
+ */
+
 #include <dpl/test/test_runner.h>
 #include <summary_collector.h>
 
index 75e6b2373207a5ea66099884282b183ab08fe721..cb32d5f4482f54de52d2b989b4f34f924acb094c 100644 (file)
@@ -1,17 +1,17 @@
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd
+ * Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
  *
- * 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
+ *    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
+ *        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.
+ *    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.
  */
 
 /*