Skip to content

Commit

Permalink
added licensing headers to files
Browse files Browse the repository at this point in the history
  • Loading branch information
Frijol committed May 9, 2014
1 parent e6d035a commit 7e6e1b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/gps.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ coordinates, detected satellites, timestamps, and altitude
For best results, try it while outdoors.
**********************************************************/

// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/publicdomain/zero/1.0/

var tessel = require('tessel');
var gps = require('../').use(tessel.port("A"));

Expand Down
9 changes: 9 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2014 Technical Machine, Inc. See the COPYRIGHT
// file at the top-level directory of this distribution.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.

var util = require('util');
var EventEmitter = require('events').EventEmitter;
var nmea = require('nmea');
Expand Down

0 comments on commit 7e6e1b7

Please sign in to comment.