Add Intel copyright header.
authorSalvatore Iovene <salvatore@iovene.com>
Wed, 24 Apr 2013 18:27:19 +0000 (21:27 +0300)
committerSalvatore Iovene <salvatore@iovene.com>
Wed, 24 Apr 2013 18:27:19 +0000 (21:27 +0300)
45 files changed:
examples/calf-ng/index.html
examples/calf-ng/javascripts/calf-ng.js
examples/calf/javascripts/app/app.js
examples/calf/javascripts/app/controllers/albums.js
examples/calf/javascripts/app/controllers/application.js
examples/calf/javascripts/app/controllers/artists.js
examples/calf/javascripts/app/controllers/nowplaying.js
examples/calf/javascripts/app/controllers/songs.js
examples/calf/javascripts/app/controllers/volumecontrol.js
examples/calf/javascripts/app/mixins/haspicture.js
examples/calf/javascripts/app/models/album.js
examples/calf/javascripts/app/models/artist.js
examples/calf/javascripts/app/models/song.js
examples/calf/javascripts/app/router.js
examples/calf/javascripts/app/store.js
examples/calf/javascripts/app/views/album.js
examples/calf/javascripts/app/views/albums.js
examples/calf/javascripts/app/views/application.js
examples/calf/javascripts/app/views/artist.js
examples/calf/javascripts/app/views/artists.js
examples/calf/javascripts/app/views/haspicture.js
examples/calf/javascripts/app/views/nowplaying.js
examples/calf/javascripts/app/views/page.js
examples/calf/javascripts/app/views/song.js
examples/calf/javascripts/app/views/songs.js
examples/calf/javascripts/app/views/volumecontrol.js
examples/calf/javascripts/calf.js
examples/hoofbeats/javascripts/app/app.js
examples/hoofbeats/javascripts/app/controllers/allController.js
examples/hoofbeats/javascripts/app/models/mediaItemModel.js
examples/hoofbeats/javascripts/app/router.js
examples/hoofbeats/javascripts/app/store.js
examples/hoofbeats/javascripts/app/views/allView.js
examples/hoofbeats/javascripts/app/views/mediaItemView.js
examples/hoofbeats/javascripts/library.js
examples/hoofbeats/javascripts/resolvers/dummy.js
examples/hoofbeats/javascripts/resolvers/musicbrainz.js
examples/hoofbeats/stylesheets/hoofbeats.css
examples/hoofbeats/tests/index.html
examples/hoofbeats/tests/unit/hoofbeats-phantom.js
examples/hoofbeats/tests/unit/library.js
examples/hoofbeats/tests/unit/resolvers/musicbrainz.js
examples/widget-gallery/index.html
examples/widget-gallery/javascripts/widget-gallery.js
grunt.js

index 4bac48e..90d9206 100644 (file)
@@ -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
+ *
+-->
+
 <!doctype html>
 <html lang="en" ng-app="cowhide-ng">
   <head>
index d172f2b..92a21da 100644 (file)
@@ -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: '../..'
index 5f70e59..3cf6485 100644 (file)
@@ -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';
 
index e65cba7..07b7152 100644 (file)
@@ -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';
 
index 99dc44d..af6ccf1 100644 (file)
@@ -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';
 
index 2b49898..580a229 100644 (file)
@@ -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';
 
index 6950551..272606f 100644 (file)
@@ -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';
 
index c8638ca..9f4eb93 100644 (file)
@@ -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';
 
index 39a1630..99e9d79 100644 (file)
@@ -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';
 
index 2d0b090..070aa44 100644 (file)
@@ -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';
 
index 8b92305..b64f8fd 100644 (file)
@@ -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';
 
index 8a7ba84..9145353 100644 (file)
@@ -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';
 
index 2a34db5..260a6f2 100644 (file)
@@ -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';
 
index 17de7cf..043ce68 100644 (file)
@@ -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';
 
index e3e285f..fa0810e 100644 (file)
@@ -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';
 
index e358aed..c930fb7 100644 (file)
@@ -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';
 
index e22788a..42a044e 100644 (file)
@@ -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';
 
index be7ddf8..5854db7 100644 (file)
@@ -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';
 
index 8904817..615c167 100644 (file)
@@ -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';
 
index 286fefc..51c010b 100644 (file)
@@ -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';
 
index 12f54a0..71afcaf 100644 (file)
@@ -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';
 
index 019e5ef..9b09fd4 100644 (file)
@@ -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';
 
index c31dc90..755785f 100644 (file)
@@ -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';
 
index 8d91505..470dd26 100644 (file)
@@ -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';
 
index 543f14b..ff2e0ac 100644 (file)
@@ -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';
 
index b0e9206..827ce2b 100644 (file)
@@ -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';
 
index d3b7d82..ebabc97 100644 (file)
@@ -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: '../..'
index efb2e4f..38aad38 100644 (file)
@@ -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',
index 225eb3e..a7f2275 100644 (file)
@@ -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: [],
index 7ca7458..154ec10 100644 (file)
@@ -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,
index 56daa88..e3e6437 100644 (file)
@@ -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: '/'});
index ddbe9f0..d6ad03a 100644 (file)
@@ -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();
index 0944f0a..17b2f56 100644 (file)
@@ -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',
index 7c236cb..eb3ee13 100644 (file)
@@ -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',
index ada40ba..4594d17 100644 (file)
@@ -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
index 2893a9a..5aa44f9 100644 (file)
@@ -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 {
index af9d9ed..22ed47d 100644 (file)
@@ -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 = {
index 06060b7..a5cf275 100644 (file)
@@ -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%;
index fab892f..779b2b3 100644 (file)
@@ -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
+ *
+-->
+
 <!DOCTYPE HTML>
 <html>
 <head>
index a04aeaa..2d622f5 100644 (file)
@@ -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
 
index 1a7a7da..18d1b50 100644 (file)
@@ -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() {
index b7853e6..ed464be 100644 (file)
@@ -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() {
index 5535db1..5230456 100644 (file)
@@ -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
+ *
+-->
+
 <!DOCTYPE html>
 <html>
   <head>
index c078677..53dbf3b 100644 (file)
@@ -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: '../..'
index fd30df5..fc6689f 100644 (file)
--- 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.