зеркало из https://github.com/mozilla/gecko-dev.git
Bug 903772 - Add a license header to AtomList.h; r=khuey
This commit is contained in:
Родитель
6eef18d6d4
Коммит
d3cbd67bde
|
@ -1,5 +1,11 @@
|
|||
#ifndef mozilla_dom_AtomList_h__
|
||||
#define mozilla_dom_AtomList_h__
|
||||
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef mozilla_dom_AtomList_h
|
||||
#define mozilla_dom_AtomList_h
|
||||
|
||||
#include "jsapi.h"
|
||||
#include "mozilla/dom/GeneratedAtomList.h"
|
||||
|
@ -20,4 +26,4 @@ T* GetAtomCache(JSContext* aCx)
|
|||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // mozilla_dom_AtomList_h__
|
||||
#endif // mozilla_dom_AtomList_h
|
||||
|
|
Загрузка…
Ссылка в новой задаче