poco-ification of Units header

This commit is contained in:
Guenter Obiltschnig
2009-04-30 11:26:15 +00:00
parent 35a948448c
commit 6fa5bcf09f

View File

@@ -4,14 +4,14 @@
// $Id: //poco/svn/Util/include/Poco/Util/Units.h#1 $ // $Id: //poco/svn/Util/include/Poco/Util/Units.h#1 $
// //
// Library: Util // Library: Util
// Package: Util // Package: Units
// Module: Units // Module: Units
// //
// Basic definitions for the Poco Util library. // Basic definitions for the Poco Util library.
// This file must be the first file included by every other Util // This file must be the first file included by every other Util
// header file. // header file.
// //
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // Copyright (c) 2007-2009, Applied Informatics Software Engineering GmbH.
// and Contributors. // and Contributors.
// //
// Permission is hereby granted, free of charge, to any person or organization // Permission is hereby granted, free of charge, to any person or organization
@@ -35,8 +35,6 @@
// FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, // FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE. // DEALINGS IN THE SOFTWARE.
//
// //
// Adapted for POCO from the following source: // Adapted for POCO from the following source:
// //