From 91ff8a738a29b2f4747e97cb5d62714882b583e4 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Fri, 11 Oct 2013 11:28:04 -0700 Subject: [PATCH] Add copyright information to source files --- source/javascripts/lang_selector.js | 15 +++++++++++++++ source/layouts/layout.erb | 15 +++++++++++++++ source/stylesheets/all.css.scss | 19 +++++++++++++------ source/stylesheets/syntax.css.scss.erb | 15 +++++++++++++++ source/stylesheets/variables.scss | 16 ++++++++++++++++ 5 files changed, 74 insertions(+), 6 deletions(-) diff --git a/source/javascripts/lang_selector.js b/source/javascripts/lang_selector.js index 1a67123..2d6992e 100644 --- a/source/javascripts/lang_selector.js +++ b/source/javascripts/lang_selector.js @@ -1,3 +1,18 @@ +/* +Copyright 2008-2012 Concur Technologies, Inc. + +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. +*/ languages = [] function activateLanguage(language) { $("#lang-selector a").removeClass('active'); diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index 79d884d..5a27534 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -1,3 +1,18 @@ +<%# +Copyright 2008-2012 Concur Technologies, Inc. + +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. +%> diff --git a/source/stylesheets/all.css.scss b/source/stylesheets/all.css.scss index 4b37424..5d832c5 100644 --- a/source/stylesheets/all.css.scss +++ b/source/stylesheets/all.css.scss @@ -5,10 +5,20 @@ @import 'syntax'; /* - * jquery.tocify.css 1.7.0 - * Author: @gregfranko - */ +Copyright 2008-2012 Concur Technologies, Inc. +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. +*/ html, body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; @@ -228,7 +238,6 @@ html, body { } -/* The Table of Contents container element */ .tocify { overflow-y: auto; overflow-x: hidden; @@ -280,11 +289,9 @@ html, body { color: #fff; } -/* Top level header elements */ .tocify-header { } -/* Top level subheader elements. These are the first nested items underneath a header element. */ .tocify-subheader { display: none; background-color: $nav-subitem-bg; diff --git a/source/stylesheets/syntax.css.scss.erb b/source/stylesheets/syntax.css.scss.erb index efbf85c..563462f 100644 --- a/source/stylesheets/syntax.css.scss.erb +++ b/source/stylesheets/syntax.css.scss.erb @@ -1,3 +1,18 @@ +/* +Copyright 2008-2012 Concur Technologies, Inc. + +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. +*/ <%= Rouge::Themes::Base16::Monokai.render(:scope => '.highlight') %> @import 'variables'; diff --git a/source/stylesheets/variables.scss b/source/stylesheets/variables.scss index a3a9e45..fa08b0c 100644 --- a/source/stylesheets/variables.scss +++ b/source/stylesheets/variables.scss @@ -1,3 +1,19 @@ +/* +Copyright 2008-2012 Concur Technologies, Inc. + +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. +*/ + // width of the navbar $nav-width: 230px;