Skip to content

Commit

Permalink
Added licence and author tags
Browse files Browse the repository at this point in the history
  • Loading branch information
snaterlicious committed Mar 3, 2014
1 parent 897be49 commit 3f49cdb
Show file tree
Hide file tree
Showing 30 changed files with 790 additions and 0 deletions.
674 changes: 674 additions & 0 deletions LICENCE

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions app/AjaxError.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['jquery', 'app/ApplicationError', 'dojo/i18n!./nls/AjaxError'],
function( $, ApplicationError, messages ) {
'use strict';
Expand Down
4 changes: 4 additions & 0 deletions app/Api.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['jquery', 'app/AssetPage', 'app/ImageInfo', 'dojo/_base/config', 'app/AjaxError'],
function( $, AssetPage, ImageInfo, config, AjaxError ) {
'use strict';
Expand Down
4 changes: 4 additions & 0 deletions app/Application.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define(
[
'jquery',
Expand Down
4 changes: 4 additions & 0 deletions app/ApplicationError.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['jquery', 'dojo/i18n!./nls/ApplicationError'], function( $, messages ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions app/Asset.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['jquery'], function( $ ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions app/AssetPage.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['jquery', 'app/Asset', 'app/Author'], function( $, Asset, Author ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions app/AttributionGenerator.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['jquery'], function( $ ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions app/Author.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['jquery'], function( $ ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions app/FrontPage.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define(
[
'jquery',
Expand Down
4 changes: 4 additions & 0 deletions app/ImageInfo.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['jquery'], function( $ ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions app/InputHandler.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['jquery', 'app/ApplicationError'], function( $, ApplicationError ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions app/LICENCES.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['app/Licence'], function( Licence ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions app/Licence.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['jquery', 'dojo/_base/config', 'app/ApplicationError'],
function( $, config, ApplicationError ) {
'use strict';
Expand Down
4 changes: 4 additions & 0 deletions app/LicenceStore.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['jquery', 'app/Licence'], function( $, Licence ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions app/Navigation.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define(
['jquery', 'dojo/i18n!./nls/Navigation', 'templates/registry', 'app/AjaxError'],
function( $, messages, templateRegistry, AjaxError ) {
Expand Down
4 changes: 4 additions & 0 deletions app/Option.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['jquery'], function( $ ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions app/OptionContainer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( [
'jquery',
'app/options/OriginalFileLink',
Expand Down
4 changes: 4 additions & 0 deletions app/Questionnaire.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
/* global alert */
define(
[
Expand Down
4 changes: 4 additions & 0 deletions app/options/HtmlCode.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['jquery', 'app/Option', 'dojo/i18n!./nls/HtmlCode'], function( $, Option, messages ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions app/options/ImageSize.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['jquery', 'app/Option', 'dojo/i18n!./nls/ImageSize'], function( $, Option, messages ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions app/options/OriginalFileLink.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['jquery', 'app/Option', 'dojo/i18n!./nls/OriginalFileLink'],
function( $, Option, messages ) {
'use strict';
Expand Down
4 changes: 4 additions & 0 deletions app/options/RawText.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['jquery', 'app/Option', 'dojo/i18n!./nls/RawText'], function( $, Option, messages ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions templates/registry.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define( ['dojo/_base/config'], function( config ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions tests/app/Api.tests.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
( function( QUnit ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions tests/app/AttributionGenerator.tests.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
( function( QUnit ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions tests/app/InputHandler.tests.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
( function( QUnit ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions tests/app/LicenceStore.tests.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
( function( QUnit ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions tests/app/Questionnaire.tests.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
( function( QUnit ) {
'use strict';

Expand Down
4 changes: 4 additions & 0 deletions tests/assets.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @licence GNU GPL v3
* @author snater.com < wikimedia@snater.com >
*/
define(
['jquery', 'app/Api', 'app/LicenceStore', 'app/LICENCES', 'app/Asset', 'app/Author'],
function( $, Api, LicenceStore, LICENCES, Asset, Author ) {
Expand Down

0 comments on commit 3f49cdb

Please sign in to comment.