فهرست منبع

file preambles unified

Herbert Vojčík 14 سال پیش
والد
کامیت
5c8bf9c067

+ 1 - 1
lib-app/appstart.js

@@ -1,6 +1,6 @@
 /* appjet:version 0.1 */
 /* appjet:library */
-// (c) 2010, Herbert Vojčík
+// Copyright (c) 2010, Herbert Vojčík
 // Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
 
 // Fake 'storage' to point to 'storage[appjet.appName]'

+ 2 - 3
lib-app/dispatch-plus.js

@@ -1,8 +1,7 @@
 /* appjet:version 0.1 */
-// (c) 2009, Herbert Vojcík
-// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
-
 /* appjet:library */
+// Copyright (c) 2009, Herbert Vojčík
+// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
 
 /** Decoded segments of full path */
 request.fullPathSegments = request.path.split('/').map(decodeURIComponent);

+ 2 - 2
lib-app/facebook-ext.js

@@ -1,8 +1,8 @@
 /* appjet:version 0.1 */
-// (c) 2009, 2010, Herbert Vojčík
+/* appjet:library */
+// Copyright (c) 2009, 2010, Herbert Vojčík
 // Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
 
-/* appjet:library */
 import("facebook", "storage");
 
 /**

+ 1 - 1
lib-app/globals.js

@@ -1,6 +1,6 @@
 /* appjet:version 0.1 */
 /* appjet:library */
-// (c) 2010, Herbert Vojèík
+// Copyright (c) 2010, Herbert Vojèík
 // Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
 
 // Globally imported libraries and maybe some definitions

+ 2 - 3
lib-app/liveui.js

@@ -1,8 +1,7 @@
 /* appjet:version 0.1 */
-// (c) 2009, Herbert Vojčík
-// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
-
 /* appjet:library */
+// Copyright (c) 2009, Herbert Vojčík
+// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
 
 // ====== Rendering context ======
 

+ 3 - 3
lib-app/mvp.js

@@ -1,7 +1,7 @@
-// (c) 2009, Herbert Vojčík
-// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
-
+/* appjet:version 0.1 */
 /* appjet:library */
+// Copyright (c) 2009, Herbert Vojčík
+// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
 
 /**
   * Sets model for the page.

+ 2 - 3
lib-app/patches.js

@@ -1,8 +1,7 @@
 /* appjet:version 0.1 */
-// (c) 2010, Herbert Vojčík
-// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
-
 /* appjet:library */
+// Copyright (c) 2010, Herbert Vojčík
+// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
 
 function dispatchShouldSearchHere() {
 	appjet._internal.global = this;

+ 2 - 3
lib-support/footer-links.js

@@ -1,8 +1,7 @@
 /* appjet:version 0.1 */
-// (c) 2009, Herbert Vojčík
-// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
-
 /* appjet:library */
+// Copyright (c) 2009, Herbert Vojčík
+// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
 
 var _links = null;
 

+ 2 - 3
lib-support/footer.js

@@ -1,8 +1,7 @@
 /* appjet:version 0.1 */
-// (c) 2009, Herbert Vojčík
-// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
-
 /* appjet:library */
+// Copyright (c) 2009, Herbert Vojčík
+// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
 
 var _re = /<div[^>]*id=['"]appjetfooter['"][^>]*>/;
 

+ 0 - 1
lib-support/jsunit.js

@@ -1,5 +1,4 @@
 /* appjet:version 0.1 */
-
 /* appjet:library */
 
 function assert() {

+ 2 - 3
lib-support/runner.js

@@ -1,8 +1,7 @@
 /* appjet:version 0.1 */
-// (c) 2009, Herbert Vojčík
-// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
-
 /* appjet:library */
+// Copyright (c) 2009, Herbert Vojčík
+// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
 
 /**
  * @overview This is a library that runs unit tests

+ 2 - 3
lib-support/ui-harness.js

@@ -1,8 +1,7 @@
 /* appjet:version 0.1 */
-// (c) 2009, Herbert Vojčík
-// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
-
 /* appjet:library */
+// Copyright (c) 2009, Herbert Vojčík
+// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
 
 var _ = import({}, "lib-support/useful");
 

+ 2 - 3
lib-support/useful.js

@@ -1,8 +1,7 @@
 /* appjet:version 0.1 */
-// (c) 2009, Herbert Vojčík
-// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
-
 /* appjet:library */
+// Copyright (c) 2009, Herbert Vojčík
+// Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
 
 /**@overview This library contains various utility functions
  * that appeared during developing other apps but are general enough.