From b08ae8e24e68adbd876a8a2b7dcbfa6bc7a42074 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 13 Nov 2015 13:36:53 -0800 Subject: XFA: Remove empty files in xfa/src/fgas/src/crt/codepage. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1443563002 . --- xfa/src/fgas/src/crt/codepage/cpcu1250.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpcu1251.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpcu1252.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpcu1253.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpcu1254.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpcu1255.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpcu1256.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpcu1257.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpcu1258.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpcu874.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpcu932.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpcu936.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpcu949.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpcu950.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cphi1250.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cphi1251.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cphi1252.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cphi1253.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cphi1254.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cphi1255.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cphi1256.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cphi1257.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cphi1258.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cphi874.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cphi932.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cphi936.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cphi949.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cphi950.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpuc1250.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpuc1251.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpuc1252.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpuc1253.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpuc1254.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpuc1255.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpuc1256.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpuc1257.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpuc1258.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpuc874.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpuc932.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpuc936.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpuc949.cpp | 5 ----- xfa/src/fgas/src/crt/codepage/cpuc950.cpp | 5 ----- 42 files changed, 210 deletions(-) delete mode 100644 xfa/src/fgas/src/crt/codepage/cpcu1250.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpcu1251.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpcu1252.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpcu1253.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpcu1254.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpcu1255.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpcu1256.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpcu1257.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpcu1258.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpcu874.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpcu932.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpcu936.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpcu949.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpcu950.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cphi1250.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cphi1251.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cphi1252.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cphi1253.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cphi1254.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cphi1255.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cphi1256.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cphi1257.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cphi1258.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cphi874.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cphi932.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cphi936.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cphi949.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cphi950.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpuc1250.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpuc1251.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpuc1252.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpuc1253.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpuc1254.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpuc1255.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpuc1256.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpuc1257.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpuc1258.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpuc874.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpuc932.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpuc936.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpuc949.cpp delete mode 100644 xfa/src/fgas/src/crt/codepage/cpuc950.cpp (limited to 'xfa') diff --git a/xfa/src/fgas/src/crt/codepage/cpcu1250.cpp b/xfa/src/fgas/src/crt/codepage/cpcu1250.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpcu1250.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpcu1251.cpp b/xfa/src/fgas/src/crt/codepage/cpcu1251.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpcu1251.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpcu1252.cpp b/xfa/src/fgas/src/crt/codepage/cpcu1252.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpcu1252.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpcu1253.cpp b/xfa/src/fgas/src/crt/codepage/cpcu1253.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpcu1253.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpcu1254.cpp b/xfa/src/fgas/src/crt/codepage/cpcu1254.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpcu1254.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpcu1255.cpp b/xfa/src/fgas/src/crt/codepage/cpcu1255.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpcu1255.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpcu1256.cpp b/xfa/src/fgas/src/crt/codepage/cpcu1256.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpcu1256.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpcu1257.cpp b/xfa/src/fgas/src/crt/codepage/cpcu1257.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpcu1257.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpcu1258.cpp b/xfa/src/fgas/src/crt/codepage/cpcu1258.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpcu1258.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpcu874.cpp b/xfa/src/fgas/src/crt/codepage/cpcu874.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpcu874.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpcu932.cpp b/xfa/src/fgas/src/crt/codepage/cpcu932.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpcu932.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpcu936.cpp b/xfa/src/fgas/src/crt/codepage/cpcu936.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpcu936.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpcu949.cpp b/xfa/src/fgas/src/crt/codepage/cpcu949.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpcu949.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpcu950.cpp b/xfa/src/fgas/src/crt/codepage/cpcu950.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpcu950.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cphi1250.cpp b/xfa/src/fgas/src/crt/codepage/cphi1250.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cphi1250.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cphi1251.cpp b/xfa/src/fgas/src/crt/codepage/cphi1251.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cphi1251.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cphi1252.cpp b/xfa/src/fgas/src/crt/codepage/cphi1252.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cphi1252.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cphi1253.cpp b/xfa/src/fgas/src/crt/codepage/cphi1253.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cphi1253.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cphi1254.cpp b/xfa/src/fgas/src/crt/codepage/cphi1254.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cphi1254.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cphi1255.cpp b/xfa/src/fgas/src/crt/codepage/cphi1255.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cphi1255.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cphi1256.cpp b/xfa/src/fgas/src/crt/codepage/cphi1256.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cphi1256.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cphi1257.cpp b/xfa/src/fgas/src/crt/codepage/cphi1257.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cphi1257.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cphi1258.cpp b/xfa/src/fgas/src/crt/codepage/cphi1258.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cphi1258.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cphi874.cpp b/xfa/src/fgas/src/crt/codepage/cphi874.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cphi874.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cphi932.cpp b/xfa/src/fgas/src/crt/codepage/cphi932.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cphi932.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cphi936.cpp b/xfa/src/fgas/src/crt/codepage/cphi936.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cphi936.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cphi949.cpp b/xfa/src/fgas/src/crt/codepage/cphi949.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cphi949.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cphi950.cpp b/xfa/src/fgas/src/crt/codepage/cphi950.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cphi950.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpuc1250.cpp b/xfa/src/fgas/src/crt/codepage/cpuc1250.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpuc1250.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpuc1251.cpp b/xfa/src/fgas/src/crt/codepage/cpuc1251.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpuc1251.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpuc1252.cpp b/xfa/src/fgas/src/crt/codepage/cpuc1252.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpuc1252.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpuc1253.cpp b/xfa/src/fgas/src/crt/codepage/cpuc1253.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpuc1253.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpuc1254.cpp b/xfa/src/fgas/src/crt/codepage/cpuc1254.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpuc1254.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpuc1255.cpp b/xfa/src/fgas/src/crt/codepage/cpuc1255.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpuc1255.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpuc1256.cpp b/xfa/src/fgas/src/crt/codepage/cpuc1256.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpuc1256.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpuc1257.cpp b/xfa/src/fgas/src/crt/codepage/cpuc1257.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpuc1257.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpuc1258.cpp b/xfa/src/fgas/src/crt/codepage/cpuc1258.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpuc1258.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpuc874.cpp b/xfa/src/fgas/src/crt/codepage/cpuc874.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpuc874.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpuc932.cpp b/xfa/src/fgas/src/crt/codepage/cpuc932.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpuc932.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpuc936.cpp b/xfa/src/fgas/src/crt/codepage/cpuc936.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpuc936.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpuc949.cpp b/xfa/src/fgas/src/crt/codepage/cpuc949.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpuc949.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com diff --git a/xfa/src/fgas/src/crt/codepage/cpuc950.cpp b/xfa/src/fgas/src/crt/codepage/cpuc950.cpp deleted file mode 100644 index 44556bd1d3..0000000000 --- a/xfa/src/fgas/src/crt/codepage/cpuc950.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -- cgit v1.2.3