Skip to content

Commit c4d1eb7

Browse files
committed
add copyright to source files
1 parent 9512f11 commit c4d1eb7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

heroku/real-time-updates.coffee

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Description:
2+
# Copyright 2015-present, Facebook, Inc.
3+
# All rights reserved.
4+
#
5+
# This source code is licensed under the license found in the
6+
# LICENSE file in the root directory of this source tree.
7+
#
28
# Real Time Updates router for Facebook and Instagram.
39
#
410
# Configuration:

parse/cloud/main.js

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* Copyright 2015-present, Facebook, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the license found in the
6+
* LICENSE file in the root directory of this source tree.
7+
*/
8+
19
var express = require('express');
210
var app = express();
311

0 commit comments

Comments
 (0)