aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Bazon <mihai@bazon.net>2012-08-27 11:01:27 +0300
committerMihai Bazon <mihai@bazon.net>2012-08-27 11:01:41 +0300
commit58a3b5e93f2b8390bc5e091c03ceb3feae5c4e39 (patch)
tree24a4a368303f9c871d2ec5447ae3c9d2ba64234b
parent8dfa9fe7e58c742b7835523daa423b12ada2718c (diff)
downloadtracifyjs-58a3b5e93f2b8390bc5e091c03ceb3feae5c4e39.tar.gz
tracifyjs-58a3b5e93f2b8390bc5e091c03ceb3feae5c4e39.zip
update (c) years
-rw-r--r--lib/ast.js2
-rw-r--r--lib/compress.js2
-rw-r--r--lib/output.js2
-rw-r--r--lib/parse.js2
-rw-r--r--lib/scope.js2
-rw-r--r--lib/utils.js2
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/ast.js b/lib/ast.js
index a379e46a..ee57f802 100644
--- a/lib/ast.js
+++ b/lib/ast.js
@@ -11,7 +11,7 @@
Distributed under the BSD license:
- Copyright 2010 (c) Mihai Bazon <mihai.bazon@gmail.com>
+ Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
diff --git a/lib/compress.js b/lib/compress.js
index 857d1bba..5dbe60b0 100644
--- a/lib/compress.js
+++ b/lib/compress.js
@@ -11,7 +11,7 @@
Distributed under the BSD license:
- Copyright 2010 (c) Mihai Bazon <mihai.bazon@gmail.com>
+ Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
diff --git a/lib/output.js b/lib/output.js
index 307e7cb7..1d9e5015 100644
--- a/lib/output.js
+++ b/lib/output.js
@@ -11,7 +11,7 @@
Distributed under the BSD license:
- Copyright 2010 (c) Mihai Bazon <mihai.bazon@gmail.com>
+ Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
diff --git a/lib/parse.js b/lib/parse.js
index 34fdd34a..416c363a 100644
--- a/lib/parse.js
+++ b/lib/parse.js
@@ -11,7 +11,7 @@
Distributed under the BSD license:
- Copyright 2010 (c) Mihai Bazon <mihai.bazon@gmail.com>
+ Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
Parser based on parse-js (http://marijn.haverbeke.nl/parse-js/).
Redistribution and use in source and binary forms, with or without
diff --git a/lib/scope.js b/lib/scope.js
index 07de4124..56896709 100644
--- a/lib/scope.js
+++ b/lib/scope.js
@@ -11,7 +11,7 @@
Distributed under the BSD license:
- Copyright 2010 (c) Mihai Bazon <mihai.bazon@gmail.com>
+ Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
diff --git a/lib/utils.js b/lib/utils.js
index 7f6bf46e..dbd0079f 100644
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -11,7 +11,7 @@
Distributed under the BSD license:
- Copyright 2010 (c) Mihai Bazon <mihai.bazon@gmail.com>
+ Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions