Skip to content

Commit 7917e2b

Browse files
committed
updated copyright headers
1 parent e78fafe commit 7917e2b

17 files changed

Lines changed: 35 additions & 18 deletions

LICENSE

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

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

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,9 @@ https://github.com/marcelduran/webpagetest-api/issues
631631

632632
## License
633633

634-
Copyright 2013 Twitter, Inc.
635-
Copyright 2013 Marcel Duran and other contributors
634+
Copyright 2013 Twitter Inc.
635+
Copyright 2014 Google Inc.
636+
Copyright 2014 Marcel Duran and other contributors
636637

637638
Licensed under the [MIT License](http://github.com/marcelduran/webpagetest-api/raw/master/LICENSE)
638639

bin/webpagetest

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

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

lib/helper.js

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

lib/mapping.js

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

lib/server.js

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

lib/specs.js

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

lib/webpagetest.js

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

test/command-line-test.js

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

test/dryrun-test.js

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

0 commit comments

Comments
 (0)