Skip to content

Commit 974c6f0

Browse files
committed
added missed footers
1 parent a575e06 commit 974c6f0

File tree

6 files changed

+23
-0
lines changed

6 files changed

+23
-0
lines changed

inc/commands/browser_connection_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
#ifndef BROWSER_CONNECTION_COMMAND_H
26
#define BROWSER_CONNECTION_COMMAND_H
37

inc/commands/html5_location_commands.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
#ifndef WEBDRIVER_COMMANDS_HTML5_LOCATION_COMMANDS_H_
26
#define WEBDRIVER_COMMANDS_HTML5_LOCATION_COMMANDS_H_
37

inc/commands/orientation_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
#ifndef ORIENTATION_COMMAND_H
26
#define ORIENTATION_COMMAND_H
37

src/webdriver/commands/browser_connection_command.cc

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
#include "commands/browser_connection_command.h"
26

37
#include "base/bind.h"

src/webdriver/commands/html5_location_commands.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 "commands/html5_location_commands.h"
26

37
#include "base/values.h"

src/webdriver/commands/orientation_command.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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.
14

25
#include "commands/orientation_command.h"
36

0 commit comments

Comments
 (0)