diff options
Diffstat (limited to 'include/xml')
-rw-r--r-- | include/xml/SkBML_WXMLParser.h | 17 | ||||
-rw-r--r-- | include/xml/SkBML_XMLParser.h | 17 | ||||
-rw-r--r-- | include/xml/SkDOM.h | 18 | ||||
-rw-r--r-- | include/xml/SkJS.h | 17 | ||||
-rw-r--r-- | include/xml/SkXMLParser.h | 18 | ||||
-rw-r--r-- | include/xml/SkXMLWriter.h | 17 |
6 files changed, 30 insertions, 74 deletions
diff --git a/include/xml/SkBML_WXMLParser.h b/include/xml/SkBML_WXMLParser.h index faa127d..e16b95c 100644 --- a/include/xml/SkBML_WXMLParser.h +++ b/include/xml/SkBML_WXMLParser.h @@ -1,19 +1,12 @@ + /* - * Copyright (C) 2006 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 + * Copyright 2006 The Android Open Source Project * - * 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. + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. */ + #ifndef SkBML_WXMLParser_DEFINED #define SkBML_WXMLParser_DEFINED diff --git a/include/xml/SkBML_XMLParser.h b/include/xml/SkBML_XMLParser.h index f056bca..7a8d6a1 100644 --- a/include/xml/SkBML_XMLParser.h +++ b/include/xml/SkBML_XMLParser.h @@ -1,19 +1,12 @@ + /* - * Copyright (C) 2006 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 + * Copyright 2006 The Android Open Source Project * - * 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. + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. */ + #ifndef SkBML_XMLParser_DEFINED #define SkBML_XMLParser_DEFINED diff --git a/include/xml/SkDOM.h b/include/xml/SkDOM.h index 74e2492..60145c8 100644 --- a/include/xml/SkDOM.h +++ b/include/xml/SkDOM.h @@ -1,24 +1,16 @@ + /* - * Copyright (C) 2006 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 + * Copyright 2006 The Android Open Source Project * - * 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. + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. */ + #ifndef SkDOM_DEFINED #define SkDOM_DEFINED #include "SkChunkAlloc.h" -#include "SkMath.h" #include "SkScalar.h" #include "SkTemplates.h" diff --git a/include/xml/SkJS.h b/include/xml/SkJS.h index fe76352..645e03b 100644 --- a/include/xml/SkJS.h +++ b/include/xml/SkJS.h @@ -1,19 +1,12 @@ + /* - * Copyright (C) 2006 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 + * Copyright 2006 The Android Open Source Project * - * 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. + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. */ + #include "SkTypes.h" #include "SkWindow.h" diff --git a/include/xml/SkXMLParser.h b/include/xml/SkXMLParser.h index 7eccb02..bd8c2f1 100644 --- a/include/xml/SkXMLParser.h +++ b/include/xml/SkXMLParser.h @@ -1,23 +1,15 @@ + /* - * Copyright (C) 2006 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 + * Copyright 2006 The Android Open Source Project * - * 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. + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. */ + #ifndef SkXMLParser_DEFINED #define SkXMLParser_DEFINED -#include "SkMath.h" #include "SkString.h" class SkStream; diff --git a/include/xml/SkXMLWriter.h b/include/xml/SkXMLWriter.h index 742e7f1..4e0eda1 100644 --- a/include/xml/SkXMLWriter.h +++ b/include/xml/SkXMLWriter.h @@ -1,19 +1,12 @@ + /* - * Copyright (C) 2006 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 + * Copyright 2006 The Android Open Source Project * - * 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. + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. */ + #ifndef SkXMLWriter_DEFINED #define SkXMLWriter_DEFINED |