From: Salvatore Iovene Date: Wed, 24 Apr 2013 18:27:19 +0000 (+0300) Subject: Add Intel copyright header. X-Git-Tag: 0.1~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f39c8929497a01b1a03682aa3f7efe1dec47fd0;p=profile%2Fivi%2Fcowhide.git Add Intel copyright header. --- diff --git a/examples/calf-ng/index.html b/examples/calf-ng/index.html index 4bac48e..90d9206 100644 --- a/examples/calf-ng/index.html +++ b/examples/calf-ng/index.html @@ -1,3 +1,12 @@ + + diff --git a/examples/calf-ng/javascripts/calf-ng.js b/examples/calf-ng/javascripts/calf-ng.js index d172f2b..92a21da 100644 --- a/examples/calf-ng/javascripts/calf-ng.js +++ b/examples/calf-ng/javascripts/calf-ng.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + $(function() { $.cowhide.initThemeEngine({ path: '../..' diff --git a/examples/calf/javascripts/app/app.js b/examples/calf/javascripts/app/app.js index 5f70e59..3cf6485 100644 --- a/examples/calf/javascripts/app/app.js +++ b/examples/calf/javascripts/app/app.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(win) { 'use strict'; diff --git a/examples/calf/javascripts/app/controllers/albums.js b/examples/calf/javascripts/app/controllers/albums.js index e65cba7..07b7152 100644 --- a/examples/calf/javascripts/app/controllers/albums.js +++ b/examples/calf/javascripts/app/controllers/albums.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/controllers/application.js b/examples/calf/javascripts/app/controllers/application.js index 99dc44d..af6ccf1 100644 --- a/examples/calf/javascripts/app/controllers/application.js +++ b/examples/calf/javascripts/app/controllers/application.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/controllers/artists.js b/examples/calf/javascripts/app/controllers/artists.js index 2b49898..580a229 100644 --- a/examples/calf/javascripts/app/controllers/artists.js +++ b/examples/calf/javascripts/app/controllers/artists.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember, _) { 'use strict'; diff --git a/examples/calf/javascripts/app/controllers/nowplaying.js b/examples/calf/javascripts/app/controllers/nowplaying.js index 6950551..272606f 100644 --- a/examples/calf/javascripts/app/controllers/nowplaying.js +++ b/examples/calf/javascripts/app/controllers/nowplaying.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/controllers/songs.js b/examples/calf/javascripts/app/controllers/songs.js index c8638ca..9f4eb93 100644 --- a/examples/calf/javascripts/app/controllers/songs.js +++ b/examples/calf/javascripts/app/controllers/songs.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/controllers/volumecontrol.js b/examples/calf/javascripts/app/controllers/volumecontrol.js index 39a1630..99e9d79 100644 --- a/examples/calf/javascripts/app/controllers/volumecontrol.js +++ b/examples/calf/javascripts/app/controllers/volumecontrol.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/mixins/haspicture.js b/examples/calf/javascripts/app/mixins/haspicture.js index 2d0b090..070aa44 100644 --- a/examples/calf/javascripts/app/mixins/haspicture.js +++ b/examples/calf/javascripts/app/mixins/haspicture.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/models/album.js b/examples/calf/javascripts/app/models/album.js index 8b92305..b64f8fd 100644 --- a/examples/calf/javascripts/app/models/album.js +++ b/examples/calf/javascripts/app/models/album.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember, _) { 'use strict'; diff --git a/examples/calf/javascripts/app/models/artist.js b/examples/calf/javascripts/app/models/artist.js index 8a7ba84..9145353 100644 --- a/examples/calf/javascripts/app/models/artist.js +++ b/examples/calf/javascripts/app/models/artist.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/models/song.js b/examples/calf/javascripts/app/models/song.js index 2a34db5..260a6f2 100644 --- a/examples/calf/javascripts/app/models/song.js +++ b/examples/calf/javascripts/app/models/song.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember, _) { 'use strict'; diff --git a/examples/calf/javascripts/app/router.js b/examples/calf/javascripts/app/router.js index 17de7cf..043ce68 100644 --- a/examples/calf/javascripts/app/router.js +++ b/examples/calf/javascripts/app/router.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/store.js b/examples/calf/javascripts/app/store.js index e3e285f..fa0810e 100644 --- a/examples/calf/javascripts/app/store.js +++ b/examples/calf/javascripts/app/store.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, _) { 'use strict'; diff --git a/examples/calf/javascripts/app/views/album.js b/examples/calf/javascripts/app/views/album.js index e358aed..c930fb7 100644 --- a/examples/calf/javascripts/app/views/album.js +++ b/examples/calf/javascripts/app/views/album.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/views/albums.js b/examples/calf/javascripts/app/views/albums.js index e22788a..42a044e 100644 --- a/examples/calf/javascripts/app/views/albums.js +++ b/examples/calf/javascripts/app/views/albums.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/views/application.js b/examples/calf/javascripts/app/views/application.js index be7ddf8..5854db7 100644 --- a/examples/calf/javascripts/app/views/application.js +++ b/examples/calf/javascripts/app/views/application.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/views/artist.js b/examples/calf/javascripts/app/views/artist.js index 8904817..615c167 100644 --- a/examples/calf/javascripts/app/views/artist.js +++ b/examples/calf/javascripts/app/views/artist.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/views/artists.js b/examples/calf/javascripts/app/views/artists.js index 286fefc..51c010b 100644 --- a/examples/calf/javascripts/app/views/artists.js +++ b/examples/calf/javascripts/app/views/artists.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/views/haspicture.js b/examples/calf/javascripts/app/views/haspicture.js index 12f54a0..71afcaf 100644 --- a/examples/calf/javascripts/app/views/haspicture.js +++ b/examples/calf/javascripts/app/views/haspicture.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/views/nowplaying.js b/examples/calf/javascripts/app/views/nowplaying.js index 019e5ef..9b09fd4 100644 --- a/examples/calf/javascripts/app/views/nowplaying.js +++ b/examples/calf/javascripts/app/views/nowplaying.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/views/page.js b/examples/calf/javascripts/app/views/page.js index c31dc90..755785f 100644 --- a/examples/calf/javascripts/app/views/page.js +++ b/examples/calf/javascripts/app/views/page.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/views/song.js b/examples/calf/javascripts/app/views/song.js index 8d91505..470dd26 100644 --- a/examples/calf/javascripts/app/views/song.js +++ b/examples/calf/javascripts/app/views/song.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/views/songs.js b/examples/calf/javascripts/app/views/songs.js index 543f14b..ff2e0ac 100644 --- a/examples/calf/javascripts/app/views/songs.js +++ b/examples/calf/javascripts/app/views/songs.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/app/views/volumecontrol.js b/examples/calf/javascripts/app/views/volumecontrol.js index b0e9206..827ce2b 100644 --- a/examples/calf/javascripts/app/views/volumecontrol.js +++ b/examples/calf/javascripts/app/views/volumecontrol.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { 'use strict'; diff --git a/examples/calf/javascripts/calf.js b/examples/calf/javascripts/calf.js index d3b7d82..ebabc97 100644 --- a/examples/calf/javascripts/calf.js +++ b/examples/calf/javascripts/calf.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + $(function() { $.cowhide.initThemeEngine({ path: '../..' diff --git a/examples/hoofbeats/javascripts/app/app.js b/examples/hoofbeats/javascripts/app/app.js index efb2e4f..38aad38 100644 --- a/examples/hoofbeats/javascripts/app/app.js +++ b/examples/hoofbeats/javascripts/app/app.js @@ -1,4 +1,13 @@ /* vi: set et sw=4 ts=4 si: */ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(win) { win.Hoofbeats = win.Ember.Application.create({ VERSION: '0.1', diff --git a/examples/hoofbeats/javascripts/app/controllers/allController.js b/examples/hoofbeats/javascripts/app/controllers/allController.js index 225eb3e..a7f2275 100644 --- a/examples/hoofbeats/javascripts/app/controllers/allController.js +++ b/examples/hoofbeats/javascripts/app/controllers/allController.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember, _) { var AllController = Ember.ArrayController.extend({ content: [], diff --git a/examples/hoofbeats/javascripts/app/models/mediaItemModel.js b/examples/hoofbeats/javascripts/app/models/mediaItemModel.js index 7ca7458..154ec10 100644 --- a/examples/hoofbeats/javascripts/app/models/mediaItemModel.js +++ b/examples/hoofbeats/javascripts/app/models/mediaItemModel.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { var MediaItem = Ember.Object.extend({ id: null, diff --git a/examples/hoofbeats/javascripts/app/router.js b/examples/hoofbeats/javascripts/app/router.js index 56daa88..e3e6437 100644 --- a/examples/hoofbeats/javascripts/app/router.js +++ b/examples/hoofbeats/javascripts/app/router.js @@ -1,4 +1,13 @@ /* vi: set et sw=4 ts=4 si: */ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(win, app, Ember) { app.Router.map(function() { this.resource('all', {path: '/'}); diff --git a/examples/hoofbeats/javascripts/app/store.js b/examples/hoofbeats/javascripts/app/store.js index ddbe9f0..d6ad03a 100644 --- a/examples/hoofbeats/javascripts/app/store.js +++ b/examples/hoofbeats/javascripts/app/store.js @@ -1,4 +1,13 @@ /* vi: set et sw=4 ts=4 si: */ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, $) { var Store = function() { this.reset(); diff --git a/examples/hoofbeats/javascripts/app/views/allView.js b/examples/hoofbeats/javascripts/app/views/allView.js index 0944f0a..17b2f56 100644 --- a/examples/hoofbeats/javascripts/app/views/allView.js +++ b/examples/hoofbeats/javascripts/app/views/allView.js @@ -1,4 +1,13 @@ /* vi: set et sw=4 ts=4 si: */ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { var AllView = Ember.View.extend({ templateName: 'all', diff --git a/examples/hoofbeats/javascripts/app/views/mediaItemView.js b/examples/hoofbeats/javascripts/app/views/mediaItemView.js index 7c236cb..eb3ee13 100644 --- a/examples/hoofbeats/javascripts/app/views/mediaItemView.js +++ b/examples/hoofbeats/javascripts/app/views/mediaItemView.js @@ -1,4 +1,13 @@ /* vi: set et sw=4 ts=4 si: */ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(app, Ember) { var MediaItemView = Ember.View.extend({ templateName: 'mediaItem', diff --git a/examples/hoofbeats/javascripts/library.js b/examples/hoofbeats/javascripts/library.js index ada40ba..4594d17 100644 --- a/examples/hoofbeats/javascripts/library.js +++ b/examples/hoofbeats/javascripts/library.js @@ -1,4 +1,13 @@ /* vi: set et sw=4 ts=4 si: */ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(win, $) { var library = function() { // Private stuff diff --git a/examples/hoofbeats/javascripts/resolvers/dummy.js b/examples/hoofbeats/javascripts/resolvers/dummy.js index 2893a9a..5aa44f9 100644 --- a/examples/hoofbeats/javascripts/resolvers/dummy.js +++ b/examples/hoofbeats/javascripts/resolvers/dummy.js @@ -1,4 +1,13 @@ /* vi: set et sw=4 ts=4 si: */ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(win, $) { var dummyResolver = function() { return { diff --git a/examples/hoofbeats/javascripts/resolvers/musicbrainz.js b/examples/hoofbeats/javascripts/resolvers/musicbrainz.js index af9d9ed..22ed47d 100644 --- a/examples/hoofbeats/javascripts/resolvers/musicbrainz.js +++ b/examples/hoofbeats/javascripts/resolvers/musicbrainz.js @@ -1,4 +1,13 @@ /* vi: set et sw=4 ts=4 si: */ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + (function(win, $) { var musicbrainz = function() { var _priv = { diff --git a/examples/hoofbeats/stylesheets/hoofbeats.css b/examples/hoofbeats/stylesheets/hoofbeats.css index 06060b7..a5cf275 100644 --- a/examples/hoofbeats/stylesheets/hoofbeats.css +++ b/examples/hoofbeats/stylesheets/hoofbeats.css @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + .content { padding-top: 40px; height: 100%; diff --git a/examples/hoofbeats/tests/index.html b/examples/hoofbeats/tests/index.html index fab892f..779b2b3 100644 --- a/examples/hoofbeats/tests/index.html +++ b/examples/hoofbeats/tests/index.html @@ -1,3 +1,12 @@ + + diff --git a/examples/hoofbeats/tests/unit/hoofbeats-phantom.js b/examples/hoofbeats/tests/unit/hoofbeats-phantom.js index a04aeaa..2d622f5 100644 --- a/examples/hoofbeats/tests/unit/hoofbeats-phantom.js +++ b/examples/hoofbeats/tests/unit/hoofbeats-phantom.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + // Logging setup for phantom integration // adapted from Modernizr diff --git a/examples/hoofbeats/tests/unit/library.js b/examples/hoofbeats/tests/unit/library.js index 1a7a7da..18d1b50 100644 --- a/examples/hoofbeats/tests/unit/library.js +++ b/examples/hoofbeats/tests/unit/library.js @@ -1,4 +1,13 @@ /* vi: set et sw=4 ts=4 si: */ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + $(function() { module("hoofbeats-library", { setup: function() { diff --git a/examples/hoofbeats/tests/unit/resolvers/musicbrainz.js b/examples/hoofbeats/tests/unit/resolvers/musicbrainz.js index b7853e6..ed464be 100644 --- a/examples/hoofbeats/tests/unit/resolvers/musicbrainz.js +++ b/examples/hoofbeats/tests/unit/resolvers/musicbrainz.js @@ -1,4 +1,13 @@ /* vi: set et sw=4 ts=4 si: */ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + $(function() { module("hoofbeats-musicbrainz", { setup: function() { diff --git a/examples/widget-gallery/index.html b/examples/widget-gallery/index.html index 5535db1..5230456 100644 --- a/examples/widget-gallery/index.html +++ b/examples/widget-gallery/index.html @@ -1,3 +1,12 @@ + + diff --git a/examples/widget-gallery/javascripts/widget-gallery.js b/examples/widget-gallery/javascripts/widget-gallery.js index c078677..53dbf3b 100644 --- a/examples/widget-gallery/javascripts/widget-gallery.js +++ b/examples/widget-gallery/javascripts/widget-gallery.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + $(function() { $.cowhide.initThemeEngine({ path: '../..' diff --git a/grunt.js b/grunt.js index fd30df5..fc6689f 100644 --- a/grunt.js +++ b/grunt.js @@ -1,3 +1,12 @@ +/* + * Copyright (c) 2012, Intel Corporation. + * + * This program is licensed under the terms and conditions of the + * Apache License, version 2.0. The full text of the Apache License is at + * http://www.apache.org/licenses/LICENSE-2.0 + * + */ + module.exports = function(grunt) { // Project configuration.