Browse Source

Updated header.

Martin Edenhofer 11 years ago
parent
commit
e5c35021ac

+ 2 - 1
app/assets/javascripts/app/config.js.coffee

@@ -1 +1,2 @@
-App.Config.set('api_path', 'api/v1')
+# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
+App.Config.set('api_path', 'api/v1')

+ 2 - 0
app/assets/javascripts/app/index.js.coffee

@@ -1,3 +1,5 @@
+# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
+
 
 
 #= require_self
 #= require_self
 #= require_tree ./lib/app_init
 #= require_tree ./lib/app_init

+ 1 - 1
app/controllers/activity_stream_controller.rb

@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
+# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
 
 
 class ActivityStreamController < ApplicationController
 class ActivityStreamController < ApplicationController
   before_filter :authentication_check
   before_filter :authentication_check

+ 1 - 1
app/controllers/application_controller.rb

@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
+# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
 
 
 class ApplicationController < ActionController::Base
 class ApplicationController < ActionController::Base
   #  http_basic_authenticate_with :name => "test", :password => "ttt"
   #  http_basic_authenticate_with :name => "test", :password => "ttt"

+ 1 - 1
app/controllers/channels_controller.rb

@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
+# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
 
 
 class ChannelsController < ApplicationController
 class ChannelsController < ApplicationController
   before_filter :authentication_check
   before_filter :authentication_check

+ 1 - 1
app/controllers/email_addresses_controller.rb

@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
+# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
 
 
 class EmailAddressesController < ApplicationController
 class EmailAddressesController < ApplicationController
   before_filter :authentication_check
   before_filter :authentication_check

+ 1 - 1
app/controllers/getting_started_controller.rb

@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
+# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
 
 
 class GettingStartedController < ApplicationController
 class GettingStartedController < ApplicationController
 
 

+ 1 - 1
app/controllers/groups_controller.rb

@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
+# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
 
 
 class GroupsController < ApplicationController
 class GroupsController < ApplicationController
   before_filter :authentication_check
   before_filter :authentication_check

+ 1 - 1
app/controllers/init_controller.rb

@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
+# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
 
 
 class InitController < ApplicationController
 class InitController < ApplicationController
 
 

+ 1 - 1
app/controllers/links_controller.rb

@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
+# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
 
 
 class LinksController < ApplicationController
 class LinksController < ApplicationController
   before_filter :authentication_check
   before_filter :authentication_check

Some files were not shown because too many files changed in this diff