From 46bee3c86783446bfb207b1ac569a3f88a2e7c30 Mon Sep 17 00:00:00 2001 From: Scott Kyle Date: Wed, 28 Oct 2015 10:37:17 -0700 Subject: [PATCH] Add beta licenses to Chrome JS modules --- lib/constants.js | 4 ++++ lib/index.js | 4 ++++ lib/lists.js | 4 ++++ lib/objects.js | 4 ++++ lib/realm.js | 4 ++++ lib/results.js | 4 ++++ lib/rpc.js | 4 ++++ lib/util.js | 4 ++++ 8 files changed, 32 insertions(+) diff --git a/lib/constants.js b/lib/constants.js index 37ec3dcd..5b0e372c 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -1,3 +1,7 @@ +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ + 'use strict'; let keys = {}; diff --git a/lib/index.js b/lib/index.js index bf8b1ee5..46ad49c6 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,3 +1,7 @@ +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ + 'use strict'; if (typeof Realm != 'undefined') { diff --git a/lib/lists.js b/lib/lists.js index 62c9bb9e..bc1c8230 100644 --- a/lib/lists.js +++ b/lib/lists.js @@ -1,3 +1,7 @@ +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ + 'use strict'; const constants = require('./constants'); diff --git a/lib/objects.js b/lib/objects.js index c33815fb..3d167751 100644 --- a/lib/objects.js +++ b/lib/objects.js @@ -1,3 +1,7 @@ +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ + 'use strict'; const constants = require('./constants'); diff --git a/lib/realm.js b/lib/realm.js index 2e007cc5..72af711b 100644 --- a/lib/realm.js +++ b/lib/realm.js @@ -1,3 +1,7 @@ +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ + 'use strict'; const constants = require('./constants'); diff --git a/lib/results.js b/lib/results.js index ad3c5a7b..25f6cb6d 100644 --- a/lib/results.js +++ b/lib/results.js @@ -1,3 +1,7 @@ +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ + 'use strict'; const constants = require('./constants'); diff --git a/lib/rpc.js b/lib/rpc.js index 46075bfc..acb0eed5 100644 --- a/lib/rpc.js +++ b/lib/rpc.js @@ -1,3 +1,7 @@ +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ + 'use strict'; const constants = require('./constants'); diff --git a/lib/util.js b/lib/util.js index 2c1002c7..5d7a0f80 100644 --- a/lib/util.js +++ b/lib/util.js @@ -1,3 +1,7 @@ +/* Copyright 2015 Realm Inc - All Rights Reserved + * Proprietary and Confidential + */ + 'use strict'; const constants = require('./constants');