Skip to content

Commit 2149697

Browse files
committed
Bumped version and copyright headers.
1 parent fc374d5 commit 2149697

19 files changed

Lines changed: 36 additions & 35 deletions

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Copyright (c) 2013 Twitter Inc.
2-
Copyright (c) 2014 Google Inc.
3-
Copyright (c) 2014 Marcel Duran and other contributors
2+
Copyright (c) 2015 Google Inc.
3+
Copyright (c) 2015 Marcel Duran and other contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ $ npm test
675675

676676
## Changelog
677677

678+
* 0.3.3: Fixed bug when specs check for zeroed metric
678679
* 0.3.2: Updated deps and fixed test runs with specs
679680
* 0.3.1: Added dummy url when scripting, needed for webdriver scripting on mobbile agents
680681
* 0.3.0: Replaced xmlResult.php by jsonResult.php WPT API endpoint for fetching test results

bin/webpagetest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/**
44
* Copyright (c) 2013, Twitter Inc.
5-
* Copyright (c) 2014, Google Inc.
6-
* Copyright (c) 2014, Marcel Duran and other contributors
5+
* Copyright (c) 2015, Google Inc.
6+
* Copyright (c) 2015, Marcel Duran and other contributors
77
* Released under the MIT License
88
*/
99

lib/helper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Copyright (c) 2013, Twitter Inc.
3-
* Copyright (c) 2014, Google Inc.
4-
* Copyright (c) 2014, Marcel Duran and other contributors
3+
* Copyright (c) 2015, Google Inc.
4+
* Copyright (c) 2015, Marcel Duran and other contributors
55
* Released under the MIT License
66
*/
77

lib/mapping.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Copyright (c) 2013, Twitter Inc.
3-
* Copyright (c) 2014, Google Inc.
4-
* Copyright (c) 2014, Marcel Duran and other contributors
3+
* Copyright (c) 2015, Google Inc.
4+
* Copyright (c) 2015, Marcel Duran and other contributors
55
* Released under the MIT License
66
*/
77

lib/server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Copyright (c) 2013, Twitter Inc.
3-
* Copyright (c) 2014, Google Inc.
4-
* Copyright (c) 2014, Marcel Duran and other contributors
3+
* Copyright (c) 2015, Google Inc.
4+
* Copyright (c) 2015, Marcel Duran and other contributors
55
* Released under the MIT License
66
*/
77

lib/specs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Copyright (c) 2013, Twitter Inc.
3-
* Copyright (c) 2014, Google Inc.
4-
* Copyright (c) 2014, Marcel Duran and other contributors
3+
* Copyright (c) 2015, Google Inc.
4+
* Copyright (c) 2015, Marcel Duran and other contributors
55
* Released under the MIT License
66
*/
77

lib/webpagetest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Copyright (c) 2013, Twitter Inc.
3-
* Copyright (c) 2014, Google Inc.
4-
* Copyright (c) 2014, Marcel Duran and other contributors
3+
* Copyright (c) 2015, Google Inc.
4+
* Copyright (c) 2015, Marcel Duran and other contributors
55
* Released under the MIT License
66
*/
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpagetest",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "WebPageTest API wrapper for NodeJS",
55
"author": "Marcel Duran <github@marcelduran.com> (http://github.com/marcelduran)",
66
"homepage": "http://github.com/marcelduran/webpagetest-api",

test/command-line-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Copyright (c) 2013, Twitter Inc.
3-
* Copyright (c) 2014, Google Inc.
4-
* Copyright (c) 2014, Marcel Duran and other contributors
3+
* Copyright (c) 2015, Google Inc.
4+
* Copyright (c) 2015, Marcel Duran and other contributors
55
* Released under the MIT License
66
*/
77

0 commit comments

Comments
 (0)