jrburke 8 anni fa
parent
commit
e59edc9da2
3 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 2 2
      LICENSE
  2. 1 1
      amdefine.js
  3. 1 1
      package.json

+ 2 - 2
LICENSE

@@ -6,7 +6,7 @@ provided below.
 The "New" BSD License:
 The "New" BSD License:
 ----------------------
 ----------------------
 
 
-Copyright (c) 2011-2015, The Dojo Foundation
+Copyright (c) 2011-2016, The Dojo Foundation
 All rights reserved.
 All rights reserved.
 
 
 Redistribution and use in source and binary forms, with or without
 Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 MIT License
 MIT License
 -----------
 -----------
 
 
-Copyright (c) 2011-2015, The Dojo Foundation
+Copyright (c) 2011-2016, The Dojo Foundation
 
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
amdefine.js

@@ -1,5 +1,5 @@
 /** vim: et:ts=4:sw=4:sts=4
 /** vim: et:ts=4:sw=4:sts=4
- * @license amdefine 1.0.0 Copyright (c) 2011-2015, The Dojo Foundation All Rights Reserved.
+ * @license amdefine 1.0.1 Copyright (c) 2011-2016, The Dojo Foundation All Rights Reserved.
  * Available via the MIT or new BSD license.
  * Available via the MIT or new BSD license.
  * see: http://github.com/jrburke/amdefine for details
  * see: http://github.com/jrburke/amdefine for details
  */
  */

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
 {
     "name": "amdefine",
     "name": "amdefine",
     "description": "Provide AMD's define() API for declaring modules in the AMD format",
     "description": "Provide AMD's define() API for declaring modules in the AMD format",
-    "version": "1.0.0",
+    "version": "1.0.1",
     "homepage": "http://github.com/jrburke/amdefine",
     "homepage": "http://github.com/jrburke/amdefine",
     "author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",
     "author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",
     "license": "BSD-3-Clause OR MIT",
     "license": "BSD-3-Clause OR MIT",