Skip to content

Commit db07c63

Browse files
committed
Updated file comment
1 parent 9d6805c commit db07c63

8 files changed

Lines changed: 34 additions & 20 deletions

File tree

include/blob.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/*
2-
* Copyright 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
1+
/**
2+
* Copyright (c) 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
3+
* @author Michael Robinson @codeofinterest <mike@pagesofinterest.net>
4+
*
35
* Dual licensed under the MIT and GPL licenses.
46
*/
57

include/error.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/*
2-
* Copyright 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
1+
/**
2+
* Copyright (c) 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
3+
* @author Michael Robinson @codeofinterest <mike@pagesofinterest.net>
4+
*
35
* Dual licensed under the MIT and GPL licenses.
46
*/
57

include/index.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/*
2-
* Copyright 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
1+
/**
2+
* Copyright (c) 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
3+
* @author Michael Robinson @codeofinterest <mike@pagesofinterest.net>
4+
*
35
* Dual licensed under the MIT and GPL licenses.
46
*/
57

include/odb.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/*
2-
* Copyright 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
1+
/**
2+
* Copyright (c) 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
3+
* @author Michael Robinson @codeofinterest <mike@pagesofinterest.net>
4+
*
35
* Dual licensed under the MIT and GPL licenses.
46
*/
57

include/tag.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/*
2-
* Copyright 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
1+
/**
2+
* Copyright (c) 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
3+
* @author Michael Robinson @codeofinterest <mike@pagesofinterest.net>
4+
*
35
* Dual licensed under the MIT and GPL licenses.
46
*/
57

install.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ async.series([
9797
});
9898
},
9999
function deleteExistingLibgit2BuildFolder(callback) {
100-
fs.exists(libgit2BuildDirectory, function(exists) {
101-
if (exists) {
102-
fs.remove(libgit2BuildDirectory, callback);
103-
} else {
100+
// fs.exists(libgit2BuildDirectory, function(exists) {
101+
// if (exists) {
102+
// fs.remove(libgit2BuildDirectory, callback);
103+
// } else {
104104
callback();
105-
}
106-
});
105+
// }
106+
// });
107107
},
108108
function createLibgit2BuildDirectory(callback) {
109109
console.log('[nodegit] Building libgit2 dependency.');

src/blob.cc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/*
2-
* Copyright 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
1+
/**
2+
* Copyright (c) 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
3+
* @author Michael Robinson @codeofinterest <mike@pagesofinterest.net>
4+
*
35
* Dual licensed under the MIT and GPL licenses.
46
*/
57

src/error.cc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/*
2-
* Copyright 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
1+
/**
2+
* Copyright (c) 2011, Tim Branyen @tbranyen <tim@tabdeveloper.com>
3+
* @author Michael Robinson @codeofinterest <mike@pagesofinterest.net>
4+
*
35
* Dual licensed under the MIT and GPL licenses.
46
*/
57

0 commit comments

Comments
 (0)