From 6878d1c21e21cf8a85d3c43386ef1fde7dc4e96f Mon Sep 17 00:00:00 2001 From: morkt Date: Wed, 9 Mar 2016 11:04:04 +0400 Subject: [PATCH] renamed 'PS2' namespace to 'Cri'. --- ArcFormats/Cri/ArcAFS.cs | 8 ++------ ArcFormats/Cri/ImageBIP.cs | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/ArcFormats/Cri/ArcAFS.cs b/ArcFormats/Cri/ArcAFS.cs index 9f1b9f64..0db01032 100644 --- a/ArcFormats/Cri/ArcAFS.cs +++ b/ArcFormats/Cri/ArcAFS.cs @@ -2,7 +2,7 @@ //! \date Tue Jan 06 10:27:51 2015 //! \brief PS2 archive implementation. // -// Copyright (C) 2014 by morkt +// Copyright (C) 2014-2016 by morkt // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to @@ -23,14 +23,10 @@ // IN THE SOFTWARE. // -using System; using System.Collections.Generic; using System.ComponentModel.Composition; -using System.IO; -using System.Linq; -using GameRes.Utility; -namespace GameRes.Formats.PS2 +namespace GameRes.Formats.Cri { [Export(typeof(ArchiveFormat))] public class AfsOpener : ArchiveFormat diff --git a/ArcFormats/Cri/ImageBIP.cs b/ArcFormats/Cri/ImageBIP.cs index 1cbe206f..10f63267 100644 --- a/ArcFormats/Cri/ImageBIP.cs +++ b/ArcFormats/Cri/ImageBIP.cs @@ -2,7 +2,7 @@ //! \date Thu Mar 05 09:36:40 2015 //! \brief BIP tiled bitmap format. // -// Copyright (C) 2015 by morkt +// Copyright (C) 2015-2016 by morkt // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to @@ -33,7 +33,7 @@ using System.Windows.Media; using System.Windows.Media.Imaging; using GameRes.Utility; -namespace GameRes.Formats.PS2 +namespace GameRes.Formats.Cri { internal class BipMetaData : ImageMetaData {