Skip to content

Commit

Permalink
Add copyright messages to open source files
Browse files Browse the repository at this point in the history
Summary: Some files were missing copyright notices.

Reviewed By: tox-fb

Differential Revision: D12874880

fbshipit-source-id: d2d30385e2f5e791d7e3881c107dde2589d64268
  • Loading branch information
aparrapo authored and facebook-github-bot committed Nov 5, 2018
1 parent 390d046 commit b7d300f
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE_render file in the root directory of this subproject. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/

#include <iostream>
#include <unordered_map>
#include <random>
Expand Down
11 changes: 10 additions & 1 deletion surround360_render/source/calibration/GeometricCalibration.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE_render file in the root directory of this subproject. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/

#include "Camera.h"

using namespace surround360;
Expand Down Expand Up @@ -171,7 +180,7 @@ Camera::Vector3 triangulateNonlinear(
}
}
}

return world;
}

Expand Down
9 changes: 9 additions & 0 deletions surround360_render/source/camera_isp/BinaryFootageFile.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE_render file in the root directory of this subproject. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/

#include "BinaryFootageFile.h"

extern "C" {
Expand Down
9 changes: 9 additions & 0 deletions surround360_render/source/camera_isp/BinaryFootageFile.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE_render file in the root directory of this subproject. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/

#pragma once

#include <string>
Expand Down
9 changes: 9 additions & 0 deletions surround360_render/source/camera_isp/DngTags.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE_render file in the root directory of this subproject. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/

#ifndef DNGTAGS_H
#define DNGTAGS_H

Expand Down

0 comments on commit b7d300f

Please sign in to comment.