Skip to content

Commit bda0150

Browse files
committed
updated copyright info
1 parent 3e53f28 commit bda0150

17 files changed

Lines changed: 38 additions & 16 deletions

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Copyright (c) 2013 Twitter Inc. and other contributors
1+
Copyright (c) 2013 Twitter Inc.
2+
Copyright (c) 2013 Marcel Duran and other contributors
23

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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ https://github.com/marcelduran/webpagetest-api/issues
630630

631631
## License
632632

633-
Copyright 2013 Twitter, Inc. and other contributors
633+
Copyright 2013 Twitter, Inc.
634+
Copyright 2013 Marcel Duran and other contributors
634635

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

bin/webpagetest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env node
22

33
/**
4-
* Copyright (c) 2013, Twitter Inc. and other contributors
4+
* Copyright (c) 2013, Twitter Inc.
5+
* Copyright (c) 2013, Marcel Duran and other contributors
56
* Released under the MIT License
67
*/
78

lib/helper.js

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

lib/mapping.js

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

lib/server.js

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

lib/specs.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Copyright (c) 2013, Twitter Inc.
3+
* Copyright (c) 2013, Marcel Duran and other contributors
4+
* Released under the MIT License
5+
*/
6+
17
var fs = require('fs'),
28
Mocha = require('mocha'),
39
assert = require('assert');

lib/webpagetest.js

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

test/command-line-test.js

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

test/dryrun-test.js

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

0 commit comments

Comments
 (0)