diff options
-rw-r--r-- | lib/ast.js | 2 | ||||
-rw-r--r-- | lib/compress.js | 2 | ||||
-rw-r--r-- | lib/output.js | 2 | ||||
-rw-r--r-- | lib/parse.js | 2 | ||||
-rw-r--r-- | lib/scope.js | 2 | ||||
-rw-r--r-- | lib/utils.js | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -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 |