Skip to content

Commit 6ef11a1

Browse files
vzhglAndriyP
authored andcommitted
recovered native license headers
Change-Id: Ieff5b815163ef42323ed9f5cb1e5459a8b2c7e6a Signed-off-by: Volodymyr Zherebchuk <Volodymyr.Zherebchuk@globallogic.com>
1 parent b821b03 commit 6ef11a1

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

inc/commands/url_command.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
/*! \page page_url_post "URL post" for hybrid applications
26
37
For hybrid applications there can be several different view types.

inc/webdriver_capabilities_parser.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
/*! \page page_hybrid_capabilities Hybrid WD capabilities
26
37
<h2>Start window capabilities</h2>

inc/webdriver_session.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
/*! \page page_sessions Sessions
26
37
Session class represents object that handles all information related to WD session.

inc/webdriver_switches.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
/// \page page_webdriver_switches WD Server switches
26
/// Switches that can be passed to webdriver::Server::Init()
37
///

src/webdriver/webdriver_server.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
#include "webdriver_server.h"
26
#include "webdriver_route_table.h"
37
#include "commands/command.h"

src/webdriver/webdriver_switches.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
#include "webdriver_switches.h"
26

37
namespace webdriver {

0 commit comments

Comments
 (0)