From d03e5f9095e7304cc4fdcaa3147b05f9f1e9da93 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Fri, 27 Mar 2009 20:17:05 -0700 Subject: [PATCH] Add some missing copyright headers All of these were authored by me, and first appeared in the year mentioned, based upon git blame output, and my own memory of what I have accomplished in the past year. Signed-off-by: Shawn O. Pearce --- Documentation/Makefile | 14 ++++++++++++++ src/main/java/com/google/gerrit/Gerrit.gwt.xml | 15 +++++++++++++++ src/main/java/com/google/gerrit/UserAgent.gwt.xml | 15 +++++++++++++++ src/main/java/log4j.properties | 14 ++++++++++++++ 4 files changed, 58 insertions(+) diff --git a/Documentation/Makefile b/Documentation/Makefile index cc2d1207c3..960e4af36f 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -1,3 +1,17 @@ +# Copyright (C) 2009 The Android Open Source Project +# +# 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. +# DOC_HTML = $(patsubst %.txt,%.html,$(wildcard *.txt)) ASCIIDOC = asciidoc ASCIIDOC_EXTRA = diff --git a/src/main/java/com/google/gerrit/Gerrit.gwt.xml b/src/main/java/com/google/gerrit/Gerrit.gwt.xml index f96c2807ef..47943d3006 100644 --- a/src/main/java/com/google/gerrit/Gerrit.gwt.xml +++ b/src/main/java/com/google/gerrit/Gerrit.gwt.xml @@ -1,3 +1,18 @@ + diff --git a/src/main/java/com/google/gerrit/UserAgent.gwt.xml b/src/main/java/com/google/gerrit/UserAgent.gwt.xml index 05d3d4ba32..26458139e1 100644 --- a/src/main/java/com/google/gerrit/UserAgent.gwt.xml +++ b/src/main/java/com/google/gerrit/UserAgent.gwt.xml @@ -1,3 +1,18 @@ + diff --git a/src/main/java/log4j.properties b/src/main/java/log4j.properties index 13a7f401c2..39cee73b7f 100644 --- a/src/main/java/log4j.properties +++ b/src/main/java/log4j.properties @@ -1,3 +1,17 @@ +# Copyright (C) 2008 The Android Open Source Project +# +# 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. +# log4j.rootCategory=DEBUG, stderr log4j.appender.stderr=org.apache.log4j.ConsoleAppender log4j.appender.stderr.target=System.err