[Title] license information add for dibs web
authorhataejun <taejun.ha@samsung.com>
Fri, 4 Jan 2013 02:28:10 +0000 (11:28 +0900)
committerhataejun <taejun.ha@samsung.com>
Fri, 4 Jan 2013 02:28:10 +0000 (11:28 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

dibs-web/config/routes.rb
dibs-web/public/log.html
dibs-web/public/stylesheets/style.css
dibs-web/public/upload.html

index d437d8db2f1cc3efa2e56f1fdbd8f590b321282a..cb3925e89f96ff66468b7d43e63bf3204d6a5217 100644 (file)
@@ -1,3 +1,31 @@
+=begin 
+ routes.rb
+
+Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+
+Contact:
+Sungmin Kim <dev.sungmin.kim@samsung.com>
+Taejun Ha <taejun.ha@samsung.com>
+Jiil Hyoun <jiil.hyoun@samsung.com>
+Donghyuk Yang <donghyuk.yang@samsung.com>
+DongHee Yang <donghee.yang@samsung.com>
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Contributors:
+- S-Core Co., Ltd
+=end
+
 Dibs::Application.routes.draw do
     root :to => "sessions#new"
 
@@ -87,24 +115,6 @@ Dibs::Application.routes.draw do
        get "admin/queryAllOS" 
        get "admin/queryAllOSCategory" 
 
-
-       # admin
-       
-#      get "admin/queryAdminAllGroupName" 
-#      get "admin/queryAdminAllProject" 
-#      get "admin/queryAdminAllOS" 
-#      get "admin/queryAdminAllDistribution" 
-#
-#      get "admin/queryAdminGroup" 
-#      get "admin/queryAdminServer" 
-#
-#      match "admin/queryAdminDistributionInfo/:distribution" => "admin#queryAdminDistributionInfo"
-#      match "admin/queryProjectInfo/:distribution" => "admin#queryProjectInfo"
-#      
-#      post "admin/changeAdminUser"
-#      post "admin/changeAdminServer" 
-#      post "admin/changeAdminProject"
-
        # The priority is based upon order of creation:
        # first created -> highest priority.
        
index 1bbd4980a11260b18edf173b8fac36415b9fbf68..77d792e75a4ff76b0ab4e5c749b4d1b9c2b5c35c 100644 (file)
@@ -1,3 +1,31 @@
+<!--
+ log.html
+
+Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+
+Contact:
+Sungmin Kim <dev.sungmin.kim@samsung.com>
+Taejun Ha <taejun.ha@samsung.com>
+Jiil Hyoun <jiil.hyoun@samsung.com>
+Donghyuk Yang <donghyuk.yang@samsung.com>
+DongHee Yang <donghee.yang@samsung.com>
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Contributors:
+- S-Core Co., Ltd
+-->
+
 <!DOCTYPE html>
 <html>
 <head>
index 61163739dca827f799f06de7deb29e898a4446cd..905f97579ca607fb082dc0e6cdff6411f6bb558d 100644 (file)
@@ -1,3 +1,31 @@
+/*
+ style.css
+
+Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+
+Contact:
+Sungmin Kim <dev.sungmin.kim@samsung.com>
+Taejun Ha <taejun.ha@samsung.com>
+Jiil Hyoun <jiil.hyoun@samsung.com>
+Donghyuk Yang <donghyuk.yang@samsung.com>
+DongHee Yang <donghee.yang@samsung.com>
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Contributors:
+- S-Core Co., Ltd
+*/
+
 body {
        
 }
index 59c3d7d4bf68633625918484792cca04aafab111..fb2ffb0a50103cc23c72d9f10f060425f96b37d2 100644 (file)
@@ -1,4 +1,31 @@
-<html>
+<!--
+ upload.html
+
+Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+
+Contact:
+Sungmin Kim <dev.sungmin.kim@samsung.com>
+Taejun Ha <taejun.ha@samsung.com>
+Jiil Hyoun <jiil.hyoun@samsung.com>
+Donghyuk Yang <donghyuk.yang@samsung.com>
+DongHee Yang <donghee.yang@samsung.com>
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Contributors:
+- S-Core Co., Ltd
+-->
+
 <head>
        <script type="text/javascript" src="javascripts/jquery-1.7.1.js"></script>
 </head>